sapling/doc
Jun Wu 415f3fd88c gendoc: import extensions properly
Summary:
The script tries to extract docstrings of all extensions. It failed to do so
because the extension directory was moved. Fix it by using the default path to
import extensions.

Note: this was half broken before the `edenscm` move because the extensions
cannot be imported correctly so every extension fall backs to "None" in their
help text. This diff fixes that so `man hg` would actually include actual
extension helps. However, some extensions have ill-formatted rst docstrings.
They are fixed in the next diff.

Reviewed By: singhsrb

Differential Revision: D13885567

fbshipit-source-id: 0aba1bc4b0f09fbd8e55d9c8e6ff2587ff6be3f7
2019-01-30 14:57:42 -08: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
docchecker fb-hgext: fix gendoc-related issues 2018-01-09 03:44:33 -08:00
gendoc.py gendoc: import extensions properly 2019-01-30 14:57:42 -08:00
hgmanpage.py Update to 18.6b1 2018-06-05 22:19:55 -07:00
Makefile codemod: move Python packages to edenscm 2019-01-28 18:35:41 -08: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.