sapling/doc
Martin Geisler 549ae660d7 doc/Makefile: do not include hg.1.gendoc.txt in MANIFEST
It is an intermediate file used to produce the hg.1 and .hg.1.html
files and is not useful for people who download the tarball. It will
be regenerated automatically by the Makefile if users want to rebuild
the documentation.
2010-10-23 20:10:18 +02:00
..
common.txt doc: link man pages to one another 2009-07-16 23:25:26 +02:00
gendoc.py gendoc: do not strip 'hg ' from synopsis 2010-10-23 00:18:10 +02:00
hg.1.txt gendoc: move section commands to module scope 2010-10-20 18:07:50 +02:00
hgignore.5.txt Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
hgmanpage.py doc: remove has_key usage in hgmanpage 2010-07-22 14:33:50 +09:00
hgrc.5.txt hgrc: document [subpaths] section 2010-10-24 18:39:02 +02:00
Makefile doc/Makefile: do not include hg.1.gendoc.txt in MANIFEST 2010-10-23 20:10:18 +02:00
README doc/README: simplify instructions 2009-09-03 21:40:45 +02:00
runrst runrst: try to be more helpful if docutils is not installed 2010-07-30 14:41:47 +09: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.