Bug 1694

Summary: Manual to run ns-3 from python contains a wrong file path for file mixed-wireless.py
Product: ns-3 Reporter: moijes12
Component: documentationAssignee: Tom Henderson <tomh>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: Patch correcting path to file mixed-wireless.py

Description moijes12 2013-06-05 06:41:37 UTC
Created attachment 1607 [details]
Patch correcting path to file mixed-wireless.py

If we look at  ns-3-allinone/ns-3-dev/doc/manual/source/python.rst, under section "Running Python Scripts", we have the below example

 ./waf --shell
 python examples/mixed-wireless.py

Now, file mixed-wireless.py is in folder examples/wireless and therefore the command should be 

 ./waf --shell
 python examples/wireless/mixed-wireless.py

I have attached a patch with the changes.
Comment 1 Tom Henderson 2013-06-12 11:46:53 UTC
fixed in 9824:d6bdd8091038