Skip to content
Snippets Groups Projects
Commit 8e978d69 authored by Nicolas  MAILLET's avatar Nicolas MAILLET
Browse files

Correct docs

parent ee40b059
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -15,7 +15,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__),
'../rpg')))
'../../rpg')))
# -- Project information -----------------------------------------------------
......
......@@ -8,20 +8,20 @@ RapidPeptidesGenerator (RPG)
.. image:: https://badge.fury.io/py/rpg.svg
:target: https://badge.fury.io/py/rpg
:alt: Pypi repo
:target: https://badge.fury.io/py/rpg
:alt: Pypi repo
.. image:: https://gitlab.pasteur.fr/nmaillet/rpg/badges/master/pipeline.svg
:target: https://gitlab.pasteur.fr/nmaillet/rpg/commits/master
:alt: Build Status
:target: https://gitlab.pasteur.fr/nmaillet/rpg/commits/master
:alt: Build Status
.. image:: https://gitlab.pasteur.fr/nmaillet/rpg/badges/master/coverage.svg
:target: https://gitlab.pasteur.fr/nmaillet/rpg/commits/master
:alt: Coverage Report
:target: https://gitlab.pasteur.fr/nmaillet/rpg/commits/master
:alt: Coverage Report
.. image:: https://readthedocs.org/projects/rapid-peptide-generator/badge/?version=latest
:target: http://rapid-peptide-generator.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
:target: http://rapid-peptide-generator.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
In silico protein digestion
......
===
API
rpg
===
.. toctree::
......
......@@ -12,6 +12,14 @@ rpg.RapidPeptidesGenerator module
:undoc-members:
:show-inheritance:
rpg.context module
------------------
.. automodule:: rpg.context
:members:
:undoc-members:
:show-inheritance:
rpg.core module
---------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment