Skip to content

Commit

Permalink
fixup! Add doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Oct 15, 2024
1 parent d8be3a2 commit 377c1ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/biotite/structure/alphabet/i3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@

class I3DSequence(Sequence):
"""
Representation of a structure in 3Di structural alphabet. :footcite:`VanKempen2024`
Representation of a structure in the 3Di structural alphabet.
:footcite:`VanKempen2024`
Parameters
----------
Expand Down Expand Up @@ -82,15 +83,14 @@ def __repr__(self):


def to_3di(atoms):
r"""
"""
Encode each chain in the given structure to the 3Di structure alphabet.
:footcite:`VanKempen2024`
Parameters
----------
atoms : AtomArray
The atom array to encode. All atoms must be part of
a single chain.
The atom array to encode.
May contain multiple chains.
Returns
Expand Down

0 comments on commit 377c1ad

Please sign in to comment.