doc: Make small update and fix a typo

This commit is contained in:
Tom Henderson
2023-09-27 14:55:37 -07:00
parent f2a092cb63
commit 56dd03f376

View File

@@ -368,7 +368,7 @@ We change the VERSION field from '3-dev' to '3.34'::
$ cat VERSION
3.34
We next change the file conf.py in the contributing, tutorial, manual, and models directories
We next change the file conf.py in the contributing, installation, tutorial, manual, and models directories
to change the strings 'ns-3-dev' to ns-3.34.
When you are done, the 'git diff --stat' command should show:
@@ -377,10 +377,11 @@ When you are done, the 'git diff --stat' command should show:
VERSION | 2 +-
doc/contributing/source/conf.py | 4 ++--
doc/installation/source/conf.py | 4 ++--
doc/manual/source/conf.py | 4 ++--
doc/models/source/conf.py | 4 ++--
doc/tutorial/source/conf.py | 4 ++--
5 files changed, 9 insertions(+), 9 deletions(-)
6 files changed, 11 insertions(+), 11 deletions(-)
Make a commit of these files:
@@ -404,6 +405,8 @@ Next, make the following change to RELEASE_NOTES.md and commit it:
Commit this change:
::
$ git commit -m"Update availability in RELEASE_NOTES.md" RELEASE_NOTES.md
Finally, add a Git annotated tag: