Skip to content

Commit

Permalink
initial automodule build
Browse files Browse the repository at this point in the history
  • Loading branch information
vicpaton committed Jun 18, 2024
1 parent cfe70d2 commit dbce821
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 2 deletions.
25 changes: 25 additions & 0 deletions docs/source/api/data.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Data
====

networkcommons.data.omics.deseq2
--------------------------------
.. automodule:: networkcommons._data._omics._deseq2
:members:
:undoc-members:
:show-inheritance:


networkcommons.data.omics.decryptm
----------------------------------
.. automodule:: networkcommons._data._omics._decryptm
:members:
:undoc-members:
:show-inheritance:


networkcommons.data.omics.panacea
---------------------------------
.. automodule:: networkcommons._data._omics._panacea
:members:
:undoc-members:
:show-inheritance:
14 changes: 14 additions & 0 deletions docs/source/api/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
API
===
.. automodule:: networkcommons


networkcommons.data
--------------------

.. toctree::
:maxdepth: 4
:hidden:
:caption: Main

data
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
import sys
sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('../../networkcommons'))

# -- Project information

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The data redistributed by OmniPath does not have a license, each original resour
:caption: Main

installation
api
api/index

.. toctree::
:maxdepth: 1
Expand Down

0 comments on commit dbce821

Please sign in to comment.