diff --git a/doc/models/source/organization.rst b/doc/models/source/organization.rst index d09a5cb89..95ee91045 100644 --- a/doc/models/source/organization.rst +++ b/doc/models/source/organization.rst @@ -34,7 +34,13 @@ Finally, additional documentation about various aspects of |ns3| may exist on the `project wiki `_. A sample outline of how to write model library documentation can be -found in :mod:`src/template/doc`. +found by executing the ``create-module.py`` program and looking at the +template created in the file ``new-module/doc/new-module.rst``. + +.. sourcecode:: bash + + $ cd src + $ ./create-module.py new-module The remainder of this document is organized alphabetically by module name.