Update of /cvsroot/pydispatcher/dispatch/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv16849
Modified Files:
index.html
Log Message:
Added link to pydoc reference for dispatch.dispatcher
Index: index.html
===================================================================
RCS file: /cvsroot/pydispatcher/dispatch/docs/index.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** index.html 6 Jul 2003 14:22:47 -0000 1.3
--- index.html 6 Jul 2003 23:00:47 -0000 1.4
***************
*** 91,96 ****
<h2>Documentation</h2>
<p>You can find usage samples in the examples directory of the
! distribution. The dispatcher module's documentation is currently
! the major source of information regarding the usage patterns.<br>
</p>
<p>PyDispatcher welcomes contributions, suggestions, and feedback from
--- 91,97 ----
<h2>Documentation</h2>
<p>You can find usage samples in the examples directory of the
! distribution. The dispatcher module's <a
! href="pydoc/dispatch.dispatcher.html">reference documentation</a> is
! currently the major source of information regarding usage.<br>
</p>
<p>PyDispatcher welcomes contributions, suggestions, and feedback from
|