aboutsummaryrefslogtreecommitdiff
path: root/docs/refman
AgeCommit message (Collapse)AuthorFilesLines
2023-04-11fix various spelling issuesJosh Soref2-3/+3
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-28doc: Use better name for builtin/return object titleXavier Claessens2-1/+2
The title is used only in the sidebar. There is no need to have "extends" information there. For returned objects the actual name is not meaningful so it's better to use the long name. For builtin objects the name is important because that's the global variable name.
2022-11-24Fix various spelling errorsDavid Robillard1-1/+1
Found with codespell.
2022-10-23Fix typos in docsElliott Sales de Andrade5-7/+7
2022-04-07docs: refman: Add `arg_flattening` supportDaniel Mensinger6-8/+18
2022-01-31doc: fix regression that deleted all methods from the reference manualEli Schwartz1-3/+3
Regressed in commit bfb12222c3f64c4dac45fa526a355fffa74dbecd. This needs to iterate over all methods, process them, and add them to a list. Instead, it deleted all methods, processed all remaining methods, and appended them to the in-use iterator. Use a second list, instead. Fixes #9922
2022-01-31print warning when using fastyaml loaderStone Tickle1-2/+7
2022-01-31add --quiet option to genrefmanStone Tickle1-0/+4
2022-01-31add fastyaml loaderStone Tickle2-65/+171
2022-01-06add man page backend to refmanStone Tickle2-1/+385
2022-01-05cleanup _extract_meson_version()Stone Tickle2-7/+5
2021-10-24Merge pull request #9377 from mensinda/jsonDocsJussi Pakkanen6-9/+249
docs: Add a JSON documentation backend
2021-10-21Fix typosHofer-Julian1-1/+1
"seperator" -> "separator"
2021-10-09docs: Update docsDaniel Mensinger1-2/+8
2021-10-09docs: Added JSON generatorDaniel Mensinger3-1/+210
2021-10-07docs: Added pickle RefMan loaderDaniel Mensinger2-2/+27
2021-10-07docs: minor model refectoringDaniel Mensinger1-4/+4
2021-10-04docs: Temporarily disable modules and move RefMan --> Reference-manualDaniel Mensinger3-5/+13
2021-10-04Minor fixupsDaniel Mensinger2-6/+11
2021-10-03docs: Fix mypyDaniel Mensinger4-3/+4
2021-10-03docs: Use a custom hotdoc extension for links to RefManDaniel Mensinger5-74/+57
2021-10-03docs: Added Markdown generatorDaniel Mensinger11-0/+662
2021-10-03docs: Added pickle generatorDaniel Mensinger2-1/+30
2021-10-03docs: Initial reference manual generatorDaniel Mensinger7-0/+754