Skip to content

Commit 3ec0cb6

Browse files
committed
created docs for sections of the tutorial
1 parent 6d1cfa3 commit 3ec0cb6

File tree

9 files changed

+56
-18
lines changed

9 files changed

+56
-18
lines changed

docs/index.rst

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,14 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
rushd: maintaining robust, reproducible data management
7-
========================================================
6+
``rushd``: robust, reproducible data management
7+
===========================================================
88

99
.. toctree::
1010
:maxdepth: 2
1111
:caption: Contents
1212

1313
Tutorials <tutorial/index>
14-
15-
.. toctree::
16-
:maxdepth: 2
17-
:caption: Reference
18-
1914
API <api/rushd.rst>
2015

21-
22-
23-
24-
Indices and tables
25-
==================
26-
27-
* :ref:`genindex`
28-
* :ref:`modindex`
29-
* :ref:`search`
16+
* :ref:`search`

docs/tutorial/ddpcr/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
============================
2+
Droplet digital PCR (ddPCR)
3+
============================
4+
5+
.. toctree::
6+
:maxdepth: 1
7+
:glob:
8+
9+
*

docs/tutorial/flow/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
==============
2+
Flow cytometry
3+
==============
4+
5+
.. toctree::
6+
:maxdepth: 1
7+
:glob:
8+
9+
*

docs/tutorial/index.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Tutorials
33

44
.. toctree::
55
:maxdepth: 2
6+
:glob:
7+
8+
overview/index
9+
flow/index
10+
qpcr/index
11+
ddpcr/index
12+
plotting/index
613

7-
plot_well_metadata
8-
generate_xticklabels
14+
*/index

docs/tutorial/overview/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
============================
2+
Overview of ``rushd``
3+
============================
4+
5+
.. toctree::
6+
:maxdepth: 1
7+
:glob:
8+
9+
*
File renamed without changes.
File renamed without changes.

docs/tutorial/plot/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
============================
2+
Plotting
3+
============================
4+
5+
.. toctree::
6+
:maxdepth: 1
7+
:glob:
8+
9+
*

docs/tutorial/qpcr/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
============================
2+
qPCR
3+
============================
4+
5+
.. toctree::
6+
:maxdepth: 1
7+
:glob:
8+
9+
*

0 commit comments

Comments
 (0)