author | Tom Henderson <tomh@tomh.org> |
Wed, 05 Dec 2012 20:45:38 -0800 | |
changeset 9169 | f8bff624db3c |
parent 7577 | dfe7a7b1c65a |
child 10186 | cfbc9491d7e7 |
permissions | -rw-r--r-- |
6754 | 1 |
.. only:: html or latex |
2 |
||
7251
b2fe610ad03f
some tutorial index.rst fixes
Vedran Miletić <rivanvx@gmail.com>
parents:
6770
diff
changeset
|
3 |
ns-3 Tutorial |
6770
f600bfc2ada9
get rid of some sphinx warnings
Tom Henderson <tomh@tomh.org>
parents:
6764
diff
changeset
|
4 |
=========================== |
6764 | 5 |
|
7251
b2fe610ad03f
some tutorial index.rst fixes
Vedran Miletić <rivanvx@gmail.com>
parents:
6770
diff
changeset
|
6 |
This is the *ns-3 Tutorial*. Primary documentation for the ns-3 project is |
7314
7162e24118ea
Miscellaneous fixes to Tutorial
Mitch Watrous <watrous@u.washington.edu>
parents:
7251
diff
changeset
|
7 |
available in five forms: |
6754 | 8 |
|
6764 | 9 |
* `ns-3 Doxygen <http://www.nsnam.org/doxygen/index.html>`_: Documentation of the public APIs of the simulator |
7576 | 10 |
* Tutorial *(this document)*, Manual, and Model Library for the `latest release <http://www.nsnam.org/documentation/latest/>`_ and `development tree <http://www.nsnam.org/ns-3-dev/documentation/>`_ |
6764 | 11 |
* `ns-3 wiki <http://www.nsnam.org/wiki/index.php/Main_Page>`_ |
12 |
||
13 |
This document is written in `reStructuredText <http://docutils.sourceforge.net/rst.html>`_ for `Sphinx <http://sphinx.pocoo.org/>`_ and is maintained in the |
|
14 |
``doc/tutorial`` directory of ns-3's source code. |
|
6754 | 15 |
|
16 |
.. toctree:: |
|
17 |
:maxdepth: 2 |
|
18 |
||
19 |
introduction |
|
20 |
resources |
|
21 |
getting-started |
|
22 |
conceptual-overview |
|
23 |
tweaking |
|
24 |
building-topologies |
|
25 |
tracing |
|
26 |
conclusion |