Skip to content

Commit

Permalink
updated API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaw9910 committed Aug 16, 2024
1 parent ac143a8 commit e2a84fb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
.. autosummary::
:toctree: generated
:recursive:
api_schema.APIClient
api_schema.APIClientGET
api_schema.APIClientPOST
api_schema
```

### BioMart
Expand All @@ -22,8 +21,9 @@
.. autosummary::
:toctree: generated
:recursive:
biomart.BioMart
biomart
```

### HGNC
Expand All @@ -35,7 +35,7 @@
.. autosummary::
:toctree: generated
hgnc.HGNC
hgnc
```

### UniProt
Expand All @@ -46,10 +46,9 @@
.. autosummary::
:toctree: generated
:recursive:
uniprot.UniProt
uniprot.UniProtGET
uniprot.UniProtPOST
uniprot
```

### Load
Expand All @@ -60,6 +59,7 @@
.. autosummary::
:toctree: generated
:recursive:
load.literal_eval_list
load
```
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,7 @@
# you can add an exception to this list.
# ("py:class", "igraph.Graph"),
]

suppress_warnings = [
"autosummary.import_cycle",
]

0 comments on commit e2a84fb

Please sign in to comment.