diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2018-03-29 15:30:39 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-03-29 15:30:39 +0200 |
commit | 3a1574eee37742c031483e4df97e0f8c06680e1b (patch) | |
tree | 0dfa7ea715cf470c8fa39504cd99af235f7a7c3d /doc | |
parent | 6a32967e2de49eaee359f29a482e19b3238f5016 (diff) | |
download | rumba-3a1574eee37742c031483e4df97e0f8c06680e1b.tar.gz rumba-3a1574eee37742c031483e4df97e0f8c06680e1b.zip |
doc: Restructure table of contents
This restructures the table of contents so that more of a hierarchy is
present.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/core.rst | 8 | ||||
-rw-r--r-- | doc/general.rst | 6 | ||||
-rw-r--r-- | doc/index.rst | 36 | ||||
-rw-r--r-- | doc/prototype.rst | 7 | ||||
-rw-r--r-- | doc/testbed.rst | 9 |
5 files changed, 34 insertions, 32 deletions
diff --git a/doc/core.rst b/doc/core.rst new file mode 100644 index 0000000..0f83dd5 --- /dev/null +++ b/doc/core.rst @@ -0,0 +1,8 @@ +Rumba core +------------------------- + +.. toctree:: + model + log + storyboard + utils diff --git a/doc/general.rst b/doc/general.rst new file mode 100644 index 0000000..cf8c577 --- /dev/null +++ b/doc/general.rst @@ -0,0 +1,6 @@ +General usage +------------------------- + +.. toctree:: + workflow + installation diff --git a/doc/index.rst b/doc/index.rst index 7bbea39..e00009d 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -22,36 +22,8 @@ Please report any bugs or issues `here Rumba is developed as part of the ARCFIRE project, funded by the European commission under the H2020 framework. -General usage -------------------------- - -.. toctree:: - workflow - installation - -Rumba core -------------------------- - -.. toctree:: - model - log - storyboard - utils - -Testbed plugins -------------------------- - -.. toctree:: - docker - emulab - jfed - local - qemu - -Prototype plugins -------------------------- - .. toctree:: - irati - rlite - ouroboros + general + core + testbed + prototype diff --git a/doc/prototype.rst b/doc/prototype.rst new file mode 100644 index 0000000..13b4547 --- /dev/null +++ b/doc/prototype.rst @@ -0,0 +1,7 @@ +Prototype plugins +------------------------- + +.. toctree:: + irati + rlite + ouroboros diff --git a/doc/testbed.rst b/doc/testbed.rst new file mode 100644 index 0000000..aca73b7 --- /dev/null +++ b/doc/testbed.rst @@ -0,0 +1,9 @@ +Testbed plugins +------------------------- + +.. toctree:: + docker + emulab + jfed + local + qemu |