sapling/doc
Takumi IINO b0aea72ba7 gendoc: extract print help topics into a dedicated function
This will be used in an upcoming patch.
2013-05-15 15:44:59 +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 gendoc: extract print help topics into a dedicated function 2013-05-15 15:44:59 +09:00
hg.1.txt check-code: check txt files for trailing whitespace 2013-04-15 01:37:23 +02:00
hgignore.5.txt doc: unify section level between help topics 2012-07-25 16:40:38 +09:00
hgmanpage.py check-code: there must also be whitespace between ')' and operator 2012-12-09 23:33:16 +01: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 codingstyle: remove trailing spaces in various text files 2013-04-17 03:40:18 +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.