From ab476ddcde8815f8847f912af8e3adb63490613b Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Wed, 22 Sep 2021 13:42:10 -0700 Subject: [PATCH] documentation: Add quick start section to ns-3 tutorial --- doc/release_steps.txt | 2 +- doc/tutorial/source/conceptual-overview.rst | 2 + doc/tutorial/source/getting-started.rst | 2 + doc/tutorial/source/index.rst | 1 + doc/tutorial/source/introduction.rst | 6 + doc/tutorial/source/quick-start.rst | 145 ++++++++++++++++++++ 6 files changed, 157 insertions(+), 1 deletion(-) create mode 100644 doc/tutorial/source/quick-start.rst diff --git a/doc/release_steps.txt b/doc/release_steps.txt index 27953016f..e90ac33b8 100644 --- a/doc/release_steps.txt +++ b/doc/release_steps.txt @@ -39,7 +39,7 @@ and/or the buildbots have been testing - confirm that the new bake configurations for the release work correctly - confirm all documents build: './waf docs' and check outputs -2.1) Update the tutorial "Getting Started" page to use the new release number. +2.1) Update the tutorial "Getting Started" and "Quick Start" pages to use the new release number. An example commit (July 14, 2021) to review is 9df8ef4b2. diff --git a/doc/tutorial/source/conceptual-overview.rst b/doc/tutorial/source/conceptual-overview.rst index 3be0750b6..934c29d17 100644 --- a/doc/tutorial/source/conceptual-overview.rst +++ b/doc/tutorial/source/conceptual-overview.rst @@ -1,6 +1,8 @@ .. include:: replace.txt .. highlight:: cpp +.. _Conceptual Overview: + Conceptual Overview ------------------- diff --git a/doc/tutorial/source/getting-started.rst b/doc/tutorial/source/getting-started.rst index dd1b4eca8..81a49afb7 100644 --- a/doc/tutorial/source/getting-started.rst +++ b/doc/tutorial/source/getting-started.rst @@ -1,6 +1,8 @@ .. include:: replace.txt .. highlight:: bash +.. _Getting Started: + Getting Started --------------- diff --git a/doc/tutorial/source/index.rst b/doc/tutorial/source/index.rst index 1691e96b8..17c21221e 100644 --- a/doc/tutorial/source/index.rst +++ b/doc/tutorial/source/index.rst @@ -16,6 +16,7 @@ This document is written in `reStructuredText