From ba992c272ddcd1ddfb503a092758b5598869d9f0 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Wed, 27 Nov 2013 21:24:31 -0800 Subject: [PATCH] fix outdated reference --- doc/models/source/organization.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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.