From df50b45e2322d2fb714e5446624d52ba76896970 Mon Sep 17 00:00:00 2001 From: andrew Date: Thu, 9 Aug 2018 13:23:59 -0400 Subject: DOCS: General cleanup (did not move any sections) Change-Id: I67cc42769661c10d2793f8c6cdb3b232b803d145 Signed-off-by: andrew --- docs/gettingstarted/users/installing/index.rst | 2 ++ docs/gettingstarted/writingdocs/index.rst | 15 ++++++++------- docs/gettingstarted/writingdocs/styleguide/index.rst | 13 +++++++------ docs/gettingstarted/writingdocs/styleguidemd/index.rst | 7 ++++--- 4 files changed, 21 insertions(+), 16 deletions(-) (limited to 'docs/gettingstarted') 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 `_ .. toctree:: + :maxdepth: 2 - styleguide.md - styleguide02.md - styleguide03.md + styleguide.md + styleguide02.md + styleguide03.md -- cgit 1.2.3-korg