sapling/doc
Jun Wu cbc28a6600 doc: remove unused doc build step
Summary: As a follow-up of D15338757, remove the scripts around building doc/.

Reviewed By: singhsrb

Differential Revision: D15340829

fbshipit-source-id: bc121947696aaecd574edf3d9b9b3e874037bcda
2019-05-14 15:09:42 -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: import from the edenscm package 2019-01-29 17:25:32 -08:00
gendoc.py gendoc: import extensions properly 2019-01-30 14:57:42 -08:00
README doc/README: simplify instructions 2009-09-03 21:40:45 +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.