summaryrefslogtreecommitdiff
path: root/Documentation/contents.rst
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-12-08 12:55:21 +0000
committerBen Pfaff <blp@ovn.org>2016-12-12 08:52:36 -0800
commit11820a1fc00b655901f08003cf26ea1a93f43780 (patch)
treefceb10a71639642288905479f090dda79bd8ca03 /Documentation/contents.rst
parentdaf5079e73550f868f0f7ea7c296d395eaff77ad (diff)
downloadopenvswitch-11820a1fc00b655901f08003cf26ea1a93f43780.tar.gz
doc: Create directory structure
Create a series of sections, all of which are currently empty, using the general design established by Jacob Kaplan-Moss and the Django project [1]. Five sections are provided: - intro - tutorials - topics - howto - ref - faq - internals The purpose of each section is described in the documents themselves. [1] https://jacobian.org/writing/great-documentation/ Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Documentation/contents.rst')
-rw-r--r--Documentation/contents.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/contents.rst b/Documentation/contents.rst
index 3ecb7412f..befc8f6cc 100644
--- a/Documentation/contents.rst
+++ b/Documentation/contents.rst
@@ -29,3 +29,14 @@ Open vSwitch Documentation Contents
:maxdepth: 3
index
+
+.. toctree::
+ :maxdepth: 3
+
+ intro/index
+ tutorials/index
+ topics/index
+ howto/index
+ ref/index
+ faq/index
+ internals/index