From: Finn B. <bc...@us...> - 2001-11-19 17:57:14
|
Update of /cvsroot/jython/jython/Doc In directory usw-pr-cvs1:/tmp/cvs-serv28862 Modified Files: index.ht Log Message: Added links to the api docs. Index: index.ht =================================================================== RCS file: /cvsroot/jython/jython/Doc/index.ht,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** index.ht 2001/02/06 17:17:39 1.7 --- index.ht 2001/11/19 17:57:11 1.8 *************** *** 29,32 **** --- 29,37 ---- how to call Jython from a Java application. + <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. + <li>You might also be interested in <a href="compile.html">building Jython from the source code</a>. |