Mercurial > hg
changeset 12958:8957c39867f6
minirst: link to HelpStyleGuide in docstring
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Wed, 10 Nov 2010 14:46:13 +0100 |
parents | 9f2ac318b92e |
children | e80128e40c04 |
files | mercurial/minirst.py |
diffstat | 1 files changed, 2 insertions(+), 21 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/minirst.py Tue Nov 09 13:43:35 2010 +0900 +++ b/mercurial/minirst.py Wed Nov 10 14:46:13 2010 +0100 @@ -14,27 +14,8 @@ are just indented blocks that look like they are nested. This relies on the user to keep the right indentation for the blocks. -It only supports a small subset of reStructuredText: - -- sections - -- paragraphs - -- literal blocks - -- definition lists - -- specific admonitions - -- bullet lists (items must start with '-') - -- enumerated lists (no autonumbering) - -- field lists (colons cannot be escaped) - -- option lists (supports only long options without arguments) - -- inline literals (no other inline markup is not recognized) +Remember to update http://mercurial.selenic.com/wiki/HelpStyleGuide +when adding support for new constructs. """ import re, sys