Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nmih committed Nov 28, 2017
1 parent ecd7828 commit 93c167e
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/python_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Python API
Information on select functions, classes, or methods.

.. toctree::
:glob:

.. automodule:: ssbio.pipeline.gempro
:members:
Expand Down
5 changes: 5 additions & 0 deletions ssbio/core/protein.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
Protein
======
"""

import logging
import requests
import shutil
Expand Down
5 changes: 5 additions & 0 deletions ssbio/databases/pdb.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
PDBProp
======
"""

import gzip
import json
import logging
Expand Down
5 changes: 5 additions & 0 deletions ssbio/databases/uniprot.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
UniProtProp
======
"""

import os.path as op
import re
import warnings
Expand Down
5 changes: 5 additions & 0 deletions ssbio/pipeline/gempro.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
GEMPRO
======
"""

import logging
import os
import os.path as op
Expand Down
5 changes: 5 additions & 0 deletions ssbio/protein/sequence/seqprop.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
StructProp
======
"""

import os.path as op
import pandas as pd
import requests
Expand Down
5 changes: 5 additions & 0 deletions ssbio/protein/structure/structprop.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
StructProp
======
"""

import logging
import os.path as op

Expand Down

0 comments on commit 93c167e

Please sign in to comment.