sapling/doc
Nikolaj Sjujskij 4640646cf7 build: fix hgrc manpage building with docutils 0.9
Since docutils 0.9, `roman` module has been moved from module directory root
(i.e. `site-packages/roman.py`) to `docutils.utils` module. Therefore `import
roman` statement should be wrapped in `try: ... except ImportError: ...` block
to handle importing correctly.
2012-05-08 23:59:39 +04:00
..
common.txt doc: link man pages to one another 2009-07-16 23:25:26 +02:00
gendoc.py globally: use safehasattr(x, '__call__') instead of hasattr(x, '__call__') 2011-07-25 16:24:37 -05:00
hg.1.txt doc: update copyright years to 2012 2012-04-30 12:04:30 +02:00
hgignore.5.txt doc: update copyright years to 2012 2012-04-30 12:04:30 +02:00
hgmanpage.py build: fix hgrc manpage building with docutils 0.9 2012-05-08 23:59:39 +04:00
hgrc.5.txt doc: update copyright years to 2012 2012-04-30 12:04:30 +02: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.