sapling/doc
Mark Thomas 01a7b3fdf7 identity: add templating of program name
Summary:
Add templating for the program name.  This maps:

* `prog@` -> `hg`
* `Product@` -> `Mercurial`
* `LongProduct@` -> `Mercurial Distributed SCM`

It also adds `:prog:command` as an alias for `:hg:command` in the help text definition.

Reviewed By: mitrandir77

Differential Revision: D10461874

fbshipit-source-id: 7006fc9c41ede6b16d9a1a56ed1c99979a5f2f7e
2018-10-26 04:19:01 -07:00
..
fb-hgext amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
hggit hggit: internalize extension 2018-01-09 06:08:01 -08:00
hgsql hgsql: integrate with hg-crew 2018-01-04 07:22:19 -08:00
hgsubversion hgsuversion: move docs and tools 2018-01-10 16:20:15 -08:00
remotenames remotenames: drop the dir and do some cleanup 2018-01-10 09:01:52 -08:00
check-seclevel.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
docchecker fb-hgext: fix gendoc-related issues 2018-01-09 03:44:33 -08:00
gendoc.py gendoc: fix Fedora build from auto-formatting 2018-05-29 13:09:18 -07:00
hgmanpage.py Update to 18.6b1 2018-06-05 22:19:55 -07:00
Makefile doc: fix Makefile for doc after commands.py to commands/__init__.py 2018-10-09 07:54:35 -07:00
README doc/README: simplify instructions 2009-09-03 21:40:45 +02:00
runrst identity: add templating of program name 2018-10-26 04:19:01 -07: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.