You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/getting-started.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,11 +44,11 @@ then you must to create a directory for DCE and install it using bake:
44
44
45
45
mkdir dce
46
46
cd dce
47
-
bake.py configure -e dce-ns3-|version|
47
+
bake.py configure -e dce-ns3-$version
48
48
bake.py download
49
49
bake.py build
50
50
51
-
note that dce-ns3-|version| is the DCE version |version| module. If you would like to use the development version of DCE module, you can specify **dce-ns3-dev** as a module name for bake.
51
+
note that dce-ns3-$version is the DCE module with a version number. If you would like to use the development version of DCE module, you can specify **dce-ns3-dev** as a module name for bake.
52
52
53
53
the output should look likes this:
54
54
@@ -84,11 +84,11 @@ The difference to build the advanced mode is the different module name *dce-linu
84
84
85
85
mkdir dce
86
86
cd dce
87
-
bake.py configure -e dce-linux-|version|
87
+
bake.py configure -e dce-linux-$version
88
88
bake.py download
89
89
bake.py build
90
90
91
-
note that dce-linux-|version| is the DCE version |version| module. If you would like to use the development version of DCE module, you can specify **dce-linux-dev** as a module name for bake.
91
+
note that dce-linux-$version is the DCE module with a version number. If you would like to use the development version of DCE module, you can specify **dce-linux-dev** as a module name for bake.
Copy file name to clipboardExpand all lines: doc/source/index.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ Direct Code Execution (DCE) Manual
5
5
6
6
This is the manual of Direct Code Execution (DCE).
7
7
8
-
* `Doxygen <http://www.nsnam.org/docs/dce/doxygen/index.html>`_: Documentation of the public APIs of the DCE
9
-
* Manual *(this document)* for the `latest release <http://www.nsnam.org/docs/dce/release/latest/manual/html/index.html>`_ and `development tree <http://www.nsnam.org/docs/dce/manual/html/index.html>`_
8
+
* `Doxygen <./doxygen/html/>`_: Documentation of the public APIs of the DCE
9
+
* Manual *(this document)* for the `latest release <../latest/>`_ and `development tree <../latest/>`_
10
10
11
11
This document is written in `reStructuredText <http://docutils.sourceforge.net/rst.html>`_ for `Sphinx <http://sphinx.pocoo.org/>`_ and is maintained in the
0 commit comments