Still fixing broken links
parent
ded4fa066b
commit
c643f5f4e5
|
@ -160,7 +160,8 @@ fi
|
|||
# This seems not always done automatically
|
||||
# by the Sphinx build
|
||||
cd doc 2>&1 >/dev/null
|
||||
for d in {manual,models,tutorial{,-pt-br}}/build/{single,}html/_static html ; do
|
||||
for d in {manual,models,tutorial{,-pt-br}}/build/{single,}html/_static html \
|
||||
html ; do
|
||||
cp ns3_html_theme/static/ns3_version.js $d
|
||||
done
|
||||
cd - 2>&1 >/dev/null
|
||||
|
|
|
@ -84,7 +84,7 @@ $mathjax
|
|||
onmouseover="mcancelclosetime()"
|
||||
onmouseout="mclosetime()">
|
||||
<a id="ns3_api"
|
||||
href="http://www.nsnam.org/docs/doxygen/html/index.html"
|
||||
href="http://www.nsnam.org/docs/doxygen/index.html"
|
||||
>API</a><br/>
|
||||
<a id="ns3_bugs"
|
||||
href="http://www.nsnam.org/bugzilla/">Bugs</a>
|
||||
|
|
|
@ -33,10 +33,11 @@ if (typeof ns3_builder != 'undefined') {
|
|||
} else {
|
||||
ns3_index = ns3_local + "html/" + ns3_index;
|
||||
}
|
||||
else {
|
||||
ns3_index = ns3_local + "html/" + ns3_index;
|
||||
}
|
||||
|
||||
}
|
||||
else {
|
||||
ns3_index = ns3_local + "html/" + ns3_index;
|
||||
}
|
||||
|
||||
|
||||
var ns3_man = ns3_rel + "manual/" + ns3_index;
|
||||
var ns3_mod = ns3_rel + "models/" + ns3_index;
|
||||
|
|
Loading…
Reference in New Issue