Index: jrst2/src/test/org/codelutin/jrst/text.rst diff -u jrst2/src/test/org/codelutin/jrst/text.rst:1.16 jrst2/src/test/org/codelutin/jrst/text.rst:1.17 --- jrst2/src/test/org/codelutin/jrst/text.rst:1.16 Mon May 14 14:41:07 2007 +++ jrst2/src/test/org/codelutin/jrst/text.rst Tue May 15 10:46:49 2007 @@ -8,6 +8,8 @@ .. include:: /home/letellier/PROJET/jrst2/src/test/org/codelutin/jrst/textHeader.rst +.. sectnum:: + .. contents:: sommaire :depth: 3 Index: jrst2/src/test/org/codelutin/jrst/comparePython.xml diff -u /dev/null jrst2/src/test/org/codelutin/jrst/comparePython.xml:1.1 --- /dev/null Tue May 15 10:46:54 2007 +++ jrst2/src/test/org/codelutin/jrst/comparePython.xml Tue May 15 10:46:49 2007 @@ -0,0 +1,27 @@ + + + +<image alt="reStructuredText" uri="rst.png"/>Markup Syntax and Parser Component of Docutils2007-05-04Contents1   User Documentation2   Reference Documentation3   Developer Documentation3.1   How-To's4   Try it OnlinereStructuredText is an easy-to-read, what-you-see-is-what-you-get +plaintext markup syntax and parser system. It is useful for in-line +program documentation (such as Python docstrings), for quickly +creating simple web pages, and for standalone documents. +reStructuredText is designed for extensibility for specific +application domains. The reStructuredText parser is a component of +Docutils. reStructuredText is a revision and reinterpretation of the +StructuredText and Setext lightweight markup systems.The primary goal of reStructuredText is to define and implement a +markup syntax for use in Python docstrings and other documentation +domains, that is readable and simple, yet powerful enough for +non-trivial use. The intended purpose of the markup is the conversion +of reStructuredText documents into useful structured data formats.See statemachine.py for an example of a Python module fully +documented using reStructuredText.
<generated class="sectnum">1   </generated>User DocumentationA ReStructuredText Primer (HTML file, or text source).Quick reStructuredText (user reference)reStructuredText Cheat Sheet (text only; 1 page for syntax, 1 +page directive & role reference)Users who have questions or need assistance with Docutils or +reStructuredText should post a message to the Docutils-users mailing +list.
<generated class="sectnum">2   </generated>Reference DocumentationAn Introduction to reStructuredText (includes the Goals and +History of reStructuredText)reStructuredText Markup SpecificationreStructuredText DirectivesreStructuredText Interpreted Text Roles
<generated class="sectnum">3   </generated>Developer DocumentationA Record of reStructuredText Syntax AlternativesProblems With StructuredText
<generated class="sectnum">3.1   </generated>How-To'sCreating reStructuredText DirectivesCreating reStructuredText Interpreted Text Roles
<generated class="sectnum">4   </generated>Try it OnlineIf you want to try reStructuredText out without downloading Docutils, +you can use the reStructuredText online renderer. Thanks to Jiri +Barton for setting it up!reStructuredTextLocal Variables: +mode: indented-text +indent-tabs-mode: nil +sentence-end-double-space: t +fill-column: 70 +End:
\ No newline at end of file