From 8aa29f53406e73ebc08420a82c3a7ec56ab85821 Mon Sep 17 00:00:00 2001
From: sunshine <sunshine>
Date: Mon, 2 Aug 2004 15:23:37 +0000
Subject: [PATCH] Update Python I2P library version 0.91 by sunshine

---
 apps/sam/python/doc/index.html | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/apps/sam/python/doc/index.html b/apps/sam/python/doc/index.html
index ff847ead41..d8ddad80bc 100644
--- a/apps/sam/python/doc/index.html
+++ b/apps/sam/python/doc/index.html
@@ -7,7 +7,14 @@ Documentation:
 
 <ul>
 <li><a href="./guide/index.html">User's Guide</a><br>
-<li><a href="./pydoc/i2p.html">Pydoc Documentation</a><br>
+<li><a href="./epydoc/html/index.html">Epydoc Documentation</a><br>
+</ul>
+
+How to build epydoc documentation:
+
+<ul>
+<li>Install <a href="http://epydoc.sourceforge.net/">epydoc</a>.
+<li>Run <tt>makedoc.py</tt> in <tt>apps/sam/python/doc/epydoc/</tt>
 </ul>
 
 </body>
-- 
GitLab