[Epydoc-commits] SF.net SVN: epydoc: [1239] trunk/epydoc/src/epydoc/docwriter/html_help.py
Brought to you by:
edloper
From: <ed...@us...> - 2006-07-05 11:29:54
|
Revision: 1239 Author: edloper Date: 2006-07-05 04:29:50 -0700 (Wed, 05 Jul 2006) ViewCVS: http://svn.sourceforge.net/epydoc/?rev=1239&view=rev Log Message: ----------- Minor css change Modified Paths: -------------- trunk/epydoc/src/epydoc/docwriter/html_help.py Modified: trunk/epydoc/src/epydoc/docwriter/html_help.py =================================================================== --- trunk/epydoc/src/epydoc/docwriter/html_help.py 2006-07-05 11:29:29 UTC (rev 1238) +++ trunk/epydoc/src/epydoc/docwriter/html_help.py 2006-07-05 11:29:50 UTC (rev 1239) @@ -17,7 +17,7 @@ # Expects: {'this_project': name} HTML_HELP = ''' -<h1 class="help"> API Documentation </h1> +<h1 class="epydoc"> API Documentation </h1> <p> This document contains the API (Application Programming Interface) documentation for %(this_project)s. Documentation for the Python This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |