From 66120cc3fc84ecb59cce2b63a461ef75d4e90286 Mon Sep 17 00:00:00 2001 From: Alexander D'souza Date: Wed, 12 Jun 2013 06:22:36 -0700 Subject: [PATCH] bug 1694: documentation fix --- doc/manual/source/python.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual/source/python.rst b/doc/manual/source/python.rst index c22392ab3..3732dfbe8 100644 --- a/doc/manual/source/python.rst +++ b/doc/manual/source/python.rst @@ -77,20 +77,20 @@ waf contains some options that automatically update the python path to find the :: ./waf --shell - python examples/mixed-wireless.py + python examples/wireless/mixed-wireless.py and the other is to use the --pyrun option to waf: :: - ./waf --pyrun examples/mixed-wireless.py + ./waf --pyrun examples/wireless/mixed-wireless.py To run a python script under the C debugger: :: ./waf --shell - gdb --args python examples/mixed-wireless.py + gdb --args python examples/wireless/mixed-wireless.py To run your own Python script that calls |ns3| and that has this path, ``/path/to/your/example/my-script.py``, do the following: