[svn r38584] cleaning up menu bar: "index" instead of doc,
removing pseudo "home" page. --HG-- branch : trunk
This commit is contained in:
parent
f19050bd40
commit
a4123181c8
|
@ -33,8 +33,7 @@ class Page(object):
|
||||||
media="screen", rel="stylesheet",
|
media="screen", rel="stylesheet",
|
||||||
type="text/css"))
|
type="text/css"))
|
||||||
self.menubar = html.div(
|
self.menubar = html.div(
|
||||||
html.a("home", href="home.html", class_="menu"), " ",
|
html.a("index", href="index.html", class_="menu"), " ",
|
||||||
html.a("doc", href="index.html", class_="menu"), " ",
|
|
||||||
html.a("api", href=apigen_relpath + "api/index.html", class_="menu"),
|
html.a("api", href=apigen_relpath + "api/index.html", class_="menu"),
|
||||||
" ",
|
" ",
|
||||||
html.a("source", href=apigen_relpath + "source/index.html",
|
html.a("source", href=apigen_relpath + "source/index.html",
|
||||||
|
|
|
@ -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.
|
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
py lib documentation
|
py lib documentation
|
||||||
=================================================
|
=================================================
|
||||||
|
|
||||||
|
The py lib aims at supporting a decent development process
|
||||||
|
addressing deployment, versioning, testing and documentation
|
||||||
|
perspectives.
|
||||||
|
|
||||||
`Download and Installation`_
|
`Download and Installation`_
|
||||||
|
|
||||||
Main tools and API
|
Main tools and API
|
||||||
|
|
Loading…
Reference in New Issue