diff options
Diffstat (limited to 'docs/gettingstarted')
-rw-r--r-- | docs/gettingstarted/users/configutil/installing.rst | 8 | ||||
-rw-r--r-- | docs/gettingstarted/writingdocs/gitreview.rst | 1 | ||||
-rw-r--r-- | docs/gettingstarted/writingdocs/todo.rst | 5 |
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` ================= |