[Epydoc-commits] SF.net SVN: epydoc: [1349] trunk/epydoc/doc
Brought to you by:
edloper
From: <ed...@us...> - 2006-09-03 05:31:38
|
Revision: 1349 http://svn.sourceforge.net/epydoc/?rev=1349&view=rev Author: edloper Date: 2006-09-02 22:31:31 -0700 (Sat, 02 Sep 2006) Log Message: ----------- made screenshot thumbnails local Modified Paths: -------------- trunk/epydoc/doc/index.html Added Paths: ----------- trunk/epydoc/doc/home.thumbnail.png trunk/epydoc/doc/index.thumbnail.png trunk/epydoc/doc/pysrc.thumbnail.png trunk/epydoc/doc/uml.thumbnail.png Added: trunk/epydoc/doc/home.thumbnail.png =================================================================== (Binary files differ) Property changes on: trunk/epydoc/doc/home.thumbnail.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: trunk/epydoc/doc/index.html =================================================================== --- trunk/epydoc/doc/index.html 2006-09-03 03:41:12 UTC (rev 1348) +++ trunk/epydoc/doc/index.html 2006-09-03 05:31:31 UTC (rev 1349) @@ -110,13 +110,13 @@ <center> <table class="transparent" cellspacing="10"> <tr> - <td class="transparent" valign="top"><a href="api/"><img src="http://sourceforge.net/dbimage.php?id=85862" alt="Generated HTML documentation for epydoc" border="0" /></a><br /> + <td class="transparent" valign="top"><a href="api/"><img src="home.thumbnail.png" alt="Generated HTML documentation for epydoc" border="0" height="75"/></a><br /> <!-- Generated HTML documentation for epydoc --> </td> - <td class="transparent" valign="top"><a href="api/epydoc.apidoc.VariableDoc-class.html"><img src="http://sourceforge.net/dbimage.php?id=85864" alt="Example of a UML graph generated by epydoc" border="0" /></a><br /> + <td class="transparent" valign="top"><a href="api/epydoc.apidoc.VariableDoc-class.html"><img src="uml.thumbnail.png" alt="Example of a UML graph generated by epydoc" border="0" height="75"/></a><br /> <!-- Example of a UML graph generated by epydoc --> </td> - <td class="transparent" valign="top"><a href="api/epydoc.apidoc-pysrc.html"><img src="http://sourceforge.net/dbimage.php?id=85866" alt="Example of syntax highlighted source, w/ links to API docs" border="0" /></a><br /> + <td class="transparent" valign="top"><a href="api/epydoc.apidoc-pysrc.html"><img src="pysrc.thumbnail.png" alt="Example of syntax highlighted source, w/ links to API docs" border="0" height="75"/></a><br /> <!-- Example of syntax highlighted source, w/ links to API docs --> </td> - <td class="transparent" valign="top"><a href="http://epydoc.sourceforge.net/stdlib/identifier-index.html"><img src="http://sourceforge.net/dbimage.php?id=85868" alt="Identifier index page for generated Python 2.4 docs" border="0" /></a><br /> + <td class="transparent" valign="top"><a href="http://epydoc.sourceforge.net/stdlib/identifier-index.html"><img src="index.thumbnail.png" alt="Identifier index page for generated Python 2.4 docs" border="0" height="75"/></a><br /> <!-- Identifier index page for generated Python 2.4 docs --> </td> </tr> </table> Added: trunk/epydoc/doc/index.thumbnail.png =================================================================== (Binary files differ) Property changes on: trunk/epydoc/doc/index.thumbnail.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/epydoc/doc/pysrc.thumbnail.png =================================================================== (Binary files differ) Property changes on: trunk/epydoc/doc/pysrc.thumbnail.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/epydoc/doc/uml.thumbnail.png =================================================================== (Binary files differ) Property changes on: trunk/epydoc/doc/uml.thumbnail.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |