summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraric <none@none>2005-09-23 18:41:58 +0000
committeraric <none@none>2005-09-23 18:41:58 +0000
commit2ffc8c08ff7be6461a62da729d8fd860499c150e (patch)
treedf87619f68a994e9a0459f17d1404ecc1648feef
parent3fd9113b02c3305791b0d0bb8d20af845692b28d (diff)
downloadnetworkx-2ffc8c08ff7be6461a62da729d8fd860499c150e.tar.gz
add wiki to menu
makefile should call rst2html.py and rst2latex.py --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%4060
-rw-r--r--doc/Makefile4
-rw-r--r--doc/Menu.txt8
2 files changed, 7 insertions, 5 deletions
diff --git a/doc/Makefile b/doc/Makefile
index a77e0d38..9dda1784 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -4,11 +4,11 @@ VPATH=html
.SUFFIXES: .txt .html
.txt.html:
- rst2html --stylesheet-path=nx_doc.css < $< > html/$*.html
+ rst2html.py --stylesheet-path=data/nx_doc.css < $< > html/$*.html
# rst2html.py < $< > html/$*.html
.txt.tex:
- rst2latex < $< > pdf/$*.tex
+ rst2latex.py < $< > pdf/$*.tex
(cd pdf; pdflatex $*.tex)
all: html pdf
diff --git a/doc/Menu.txt b/doc/Menu.txt
index 6f739d5b..fb1fd4ce 100644
--- a/doc/Menu.txt
+++ b/doc/Menu.txt
@@ -2,14 +2,15 @@
Home_
News_
-Screenshots_
+Wiki_
+Tutorial_
Examples_
Downloads_
-Tutorial_
+MailingList_
+Screenshots_
Reference_
QuickRef_
Drawing_
-MailingList_
Credits_
Legal_
@@ -27,3 +28,4 @@ Legal_
.. _Screenshots: http://sourceforge.net/project/screenshots.php?group_id=122233
.. _MailingList: http://sourceforge.net/mail/?group_id=122233
.. _Downloads: https://networkx.lanl.gov/wiki/
+.. _Wiki: https://networkx.lanl.gov/wiki/