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