Removed references to obsolete tutorial-pt-br translation that was removed in commit db1ad997e3
This commit is contained in:
committed by
Tom Henderson
parent
35d24af5e2
commit
6ad3e0709c
@@ -64,9 +64,6 @@
|
||||
<a id="ns3_tut"
|
||||
href="/docs/tutorial/html/index.html"
|
||||
>English</a><br/>
|
||||
<a id="ns3_ptbr"
|
||||
href="/docs/tutorial-pt-br/html/index.html"
|
||||
>Portuguese</a><br/>
|
||||
</li>
|
||||
<li><span
|
||||
onmouseover="mopen('mDocs')"
|
||||
|
||||
@@ -60,9 +60,6 @@ $extrastylesheet
|
||||
<a id="ns3_tut"
|
||||
href="/docs/tutorial/html/index.html"
|
||||
>English</a><br/>
|
||||
<a id="ns3_ptbr"
|
||||
href="/docs/tutorial-pt-br/html/index.html"
|
||||
>Portuguese</a><br/>
|
||||
</li>
|
||||
<li><span
|
||||
onmouseover="mopen('mDocs')"
|
||||
|
||||
@@ -42,7 +42,6 @@ if (typeof ns3_builder != 'undefined') {
|
||||
var ns3_man = ns3_rel + "manual/" + ns3_index;
|
||||
var ns3_mod = ns3_rel + "models/" + ns3_index;
|
||||
var ns3_tut = ns3_rel + "tutorial/" + ns3_index;
|
||||
var ns3_ptbr = ns3_rel + "tutorial-pt-br/" + ns3_index;
|
||||
|
||||
function ns3_write_links() {
|
||||
document.getElementById("ns3_home1").href = ns3_home;
|
||||
@@ -54,5 +53,4 @@ function ns3_write_links() {
|
||||
document.getElementById("ns3_man" ).href = ns3_man;
|
||||
document.getElementById("ns3_mod" ).href = ns3_mod;
|
||||
document.getElementById("ns3_tut" ).href = ns3_tut;
|
||||
document.getElementById("ns3_ptbr" ).href = ns3_ptbr;
|
||||
}
|
||||
|
||||
3
wscript
3
wscript
@@ -1085,7 +1085,6 @@ def _cleandocs():
|
||||
_cleandir('doc/manual/build')
|
||||
_cleandir('doc/manual/source-temp')
|
||||
_cleandir('doc/tutorial/build')
|
||||
_cleandir('doc/tutorial-pt-br/build')
|
||||
_cleandir('doc/models/build')
|
||||
_cleandir('doc/models/source-temp')
|
||||
|
||||
@@ -1373,7 +1372,7 @@ class Ns3SphinxContext(Context.Context):
|
||||
|
||||
def execute(self):
|
||||
_getVersion()
|
||||
for sphinxdir in ["manual", "models", "tutorial", "tutorial-pt-br"] :
|
||||
for sphinxdir in ["manual", "models", "tutorial"] :
|
||||
self.sphinx_build(os.path.join("doc", sphinxdir))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user