Removed references to obsolete tutorial-pt-br translation that was removed in commit db1ad997e3

This commit is contained in:
Steven Smith
2020-04-20 10:36:11 -07:00
committed by Tom Henderson
parent 35d24af5e2
commit 6ad3e0709c
4 changed files with 1 additions and 10 deletions

View File

@@ -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')"

View File

@@ -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')"

View File

@@ -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;
}

View File

@@ -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))