Skip to content

Commit

Permalink
Merge pull request #530 from GavinHuttley/develop
Browse files Browse the repository at this point in the history
DOC: added API doc for ProteinSequence
  • Loading branch information
GavinHuttley committed Feb 7, 2020
2 parents c5c63c4 + b1f3bb2 commit b2330b0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ProteinSequence
===============

.. currentmodule:: cogent3.core.sequence

.. autoclass:: ProteinSequence
:members:
:undoc-members:
:inherited-members:
1 change: 1 addition & 0 deletions doc/api/sequence/sequence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@

DnaSequence
RnaSequence
ProteinSequence
2 changes: 1 addition & 1 deletion doc/library.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ This section is for those users comfortable with Python programming.

cookbook/index
examples/index
data_file_links
api/index
data_file_links

0 comments on commit b2330b0

Please sign in to comment.