[Docstring-checkins] CVS: dps README.txt,1.5,1.6
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-04-19 01:45:39
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv24055/dps Modified Files: README.txt Log Message: updated Index: README.txt =================================================================== RCS file: /cvsroot/docstring/dps/README.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** README.txt 18 Apr 2002 02:54:47 -0000 1.5 --- README.txt 19 Apr 2002 01:45:36 -0000 1.6 *************** *** 9,19 **** Thank you for downloading the Python Docstring Processing System ! project arhive. As this is a work in progress, please check the ! project web site for updated working files. The latest release ! archive is available at ! http://sourceforge.net/project/showfiles.php?group_id=26626. To run the code, Python 2.0 or later must already be installed. You ! can get Python from http://www.python.org/. --- 9,22 ---- Thank you for downloading the Python Docstring Processing System ! project arhive. Development has been transferred to the Docutils_ ! project. As this is a work in progress, please check the ! project web site for updated working files. To run the code, Python 2.0 or later must already be installed. You ! can get Python from http://www.python.org/. You will also need the ! latest reStructuredText package, available from ! http://structuredtext.sourceforge.net/. ! ! .. _Docutils: http://docutils.sourceforge.net/ |