minirst: link to HelpStyleGuide in docstring
authorMartin Geisler <mg@aragost.com>
Wed, 10 Nov 2010 14:46:13 +0100
changeset 12958 8957c39867f6
parent 12957 9f2ac318b92e
child 12963 e80128e40c04
minirst: link to HelpStyleGuide in docstring
mercurial/minirst.py
--- 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