# HG changeset patch # User Martin Geisler # Date 1289396773 -3600 # Node ID 8957c39867f630957549196beeca1b1e1b5e018c # Parent 9f2ac318b92e3bde06108bf8493b7d71219ad13e minirst: link to HelpStyleGuide in docstring diff -r 9f2ac318b92e -r 8957c39867f6 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