summaryrefslogtreecommitdiffstats
path: root/docs/gettingstarted
diff options
context:
space:
mode:
authorJohn DeNisco <jdenisco@cisco.com>2018-08-03 11:02:24 -0400
committerDave Barach <openvpp@barachs.net>2018-08-03 17:38:40 +0000
commitc8e7f419fed65f2a9d055a5c9850e5fb213d9152 (patch)
treee7ef53d1113bbea129de6a1b4b709fa35ca2f2a7 /docs/gettingstarted
parentb199e98fef4256795db7fb055b180a07ce84de5c (diff)
Added missing file
docs: Incorporate Javier's progressive VPP tutorial Change-Id: Iecee041039c7ed81713bc0530fc536e989c71497 Signed-off-by: John DeNisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/gettingstarted')
-rw-r--r--docs/gettingstarted/users/configutil/installing.rst8
-rw-r--r--docs/gettingstarted/writingdocs/gitreview.rst1
-rw-r--r--docs/gettingstarted/writingdocs/todo.rst5
3 files changed, 6 insertions, 8 deletions
diff --git a/docs/gettingstarted/users/configutil/installing.rst b/docs/gettingstarted/users/configutil/installing.rst
index 57929aef648..d9fa561d072 100644
--- a/docs/gettingstarted/users/configutil/installing.rst
+++ b/docs/gettingstarted/users/configutil/installing.rst
@@ -2,9 +2,11 @@
.. toctree::
-**********
-Installing
-**********
+.. _installing-vpp-config:
+
+*********************
+Installing VPP-Config
+*********************
The FD.io VPP configuration utility uses the `Python Package Index <https://pypi.org>`__
or "pypi".
diff --git a/docs/gettingstarted/writingdocs/gitreview.rst b/docs/gettingstarted/writingdocs/gitreview.rst
index 308e313460b..8eb8d071402 100644
--- a/docs/gettingstarted/writingdocs/gitreview.rst
+++ b/docs/gettingstarted/writingdocs/gitreview.rst
@@ -66,6 +66,7 @@ To modify an existing patch:
.. code-block:: console
+ $ git review -d <review number>
$ git status
$ git add <filename>
$ git commit --amend
diff --git a/docs/gettingstarted/writingdocs/todo.rst b/docs/gettingstarted/writingdocs/todo.rst
index 6c722986c24..8051f6d7e07 100644
--- a/docs/gettingstarted/writingdocs/todo.rst
+++ b/docs/gettingstarted/writingdocs/todo.rst
@@ -43,11 +43,6 @@ The getting started users guide needs an overview
This section should be references to the doxygen links. The doxygen links will need to be cleaned up.
This section could be a quick reference only using commands we have tested.
-:ref:`progressivevpp`
-=====================
-
-This section needs work. It needs to be split up and tested.
-
:ref:`vswitchrtr`
=================