sapling/doc
2014-06-23 09:23:57 -04:00
..
check-seclevel.py check-seclevel: restore use of callable() since it was readded in Python 3.2 2014-06-23 09:23:47 -04:00
gendoc.py gendoc: restore use of callable() since it was readded in Python 3.2 2014-06-23 09:23:57 -04:00
hgmanpage.py cleanup: drop unused variables and an unused import 2013-07-01 20:48:56 +02:00
Makefile doc: make i18n man and html 2013-07-03 21:50:20 +09: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.