[Structuredtext-checkins] CVS: restructuredtext/spec introduction.txt,1.9,1.10
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-04-18 02:42:51
|
Update of /cvsroot/structuredtext/restructuredtext/spec In directory usw-pr-cvs1:/tmp/cvs-serv12622/restructuredtext/spec Modified Files: introduction.txt Log Message: Fixed whitespace & updated Index: introduction.txt =================================================================== RCS file: /cvsroot/structuredtext/restructuredtext/spec/introduction.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** introduction.txt 28 Mar 2002 04:27:31 -0000 1.9 --- introduction.txt 18 Apr 2002 02:42:48 -0000 1.10 *************** *** 48,52 **** expression of structure within plaintext, and ! - the conversion of such documents into useful structured data formats. The secondary goal of reStructuredText is to be accepted by the Python --- 48,53 ---- expression of structure within plaintext, and ! - the conversion of such documents into useful structured data ! formats. The secondary goal of reStructuredText is to be accepted by the Python *************** *** 245,251 **** completed in early March. Version 0.4 of the reStructuredText_ and `Docstring Processing ! System`_ projects were released on @@@. The two projects were ! immediately merged and renamed "Docutils_", and a 0.1 release soon followed. --- 246,257 ---- completed in early March. + `PEP 287`_, "reStructuredText Standard Docstring Format", was created + to formally propose reStructuredText as a standard format for Python + docstrings, PEPs, and other files. It was first posted to + comp.lang.python_ and the Python-dev_ mailing list on 2002-04-02. + Version 0.4 of the reStructuredText_ and `Docstring Processing ! System`_ projects were released on 2002-04-??. The two projects were ! immediately merged, renamed to "Docutils_", and a 0.1 release soon followed. *************** *** 267,270 **** --- 273,280 ---- - `PEP 257: Docstring Conventions`__ + Current working versions of the PEPs can be found in + http://docutils.sourceforge.net/spec/, and official versions can be + found in the `master PEP repository`_. + __ http://mail.python.org/pipermail/doc-sig/2001-June/001855.html __ http://mail.python.org/pipermail/doc-sig/2001-June/001856.html *************** *** 279,283 **** --- 289,295 ---- .. _HISTORY.txt: http://structuredtext.sourceforge.net/HISTORY.txt + .. _PEP 287: http://docutils.sourceforge.net/spec/pep-0287.txt .. _Docutils: http://docutils.sourceforge.net/ + .. _master PEP repository: http://www.python.org/peps/ |