Skip to content

Commit

Permalink
Fix Peptide methods not being rendered in documentaiton [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Sep 9, 2024
1 parent a4b0948 commit fa9866e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions docs/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Peptide
Peptide

.. toctree::
:caption: Peptide
:maxdepth: 1
:hidden:

Expand Down Expand Up @@ -43,7 +42,6 @@ Descriptors


.. toctree::
:caption: Descriptors
:maxdepth: 1
:hidden:

Expand Down
4 changes: 3 additions & 1 deletion docs/api/peptide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ Peptide

.. currentmodule:: peptides

.. autoclass:: peptides.Peptide(object)
.. autoclass:: peptides.Peptide(object)
:special-members: __init__, __len__, __getitem__
:members:

0 comments on commit fa9866e

Please sign in to comment.