sapling/doc
Pulkit Goyal e736fa4f52 py3: make gendoc use absolute_import
Fixed direct imports even the tests were not complaining.
2016-04-17 00:20:44 +05:30
..
check-seclevel.py py3: make check-seclevel use absolute_import 2016-04-17 00:14:42 +05:30
docchecker docchecker: report context line at most once 2016-03-03 03:32:44 +00:00
gendoc.py py3: make gendoc use absolute_import 2016-04-17 00:20:44 +05:30
hgmanpage.py spelling: trivial spell checking 2015-10-17 00:58:46 +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 doc: translate from :hg:help config.SECTION to a valid link to hgrc.5.html 2016-02-11 23:15:34 +09:00
style.css urls: bulk-change primary website URLs 2015-09-30 15:43:49 -05: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.