sapling/doc
FUJIWARA Katsunori 807a8f6caa doc: add the tool to check section marks in help documents
This patch adds "doc/check-seclevel.py" which checks below in help
documents:

  - whether unknown or unavailable section marks are used or not
  - whether appropriate section mark is used at sub-sectioning

It should be invoked in "doc" directory.

It checks all help documents of Mercurial (topics, commands,
extensions), if no file is specified by --file option.

With --file option, it checks contents of the specified file as help
document, for self testing purpose: -t/-c/-e/-C are used to specify
what kind of help document contents of the specified file is.

This checking is related to changeset 8d980034517b.
2012-08-13 21:25:48 +09:00
..
check-seclevel.py doc: add the tool to check section marks in help documents 2012-08-13 21:25:48 +09:00
common.txt doc: link man pages to one another 2009-07-16 23:25:26 +02:00
gendoc.py doc: unify section level between help topics 2012-07-25 16:40:38 +09:00
hg.1.txt doc: unify section level between help topics 2012-07-25 16:40:38 +09:00
hgignore.5.txt doc: unify section level between help topics 2012-07-25 16:40:38 +09:00
hgmanpage.py spelling: Structured 2012-08-17 13:58:19 -07:00
hgrc.5.txt doc: unify section level between help topics 2012-07-25 16:40:38 +09:00
Makefile doc: rebuild hgrc.5 man and HTML page when help/config changes 2011-05-30 11:14:31 +02:00
README doc/README: simplify instructions 2009-09-03 21:40:45 +02:00
runrst runrst: improve error message when Docutils is missing 2011-10-20 17:47:33 +02:00
style.css gendoc: added styling for extension TOC 2010-10-20 17:47:46 +02:00

Mercurial's documentation is kept in reStructuredText format, which is
a simple plain text format that's easy to read and edit:

  http://docutils.sourceforge.net/rst.html

It's also convertible to a variety of other formats including standard
UNIX man page format and HTML. You'll need to install Docutils:

  http://docutils.sourceforge.net/

Use the Makefile in this directory to generate the man and HTML pages.