sapling/doc
Martin Geisler 1d1318a176 test-gendoc: add tests for all languages
This ensures that we catch errors in the reST syntax early and for all
languages. The only change needed in gendoc.py was to correct the
computation of section underlines for Asian languages.
2009-09-27 10:12:02 +02:00
..
ja change wiki/bts URLs to point to new hostname 2009-06-24 15:32:37 +02:00
common.txt doc: link man pages to one another 2009-07-16 23:25:26 +02:00
gendoc.py test-gendoc: add tests for all languages 2009-09-27 10:12:02 +02:00
hg.1.txt doc: add TOC to hg.1.html and hgrc.5.html 2009-09-04 22:26:57 +02:00
hgignore.5.txt hgignore.5: mark file names and cmdline options as literal text 2009-07-21 12:19:53 +02:00
hgrc.5.txt doc: add TOC to hg.1.html and hgrc.5.html 2009-09-04 22:26:57 +02:00
Makefile doc/Makefile: make rst2html and rst2man halt on warnings 2009-09-13 17:08:31 +02:00
README doc/README: simplify instructions 2009-09-03 21:40:45 +02:00
rst2man.py doc: use our own rst2man.py script (issue1746) 2009-09-03 21:36:44 +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.