comparison doc/templates/extheader.txt @ 52021:2a875530a023

doc: generate separate commands/topics/extension pages This change modifies gendoc.py and Makefile so that individual pages for commands, help topics, and extensions can be generated. A new index page is also generated with links to all these pages. This makes it easier to look up and search the help text of a given command or topic, instead of having to deal with the giant hg.1 "all-in-one" page. Since the list of individual pages varies based on the source code, we generate a dynamic Makefile that contains this list of files as individual targets. This gives us fine-grained control over output files. However, it greatly increases the time spent generating all help pages. It's recommended to run make with -j to make use of multi-core archs. Individual man pages are produced in doc/man, and HTML ones are in doc/html
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 09 Oct 2023 22:14:24 -0700
parents
children dc97e8670dec
comparison
equal deleted inserted replaced
52020:1f5974f8f730 52021:2a875530a023
1 .. _ext-%(extname)s:
2
3 %(exttitle)s
4
5 .. contents::
6 :backlinks: top
7 :class: htmlonly
8 :depth: 2
9