commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5573 - trunk/www/utils/webhelpers


From: jcater
Subject: r5573 - trunk/www/utils/webhelpers
Date: Mon, 29 Mar 2004 22:25:13 -0600 (CST)

Author: jcater
Date: 2004-03-29 22:25:12 -0600 (Mon, 29 Mar 2004)
New Revision: 5573

Modified:
   trunk/www/utils/webhelpers/docs.py
Log:
added technotes to dev docs

Modified: trunk/www/utils/webhelpers/docs.py
===================================================================
--- trunk/www/utils/webhelpers/docs.py  2004-03-29 23:11:33 UTC (rev 5572)
+++ trunk/www/utils/webhelpers/docs.py  2004-03-30 04:25:12 UTC (rev 5573)
@@ -27,7 +27,12 @@
     html += '<b>API Reference</b>&nbsp;&nbsp;&nbsp; ( <a 
href="../tools/%s/docs/api/public/">HTML</a> )</div>\n' % (tool)
     html += '<p>API documentation automatically updated daily. GNUe uses <a 
href="http://epydoc.sourceforge.net/";>epydoc</a> to create this 
guide.</p></div>\n'
 
+    html += '<div class="docgroup"><div class="docheader">'
+    html += '<b>Tech Notes</b>&nbsp;&nbsp;&nbsp; ( <a 
href="../tools/%s/docs/technotes/">HTML</a> )</div>\n' % (tool)
+    html += '<p>Free-form developer-written technical notes.</p></div>\n'
 
+
+
     fileset = mod.docs.corefiles
     descr = 'Core Developer'
     if fileset:





reply via email to

[Prev in Thread] Current Thread [Next in Thread]