From a4123181c89d3d2c317fd2ee4c062f7d09330292 Mon Sep 17 00:00:00 2001 From: hpk Date: Mon, 12 Feb 2007 17:13:05 +0100 Subject: [PATCH] [svn r38584] cleaning up menu bar: "index" instead of doc, removing pseudo "home" page. --HG-- branch : trunk --- py/doc/confrest.py | 3 +-- py/doc/home.txt | 6 ------ py/doc/index.txt | 4 ++++ 3 files changed, 5 insertions(+), 8 deletions(-) delete mode 100644 py/doc/home.txt diff --git a/py/doc/confrest.py b/py/doc/confrest.py index d79e3706c..25ad595a8 100644 --- a/py/doc/confrest.py +++ b/py/doc/confrest.py @@ -33,8 +33,7 @@ class Page(object): media="screen", rel="stylesheet", type="text/css")) self.menubar = html.div( - html.a("home", href="home.html", class_="menu"), " ", - html.a("doc", href="index.html", class_="menu"), " ", + html.a("index", href="index.html", class_="menu"), " ", html.a("api", href=apigen_relpath + "api/index.html", class_="menu"), " ", html.a("source", href=apigen_relpath + "source/index.html", diff --git a/py/doc/home.txt b/py/doc/home.txt deleted file mode 100644 index c1eb821c7..000000000 --- a/py/doc/home.txt +++ /dev/null @@ -1,6 +0,0 @@ - - The py lib aims at supporting a decent development process - addressing important deployment, versioning, testing and - documentation issues - seen primarily from the perspective - of a FOSS (Free and Open Source) developer. - diff --git a/py/doc/index.txt b/py/doc/index.txt index b69c2b107..f77c21004 100644 --- a/py/doc/index.txt +++ b/py/doc/index.txt @@ -1,6 +1,10 @@ py lib documentation ================================================= + The py lib aims at supporting a decent development process + addressing deployment, versioning, testing and documentation + perspectives. + `Download and Installation`_ Main tools and API