Skip to content

Commit

Permalink
changed redordering
Browse files Browse the repository at this point in the history
  • Loading branch information
vicpaton committed Jun 18, 2024
1 parent 255148e commit ac37c0a
Show file tree
Hide file tree
Showing 7 changed files with 79 additions and 61 deletions.
25 changes: 0 additions & 25 deletions docs/source/api/data.rst

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/api/index.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
templates_path = ['_templates']

# -- Options for HTML output
master_doc = 'index'
master_doc = 'contents'

html_theme = 'sphinx_rtd_theme'
html_static_path = ["_static"]
Expand Down
15 changes: 15 additions & 0 deletions docs/source/contents.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.. toctree::
:maxdepth: 2
:caption: Main

index
installation
data


.. toctree::
:maxdepth: 2
:caption: Vignettes

vignettes/1_simple_example
vignettes/2_moon
55 changes: 55 additions & 0 deletions docs/source/data.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
###
API
###

Omics 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:


Prior knowledge resources
=========================

networkcommons.data.network.omnipath
------------------------------------
.. automodule:: networkcommons._data._network._omnipath
:members:
:undoc-members:
:show-inheritance:

networkcommons.data.network.moon
-------------------------------
.. automodule:: networkcommons._data._network._moon
:members:
:undoc-members:
:show-inheritance:

networkcommons.data.network.lianaplus
---------------------------------
.. automodule:: networkcommons._data._network._lianaplus
:members:
:undoc-members:
:show-inheritance:
26 changes: 6 additions & 20 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
##############
NetworkCommons
==============================================================
##############

.. |MainBuild| |Codecov|
|MainBuild| |Codecov| |Docs|

.. |MainBuild| image:: https://github.com/saezlab/networkcommons/actions/workflows/main.yml/badge.svg
:target: https://github.com/saezlab/networkcommons/actions
Expand All @@ -12,8 +13,8 @@ NetworkCommons
.. .. |PyPIDownloads| image:: https://static.pepy.tech/badge/decoupler
.. :target: https://pepy.tech/project/decoupler
.. .. |Docs| image:: https://readthedocs.org/projects/networkcommons/badge/?version=latest
.. :target: https://networkcommons.readthedocs.io/en/latest/?badge=latest
.. |Docs| image:: https://readthedocs.org/projects/networkcommons/badge/?version=latest
:target: https://networkcommons.readthedocs.io/en/22-add-documentation/?badge=22-add-documentation

.. |Codecov| image:: https://codecov.io/github/saezlab/networkcommons/graph/badge.svg?token=RH438ALJC2
:target: https://codecov.io/gh/saezlab/networkcommons
Expand Down Expand Up @@ -45,7 +46,7 @@ NetworkCommons
.. For more information check the link.
License
-------
=======
The data redistributed by OmniPath does not have a license, each original resource carries their own.
`Here <https://omnipathdb.org/info>`_ one can find the license information of all the resources in OmniPath.

Expand All @@ -55,18 +56,3 @@ The data redistributed by OmniPath does not have a license, each original resour
.. Ramirez Flores R.O. and Saez-Rodriguez J. 2022. decoupleR: ensemble of computational methods to infer biological activities
.. from omics data. Bioinformatics Advances. https://doi.org/10.1093/bioadv/vbac016
.. toctree::
:maxdepth: 4
:hidden:
:caption: Main

installation
api/index

.. toctree::
:maxdepth: 1
:hidden:
:caption: Vignettes

vignettes/1_simple_example
vignettes/2_moon
3 changes: 2 additions & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
############
Installation
============
############

``NetworkCommons`` requires Python version >= 3.10 to run.

Expand Down

0 comments on commit ac37c0a

Please sign in to comment.