[svn r38584] cleaning up menu bar: "index" instead of doc,

removing pseudo "home" page.

--HG--
branch : trunk
This commit is contained in:
hpk 2007-02-12 17:13:05 +01:00
parent f19050bd40
commit a4123181c8
3 changed files with 5 additions and 8 deletions

View File

@ -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",

View File

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

View File

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