diff options
Diffstat (limited to 'docs/gettingstarted')
-rw-r--r-- | docs/gettingstarted/users/installing/index.rst | 2 | ||||
-rw-r--r-- | docs/gettingstarted/writingdocs/index.rst | 15 | ||||
-rw-r--r-- | docs/gettingstarted/writingdocs/styleguide/index.rst | 13 | ||||
-rw-r--r-- | docs/gettingstarted/writingdocs/styleguidemd/index.rst | 7 |
4 files changed, 21 insertions, 16 deletions
diff --git a/docs/gettingstarted/users/installing/index.rst b/docs/gettingstarted/users/installing/index.rst index 6cadae0a314..4a8ac7a6952 100644 --- a/docs/gettingstarted/users/installing/index.rst +++ b/docs/gettingstarted/users/installing/index.rst @@ -2,6 +2,8 @@ .. toctree:: +.. _installingVPP: + Installing VPP from Packages ============================== diff --git a/docs/gettingstarted/writingdocs/index.rst b/docs/gettingstarted/writingdocs/index.rst index 1361c422af7..89245ef28d1 100644 --- a/docs/gettingstarted/writingdocs/index.rst +++ b/docs/gettingstarted/writingdocs/index.rst @@ -14,11 +14,12 @@ This section covers the following topics: .. toctree:: + :maxdepth: 2 - buildingrst - gitreview - readthedocs - styleguide/index.rst - styleguidemd/index.rst - todo - pushingapatch + buildingrst + gitreview + readthedocs + styleguide/index.rst + styleguidemd/index.rst + todo + pushingapatch diff --git a/docs/gettingstarted/writingdocs/styleguide/index.rst b/docs/gettingstarted/writingdocs/styleguide/index.rst index 79d28c37493..443476f83b6 100644 --- a/docs/gettingstarted/writingdocs/styleguide/index.rst +++ b/docs/gettingstarted/writingdocs/styleguide/index.rst @@ -21,10 +21,11 @@ A **Table of Contents** structure is shown below. Using **toctree** in this way in a nicely in the generated documents. .. toctree:: + :maxdepth: 2 - styleguide.rst - styleguide02.rst - styleguide02table.rst - styleguide03.rst - styleguide04.rst - styleguide05.rst + styleguide.rst + styleguide02.rst + styleguide02table.rst + styleguide03.rst + styleguide04.rst + styleguide05.rst diff --git a/docs/gettingstarted/writingdocs/styleguidemd/index.rst b/docs/gettingstarted/writingdocs/styleguidemd/index.rst index 5bafb4d1512..f9dfbeb2dbb 100644 --- a/docs/gettingstarted/writingdocs/styleguidemd/index.rst +++ b/docs/gettingstarted/writingdocs/styleguidemd/index.rst @@ -9,7 +9,8 @@ written in Markdown. This chapter describes some constructs used to write these For a more detailed description of Markdown refer to `Markdown Wikipedia <https://en.wikipedia.org/wiki/Markdown>`_ .. toctree:: + :maxdepth: 2 - styleguide.md - styleguide02.md - styleguide03.md + styleguide.md + styleguide02.md + styleguide03.md |