[py-svn] r13670 - py/dist/py/documentation

hpk at codespeak.net hpk at codespeak.net
Tue Jun 21 22:47:25 CEST 2005


Author: hpk
Date: Tue Jun 21 22:47:25 2005
New Revision: 13670

Modified:
   py/dist/py/documentation/confrest.py
Log:
tweaks to the web appareance 


Modified: py/dist/py/documentation/confrest.py
==============================================================================
--- py/dist/py/documentation/confrest.py	(original)
+++ py/dist/py/documentation/confrest.py	Tue Jun 21 22:47:25 2005
@@ -15,7 +15,7 @@
     content = convert_rest_html(content, txtpath, stylesheet=stylesheet, encoding=encoding) 
     content = strip_html_header(content) 
 
-    page = PyPage("py lib [%s] " % txtpath.purebasename, stylesheeturl=stylesheet)
+    page = PyPage("[%s] " % txtpath.purebasename, stylesheeturl=stylesheet)
 
     svninfo = txtpath.info() 
     modified = " modified %s by %s" % (worded_diff_time(svninfo.mtime),



More information about the pytest-commit mailing list