| f2c2f649 | 05-Sep-2025 |
Vegard Nossum <vegard.nossum@oracle.com> |
docs: add tools/docs/gen-redirects.py
Add a new script and a new documentation 'make' target, htmldocs-redirects.
This will generate HTML stub files in the HTML documentation output directory that
docs: add tools/docs/gen-redirects.py
Add a new script and a new documentation 'make' target, htmldocs-redirects.
This will generate HTML stub files in the HTML documentation output directory that redirect the browser to the new path.
Suggested-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org> Suggested-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20250905144608.577449-4-vegard.nossum@oracle.com>
show more ...
|
| 242cfe3f | 22-Aug-2025 |
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> |
tools: docs: parse_data_structs.py: add methods to return output
When running it from command line, we want to write an output file, but when used as a class, one may just want the output content re
tools: docs: parse_data_structs.py: add methods to return output
When running it from command line, we want to write an output file, but when used as a class, one may just want the output content returned as a string.
Split write_output() on two methods to allow both usecases.
Also add an extra method to produce a TOC.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/c98bdec3380aad54178baf2751a2f1fcd128576b.1755872208.git.mchehab+huawei@kernel.org
show more ...
|