[Docstring-checkins] CVS: dps README.txt,1.4,1.5
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-04-18 02:54:51
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv16021/dps Modified Files: README.txt Log Message: fixed whitespace & updated Index: README.txt =================================================================== RCS file: /cvsroot/docstring/dps/README.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** README.txt 14 Apr 2002 19:40:54 -0000 1.4 --- README.txt 18 Apr 2002 02:54:47 -0000 1.5 *************** *** 9,18 **** 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,18 ---- 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/. *************** *** 26,30 **** releases. ! * setup.py: Installation script. See "Installation" below. * install.py: Quick & dirty installation script. --- 26,30 ---- releases. ! * setup.py: Installation script. See "Installation" below. * install.py: Quick & dirty installation script. *************** *** 32,36 **** * dps: The project source directory, installed as a Python package. ! * spec: The project specification directory. Contains PEPs (Python Enhancement Proposals) and XML DTDs (document type definitions) --- 32,36 ---- * dps: The project source directory, installed as a Python package. ! * spec: The project specification directory. Contains PEPs (Python Enhancement Proposals) and XML DTDs (document type definitions) *************** *** 39,45 **** ============ ! The first step is to expand the .tar.gz archive. It contains a ! distutils setup file "setup.py". OS-specific installation instructions ! follow. Linux, Unix, MacOS X --- 39,45 ---- ============ ! The first step is to expand the .tar.gz archive. It contains a ! distutils setup file "setup.py". OS-specific installation ! instructions follow. Linux, Unix, MacOS X *************** *** 57,62 **** If the python executable isn't on your path, you'll have to specify ! the complete path, such as /usr/local/bin/python. You may need root ! permissions to complete this step. You can also just run install.py; it does the same thing. --- 57,62 ---- If the python executable isn't on your path, you'll have to specify ! the complete path, such as /usr/local/bin/python. You may need ! root permissions to complete this step. You can also just run install.py; it does the same thing. *************** *** 89,102 **** If the file isn't a "Python module", the line endings are probably also wrong, and you will need to set up your system to recognize ! ".py" file extensions as Python files. See http://gotools.sourceforge.net/mac/python.html for detailed ! instructions. Once set up, it's easiest to start over by expanding the archive again. ! 3. The distutils options window will appear. From the "Command" popup list choose "install", click "Add", then click "OK". If install.py is a "Python module" (see step 2 above if it isn't), you ! can run it instead of the above. The distutils options window will not appear. --- 89,102 ---- If the file isn't a "Python module", the line endings are probably also wrong, and you will need to set up your system to recognize ! ".py" file extensions as Python files. See http://gotools.sourceforge.net/mac/python.html for detailed ! instructions. Once set up, it's easiest to start over by expanding the archive again. ! 3. The distutils options window will appear. From the "Command" popup list choose "install", click "Add", then click "OK". If install.py is a "Python module" (see step 2 above if it isn't), you ! can run it instead of the above. The distutils options window will not appear. *************** *** 106,122 **** The package modules are mostly in their infancy, continually growing ! and evolving. The module evolution is being driven by the reStructuredText parser project; see ! http://structuredtext.sourceforge.net. The dps.statemachine module is ! usable independently. It contains extensive inline documentation (in reStructuredText format). The specs, the package structure, and the skeleton modules may also be ! of interest to you. Contributions are welcome! ! Local Variables: ! mode: indented-text ! indent-tabs-mode: nil ! fill-column: 70 ! End: --- 106,124 ---- The package modules are mostly in their infancy, continually growing ! and evolving. The module evolution is being driven by the reStructuredText parser project; see ! http://structuredtext.sourceforge.net. The dps.statemachine module is ! usable independently. It contains extensive inline documentation (in reStructuredText format). The specs, the package structure, and the skeleton modules may also be ! of interest to you. Contributions are welcome! ! .. ! Local Variables: ! mode: indented-text ! indent-tabs-mode: nil ! sentence-end-double-space: t ! fill-column: 70 ! End: |