[Structuredtext-checkins] CVS: restructuredtext/spec reStructuredText.txt,1.46,1.47
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-04-18 02:43:17
|
Update of /cvsroot/structuredtext/restructuredtext/spec In directory usw-pr-cvs1:/tmp/cvs-serv12777/restructuredtext/spec Modified Files: reStructuredText.txt Log Message: Fixed whitespace & updated Index: reStructuredText.txt =================================================================== RCS file: /cvsroot/structuredtext/restructuredtext/spec/reStructuredText.txt,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** reStructuredText.txt 13 Apr 2002 16:42:47 -0000 1.46 --- reStructuredText.txt 18 Apr 2002 02:43:13 -0000 1.47 *************** *** 8,22 **** reStructuredText_ is plain text that uses simple and intuitive ! constructs to indicate the structure of a document. These constructs ! are equally easy to read in raw and processed forms. This document is itself an example of reStructuredText (raw, if you are reading the text file, or processed, if you are reading an HTML document, for ! example). reStructuredText is a candidate markup syntax for the `Python Docstring Processing System`_. Simple, implicit markup is used to indicate special constructs, such [...1759 lines suppressed...] ! .. [#URI] Uniform Resource Identifier. URIs are a general form of ! URLs (Uniform Resource Locators). For the syntax of URIs see ! RFC2396_ and RFC2732_. *************** *** 2317,2321 **** .. _doctest module: http://www.python.org/doc/current/lib/module-doctest.html ! .. _getopt.py: http://www.python.org/doc/current/lib/module-getopt.html .. _GNU libc getopt_long(): http://www.gnu.org/manual/glibc-2.2.3/html_node/libc_516.html --- 2319,2324 ---- .. _doctest module: http://www.python.org/doc/current/lib/module-doctest.html ! .. _getopt.py: ! http://www.python.org/doc/current/lib/module-getopt.html .. _GNU libc getopt_long(): http://www.gnu.org/manual/glibc-2.2.3/html_node/libc_516.html |