[py-svn] r63229 - py/trunk/py/doc

hpk at codespeak.net hpk at codespeak.net
Mon Mar 23 15:01:15 CET 2009


Author: hpk
Date: Mon Mar 23 15:01:13 2009
New Revision: 63229

Modified:
   py/trunk/py/doc/confrest.py
Log:
don'T generate apigen information for now


Modified: py/trunk/py/doc/confrest.py
==============================================================================
--- py/trunk/py/doc/confrest.py	(original)
+++ py/trunk/py/doc/confrest.py	Mon Mar 23 15:01:13 2009
@@ -37,8 +37,8 @@
     def fill_menubar(self):
         items = [
             self.a_docref("index", "index.html"),
-            self.a_apigenref("api", "api/index.html"),
-            self.a_apigenref("source", "source/index.html"),
+            #self.a_apigenref("api", "api/index.html"),
+            #self.a_apigenref("source", "source/index.html"),
             self.a_docref("contact", "contact.html"),
             self.a_docref("download", "download.html"),
         ]



More information about the pytest-commit mailing list