[wwwsearch-commits] r31959 - wwwsearch/release_scripts
jjlee at codespeak.net
jjlee at codespeak.net
Sat Sep 2 21:34:17 CEST 2006
Author: jjlee
Date: Sat Sep 2 21:34:16 2006
New Revision: 31959
Modified:
wwwsearch/release_scripts/epydocsimplehtml.py
Log:
Oops, committed (31958) before I typed the message again :-( Message should have been: Add hacks to epydoc API doc HTML writer to simplify output and hide private module names &c. (e.g. mechanize._mechanize module does not need its own documentation -- instead, just the stuff exported by the package should be documented). To do: write some CSS that gives output that's not so damn ugly (maybe get rid of the HTML tables too), integrate with rest of site and write static website build/promotion scripts... and update the docs ;-) (using epytext for API docs and ReST for web pages / other discursive documentation)
Modified: wwwsearch/release_scripts/epydocsimplehtml.py
==============================================================================
--- wwwsearch/release_scripts/epydocsimplehtml.py (original)
+++ wwwsearch/release_scripts/epydocsimplehtml.py Sat Sep 2 21:34:16 2006
@@ -1,4 +1,4 @@
-# This is a hacked copy of epydoc's html.py, that writes simpler HTML
+# This is a hacked copy of epydoc's html.py, that writes simpler HTML.
#
# epydoc -- HTML output generator
More information about the wwwsearch-commits
mailing list