Age | Commit message (Expand) | Author | Files | Lines |
2020-10-30 | docs: ABI: make it parse ABI/stable as ReST-compatible files | Mauro Carvalho Chehab | 1 | -2/+6 |
2020-10-30 | docs: kernel_abi.py: Handle with a lazy Sphinx parser | Mauro Carvalho Chehab | 1 | -13/+26 |
2020-10-30 | docs: kernel_abi.py: use --enable-lineno for get_abi.pl | Mauro Carvalho Chehab | 1 | -4/+14 |
2020-10-30 | docs: kernel_abi.py: make it compatible with Sphinx 1.7+ | Mauro Carvalho Chehab | 1 | -12/+27 |
2020-10-30 | docs: kernel_abi.py: fix UTF-8 support | Mauro Carvalho Chehab | 1 | -12/+7 |
2020-10-30 | docs: kernel_abi.py: add a script to parse ABI documentation | Mauro Carvalho Chehab | 1 | -0/+157 |
2020-10-30 | docs: kernellog.py: add support for info() | Mauro Carvalho Chehab | 1 | -1/+5 |
2020-10-15 | docs: get rid of :c:type explicit declarations for structs | Mauro Carvalho Chehab | 1 | -1/+1 |
2020-10-15 | docs: automarkup.py: Add cross-reference for parametrized C macros | Nícolas F. R. A. Prado | 1 | -7/+42 |
2020-10-15 | docs: automarkup.py: Skip C reserved words when cross-referencing | Nícolas F. R. A. Prado | 1 | -1/+8 |
2020-10-15 | docs: automarkup.py: Fix regexes to solve sphinx 3 warnings | Nícolas F. R. A. Prado | 1 | -3/+4 |
2020-10-15 | docs: automarkup.py: Use new C roles in Sphinx 3 | Nícolas F. R. A. Prado | 1 | -6/+49 |
2020-10-15 | docs: kerneldoc.py: add support for kerneldoc -nosymbol | Mauro Carvalho Chehab | 1 | -0/+7 |
2020-10-15 | docs: kerneldoc.py: append the name of the parsed doc file | Mauro Carvalho Chehab | 1 | -1/+2 |
2020-10-15 | docs: cdomain.py: extend it to handle new Sphinx 3.x tags | Mauro Carvalho Chehab | 1 | -1/+39 |
2020-10-15 | docs: cdomain.py: add support for a new Sphinx 3.1+ tag | Mauro Carvalho Chehab | 1 | -1/+54 |
2020-10-15 | scripts: kernel-doc: allow passing desired Sphinx C domain dialect | Mauro Carvalho Chehab | 1 | -0/+5 |
2020-09-16 | docs: Add automatic cross-reference for documentation pages | Nícolas F. R. A. Prado | 1 | -1/+38 |
2020-09-16 | docs: Allow multiple automarkup functions | Nícolas F. R. A. Prado | 1 | -42/+55 |
2020-09-03 | docs: Add automatic cross-reference for C types | Nícolas F. R. A. Prado | 1 | -13/+24 |
2020-06-26 | Replace HTTP links with HTTPS ones: Documentation/sphinx/parse-headers.pl | Alexander A. Klimov | 1 | -1/+1 |
2020-06-08 | Replace HTTP links with HTTPS ones: documentation | Alexander A. Klimov | 1 | -3/+3 |
2020-04-20 | docs: update recommended Sphinx version to 2.4.4 | Mauro Carvalho Chehab | 1 | -1/+1 |
2020-02-25 | docs: Fix empty parallelism argument | Kees Cook | 1 | -1/+1 |
2020-01-24 | docs: Keep up with the location of NoUri | Jonathan Corbet | 1 | -1/+6 |
2019-11-22 | docs, parallelism: Rearrange how jobserver reservations are made | Kees Cook | 1 | -0/+33 |
2019-11-07 | kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers' | Changbin Du | 1 | -6/+11 |
2019-10-02 | doc-rst: Programmatically render MAINTAINERS into ReST | Kees Cook | 1 | -0/+197 |
2019-08-12 | Documentation: sphinx: Don't parse socket() as identifier reference | Jonathan Neuschäfer | 1 | -1/+2 |
2019-08-12 | Documentation: sphinx: Add missing comma to list of strings | Jonathan Neuschäfer | 1 | -1/+1 |
2019-07-19 | docs: load_config.py: ensure subdirs end with "/" | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-07-17 | docs: load_config.py: avoid needing a conf.py just due to LaTeX docs | Mauro Carvalho Chehab | 1 | -1/+26 |
2019-07-08 | docs: automarkup.py: ignore exceptions when seeking for xrefs | Mauro Carvalho Chehab | 1 | -2/+10 |
2019-06-26 | Docs: An initial automarkup extension for sphinx | Jonathan Corbet | 1 | -0/+93 |
2019-05-30 | docs: requirements.txt: recommend Sphinx 1.7.9 | Mauro Carvalho Chehab | 1 | -2/+2 |
2019-05-29 | docs: cdomain.py: get rid of a warning since version 1.8 | Mauro Carvalho Chehab | 1 | -1/+4 |
2019-05-23 | doc: Cope with the deprecation of AutoReporter | Jonathan Corbet | 1 | -8/+26 |
2019-05-23 | doc: Cope with Sphinx logging deprecations | Jonathan Corbet | 3 | -21/+59 |
2018-06-30 | Documentation/sphinx: allow "functions" with no parameters | Mike Rapoport | 1 | -3/+7 |
2018-06-26 | doc:sphinx: fix parse-header description | Federico Vaga | 1 | -1/+1 |
2018-06-15 | Documentation: rstFlatTable.py: fix a broken reference | Mauro Carvalho Chehab | 1 | -2/+0 |
2018-05-04 | MAINTAINERS & files: Canonize the e-mails I use at files | Mauro Carvalho Chehab | 1 | -2/+2 |
2018-03-09 | Documentation/sphinx: Fix Directive import error | Matthew Wilcox | 1 | -2/+1 |
2018-01-17 | linux-next: docs-rst: Fix typos in kfigure.py | Masanari Iida | 1 | -3/+3 |
2017-08-31 | Documentation/sphinx: fix kernel-doc decode for non-utf-8 locale | Jani Nikula | 1 | -5/+3 |
2017-07-23 | sphinx-pre-install: use a requirements file | Mauro Carvalho Chehab | 1 | -0/+3 |
2017-06-23 | Docs: clean up some DocBook loose ends | Jonathan Corbet | 2 | -41/+0 |
2017-05-16 | docs-rst: get rid of Documentation/sphinx/tmplcvt script | Mauro Carvalho Chehab | 1 | -28/+0 |
2017-04-11 | tmplcvt: make the tool more robust | Mauro Carvalho Chehab | 1 | -2/+11 |
2017-03-31 | Use sphinx.version_info directly instead of parsing | Rémy Léone | 1 | -1/+1 |