diff options
author | John DeNisco <jdenisco@cisco.com> | 2018-08-13 17:00:06 -0400 |
---|---|---|
committer | John DeNisco <jdenisco@cisco.com> | 2018-08-13 17:00:22 -0400 |
commit | 758dc46072032b7145a556804a29e87baa602958 (patch) | |
tree | 9807426a9af2c21ebde9b61cb6771cec14a65ae9 /docs/gettingstarted/writingdocs/index.rst | |
parent | 34eb5d423d8d5851d0e901114d359c91acf05c4e (diff) |
DOCS: Cleanup Getting Started
Change-Id: I4766773779f8d5c30a24bfed48090d7305c80ec5
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/gettingstarted/writingdocs/index.rst')
-rw-r--r-- | docs/gettingstarted/writingdocs/index.rst | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/gettingstarted/writingdocs/index.rst b/docs/gettingstarted/writingdocs/index.rst index 89245ef28d1..c59a39d0e5d 100644 --- a/docs/gettingstarted/writingdocs/index.rst +++ b/docs/gettingstarted/writingdocs/index.rst @@ -1,25 +1,20 @@ .. _writingdocs: ######################### -Writing VPP Documentation +VPP Documents ######################### This section covers the following topics: * Building VPP Documents * Merging FD.io VPP documents and performing a Git review -* Using Read the Docs * reStructured Text Style Guide that describes different format styles * Markdown Style Guide that describes different format styles .. toctree:: - :maxdepth: 2 + :maxdepth: 3 buildingrst - gitreview - readthedocs styleguide/index.rst styleguidemd/index.rst - todo - pushingapatch |