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

26 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 guide to *Contributing to ns-3*. Primary documentation for the ns-3 project is available in several forms:
* `ns-3 Doxygen <http://www.nsnam.org/doxygen/index.html>`_: Documentation of the public APIs of the simulator
2022-06-06 01:24:09 -03:00
* Tutorial for the `latest release <http://www.nsnam.org/documentation/latest/>`_ and `development tree <https://www.nsnam.org/documentation/>`_
2019-05-14 09:28:45 -07:00
* Contributing to ns-3 (this document)
2022-06-06 01:24:09 -03:00
* Manual, and Model Library for the `latest release <http://www.nsnam.org/documentation/latest/>`_ and `development tree <https://www.nsnam.org/documentation/>`_
2019-05-14 09:28:45 -07:00
* `ns-3 wiki <http://www.nsnam.org/wiki/Main_Page>`_
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
2019-05-14 09:28:45 -07:00
``doc/contributing`` directory of ns-3's source code.
.. toctree::
:maxdepth: 2
introduction
general
enhancements
models
external
coding-style