summaryrefslogtreecommitdiff
path: root/docs/refman/main.py
AgeCommit message (Collapse)Author
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
This replaces all of the Apache blurbs at the start of each file with an `# SPDX-License-Identifier: Apache-2.0` string. It also fixes existing uses to be consistent in capitalization, and to be placed above any copyright notices. This removes nearly 3000 lines of boilerplate from the project (only python files), which no developer cares to look at. SPDX is in common use, particularly in the Linux kernel, and is the recommended format for Meson's own `project(license: )` field
2023-09-07docs: refman: add vim syntax file generatorLiam Beguin
Signed-off-by: Liam Beguin <liambeguin@gmail.com>
2022-01-31add --quiet option to genrefmanStone Tickle
2022-01-31add fastyaml loaderStone Tickle
2022-01-06add man page backend to refmanStone Tickle
2021-10-09docs: Added JSON generatorDaniel Mensinger
2021-10-07docs: Added pickle RefMan loaderDaniel Mensinger
2021-10-04docs: Temporarily disable modules and move RefMan --> Reference-manualDaniel Mensinger
2021-10-03docs: Use a custom hotdoc extension for links to RefManDaniel Mensinger
2021-10-03docs: Added Markdown generatorDaniel Mensinger
2021-10-03docs: Added pickle generatorDaniel Mensinger
2021-10-03docs: Initial reference manual generatorDaniel Mensinger