Files
unison/doc/contributing/source/index.rst

35 lines
1.0 KiB
ReStructuredText
Raw Normal View History

2019-05-14 09:28:45 -07:00
.. only:: html or latex
Contributing to ns-3
====================
This is the *ns-3 Contributing Guide*. Primary documentation for the ns-3 project is organized as
follows:
2019-05-14 09:28:45 -07:00
* Several guides that are version controlled for each release (the
`latest release <https://www.nsnam.org/documentation/latest/>`_) and
2023-10-27 00:11:54 -03:00
`development tree <https://www.nsnam.org/documentation/development-tree/>`_:
* Tutorial
* Installation Guide
* Manual
* Model Library
* Contributing Guide *(this document)*
* `ns-3 Doxygen <https://www.nsnam.org/docs/doxygen/index.html>`_: Documentation of the public APIs of
the simulator
* `ns-3 wiki <https://www.nsnam.org/wiki/Main_Page>`_
2019-05-14 09:28:45 -07:00
2022-06-06 01:24:09 -03:00
This document is written in `reStructuredText <http://docutils.sourceforge.net/rst.html>`_ for `Sphinx <https://www.sphinx-doc.org/>`_ and is maintained in the
``doc/contributing`` directory of ns-3's source code. Source file column width is 100 columns.
2019-05-14 09:28:45 -07:00
.. toctree::
:maxdepth: 2
:numbered:
2019-05-14 09:28:45 -07:00
introduction
general
enhancements
models
external
coding-style