Contents
1 Docutils
1.1 What is Docutils?
1.2 Why is it called "Docutils"?
1.3 Is there a GUI authoring environment for Docutils?
1.4 What is the status of the Docutils project?
1.5 What is the Docutils project release policy?
2 reStructuredText
2.1 What is reStructuredText?
2.2 Why is it called "reStructuredText"?
2.3 What's the standard abbreviation for "reStructuredText"?
2.4 What's the standard filename extension for a reStructuredText file?
2.5 Are there any reStructuredText editor extensions?
2.6 How can I indicate the document title? Subtitle?
2.7 How can I represent esoteric characters (e.g. character entities) in a document?
2.8 How can I generate backticks using a Scandinavian keyboard?
2.9 Are there any tools for HTML/XML-to-reStructuredText? (Round-tripping)
2.10 Are there any Wikis that use reStructuredText syntax?
2.11 Are there any Weblog (Blog) projects that use reStructuredText syntax?
2.12 Can lists be indented without generating block quotes?
2.13 Could the requirement for blank lines around lists be relaxed?
2.14 How can I include mathematical equations in documents?
3 HTML Writer
3.1 What is the status of the HTML Writer?
3.2 What kind of HTML does it produce?
3.3 What browsers are supported?
3.4 Unexpected results from tools/html.py: H1, H1 instead of H1, H2. Why?
3.5 Why do enumerated lists only use numbers (no letters or roman numerals)?
4 Python Source Reader
4.1 Can I use Docutils for Python auto-documentation?
5 Miscellaneous
5.1 Is the Docutils document model based on any existing XML models?