diff options
author | John DeNisco <jdenisco@cisco.com> | 2018-08-03 11:02:24 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2018-08-03 17:38:40 +0000 |
commit | c8e7f419fed65f2a9d055a5c9850e5fb213d9152 (patch) | |
tree | e7ef53d1113bbea129de6a1b4b709fa35ca2f2a7 /docs/gettingstarted/writingdocs | |
parent | b199e98fef4256795db7fb055b180a07ce84de5c (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/writingdocs')
-rw-r--r-- | docs/gettingstarted/writingdocs/gitreview.rst | 1 | ||||
-rw-r--r-- | docs/gettingstarted/writingdocs/todo.rst | 5 |
2 files changed, 1 insertions, 5 deletions
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` ================= |