From: Finn B. <bc...@us...> - 2001-12-02 19:58:37
|
Update of /cvsroot/jython/jython/Doc In directory usw-pr-cvs1:/tmp/cvs-serv26770 Modified Files: embedding.ht index.ht Log Message: Java doc directory renamed: api -> javadoc. Index: embedding.ht =================================================================== RCS file: /cvsroot/jython/jython/Doc/embedding.ht,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** embedding.ht 2001/02/25 17:05:07 1.3 --- embedding.ht 2001/12/02 19:58:34 1.4 *************** *** 10,14 **** <P>JavaDoc documentation for ! <A HREF="api/org/python/util/PythonInterpreter.html"> org.python.util.PythonInterpreter</A> <BR> --- 10,14 ---- <P>JavaDoc documentation for ! <A HREF="javadoc/org/python/util/PythonInterpreter.html"> org.python.util.PythonInterpreter</A> <BR> Index: index.ht =================================================================== RCS file: /cvsroot/jython/jython/Doc/index.ht,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** index.ht 2001/11/19 17:57:11 1.8 --- index.ht 2001/12/02 19:58:34 1.9 *************** *** 30,35 **** <li>The generated JavaDoc documentation of the API is available ! as <a href="api/index.html">frame</a> ! and as <a href="api/overview-summary.html"> non-frame</a> versions. --- 30,35 ---- <li>The generated JavaDoc documentation of the API is available ! as <a href="javadoc/index.html">frame</a> ! and as <a href="javadoc/overview-summary.html"> non-frame</a> versions. |