Skip to content

Commit

Permalink
Update documentation for the MoClo and Plant kits
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed May 3, 2022
1 parent c52855a commit 63c131a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 26 deletions.
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Concepts and Definitions
------------------------

.. toctree::
:maxdepth: 2
:maxdepth: 1

concepts/index
concepts/definitions
Expand All @@ -54,7 +54,7 @@ Library
-------

.. toctree::
:maxdepth: 2
:maxdepth: 1

install
examples/index
Expand All @@ -67,7 +67,7 @@ Kits
----

.. toctree::
:maxdepth: 2
:maxdepth: 1

kits/moclo/index
kits/plant/index
Expand Down
21 changes: 16 additions & 5 deletions docs/source/kits/moclo/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,22 @@ Vector
Parts
^^^^^

.. autoclass:: MoCloPromoter(MoCloPart, MoCloEntry)
.. autoclass:: MoCloUntranslatedRegion(MoCloPart, MoCloEntry)
.. autoclass:: MoCloSignalPeptide(MoCloPart, MoCloEntry)
.. autoclass:: MoCloCodingSequence(MoCloPart, MoCloEntry)
.. autoclass:: MoCloTerminator(MoCloPart, MoCloEntry)
.. autoclass:: MoCloPro(MoCloPart, MoCloEntry)
.. autoclass:: MoClo5U(MoCloPart, MoCloEntry)
.. autoclass:: MoClo5Uf(MoCloPart, MoCloEntry)
.. autoclass:: MoCloNTag(MoCloPart, MoCloEntry)
.. autoclass:: MoCloPro5U(MoCloPart, MoCloEntry)
.. autoclass:: MoCloPro5Uf(MoCloPart, MoCloEntry)
.. autoclass:: MoCloCDS1(MoCloPart, MoCloEntry)
.. autoclass:: MoCloCDS1ns(MoCloPart, MoCloEntry)
.. autoclass:: MoCloSP(MoCloPart, MoCloEntry)
.. autoclass:: MoCloCDS2(MoCloPart, MoCloEntry)
.. autoclass:: MoCloCDS2ns(MoCloPart, MoCloEntry)
.. autoclass:: MoCloCTag(MoCloPart, MoCloEntry)
.. autoclass:: MoClo3U(MoCloPart, MoCloEntry)
.. autoclass:: MoCloTer(MoCloPart, MoCloEntry)
.. autoclass:: MoClo3UTer(MoCloPart, MoCloEntry)
.. autoclass:: MoCloGene(MoCloPart, MoCloEntry)


Level 1
Expand Down
18 changes: 0 additions & 18 deletions docs/source/kits/plant/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,3 @@ Plant Parts Kit
.. currentmodule:: moclo.kits.plant

.. automodule:: moclo.kits.plant


Level 0
-------

Parts
^^^^^

.. autoclass:: Plant5U(MoCloPart, MoCloEntry)
.. autoclass:: Plant5Uf(MoCloPart, MoCloEntry)
.. autoclass:: PlantPro5Uf(MoCloPart, MoCloEntry)
.. autoclass:: PlantPro5U(MoCloPart, MoCloEntry)
.. autoclass:: PlantNSignal(MoCloPart, MoCloEntry)
.. autoclass:: PlantFullCDS(MoCloPart, MoCloEntry)
.. autoclass:: PlantCDS(MoCloPart, MoCloEntry)
.. autoclass:: PlantCDSNonStop(MoCloPart, MoCloEntry)
.. autoclass:: PlantCSignal(MoCloPart, MoCloEntry)
.. autoclass:: Plant3U(MoCloPart, MoCloEntry)

0 comments on commit 63c131a

Please sign in to comment.