aboutsummaryrefslogtreecommitdiff
path: root/Documentation/sphinx
AgeCommit message (Expand)AuthorFilesLines
2019-11-22docs, parallelism: Rearrange how jobserver reservations are madeGravatar Kees Cook 1-0/+33
2019-11-07kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers'Gravatar Changbin Du 1-6/+11
2019-10-02doc-rst: Programmatically render MAINTAINERS into ReSTGravatar Kees Cook 1-0/+197
2019-08-12Documentation: sphinx: Don't parse socket() as identifier referenceGravatar Jonathan Neuschäfer 1-1/+2
2019-08-12Documentation: sphinx: Add missing comma to list of stringsGravatar Jonathan Neuschäfer 1-1/+1
2019-07-19docs: load_config.py: ensure subdirs end with "/"Gravatar Mauro Carvalho Chehab 1-1/+1
2019-07-17docs: load_config.py: avoid needing a conf.py just due to LaTeX docsGravatar Mauro Carvalho Chehab 1-1/+26
2019-07-08docs: automarkup.py: ignore exceptions when seeking for xrefsGravatar Mauro Carvalho Chehab 1-2/+10
2019-06-26Docs: An initial automarkup extension for sphinxGravatar Jonathan Corbet 1-0/+93
2019-05-30docs: requirements.txt: recommend Sphinx 1.7.9Gravatar Mauro Carvalho Chehab 1-2/+2
2019-05-29docs: cdomain.py: get rid of a warning since version 1.8Gravatar Mauro Carvalho Chehab 1-1/+4
2019-05-23doc: Cope with the deprecation of AutoReporterGravatar Jonathan Corbet 1-8/+26
2019-05-23doc: Cope with Sphinx logging deprecationsGravatar Jonathan Corbet 3-21/+59
2018-06-30Documentation/sphinx: allow "functions" with no parametersGravatar Mike Rapoport 1-3/+7
2018-06-26doc:sphinx: fix parse-header descriptionGravatar Federico Vaga 1-1/+1
2018-06-15Documentation: rstFlatTable.py: fix a broken referenceGravatar Mauro Carvalho Chehab 1-2/+0
2018-05-04MAINTAINERS & files: Canonize the e-mails I use at filesGravatar Mauro Carvalho Chehab 1-2/+2
2018-03-09Documentation/sphinx: Fix Directive import errorGravatar Matthew Wilcox 1-2/+1
2018-01-17linux-next: docs-rst: Fix typos in kfigure.pyGravatar Masanari Iida 1-3/+3
2017-08-31Documentation/sphinx: fix kernel-doc decode for non-utf-8 localeGravatar Jani Nikula 1-5/+3
2017-07-23sphinx-pre-install: use a requirements fileGravatar Mauro Carvalho Chehab 1-0/+3
2017-06-23Docs: clean up some DocBook loose endsGravatar Jonathan Corbet 2-41/+0
2017-05-16docs-rst: get rid of Documentation/sphinx/tmplcvt scriptGravatar Mauro Carvalho Chehab 1-28/+0
2017-04-11tmplcvt: make the tool more robustGravatar Mauro Carvalho Chehab 1-2/+11
2017-03-31Use sphinx.version_info directly instead of parsingGravatar Rémy Léone 1-1/+1
2017-03-09docs-rst: automatically convert Graphviz and SVG imagesGravatar Markus Heiser 1-0/+551
2016-12-18docs: sphinx-extensions: make rstFlatTable work with docutils 0.13Gravatar Dmitry Shachnev 1-0/+5
2016-11-30docs-rst: parse-headers.pl: cleanup the documentationGravatar Mauro Carvalho Chehab 1-107/+9
2016-11-19parse-headers.pl: add documentation for this scriptGravatar Mauro Carvalho Chehab 1-13/+180
2016-10-19Documentation/sphinx: rename kernel-doc.py to kerneldoc.pyGravatar Jani Nikula 1-0/+0
2016-09-19Merge tag 'docs-next' of git://git.lwn.net/linux.git into patchworkGravatar Mauro Carvalho Chehab 1-3/+66
2016-09-16doc-rst:c-domain: function-like macros argumentsGravatar Markus Heiser 1-1/+54
2016-09-16doc-rst:c-domain: fix sphinx version incompatibilityGravatar Markus Heiser 1-2/+12
2016-09-09[media] docs-rst: parse-headers.pl: use the C domain for cross-referencesGravatar Mauro Carvalho Chehab 1-54/+59
2016-09-09[media] docs-rst: parse-headers.pl: make debug a command line optionGravatar Mauro Carvalho Chehab 1-4/+10
2016-09-01docs: sphinx-extensions: add metadata parallel-safeGravatar Markus Heiser 3-0/+21
2016-08-22doc-rst: moved *duplicate* warnings to nitpicky modeGravatar Markus Heiser 1-0/+27
2016-08-22doc-rst:c-domain: ref-name of a function declarationGravatar Markus Heiser 1-0/+31
2016-08-22doc-rst: add boilerplate to customize c-domainGravatar Markus Heiser 1-0/+44
2016-08-18docs-rst: parse-heraders.pl: escape LaTeX charactersGravatar Mauro Carvalho Chehab 1-1/+1
2016-08-14doc-rst: generic way to build only sphinx sub-foldersGravatar Markus Heiser 1-0/+32
2016-07-23Merge branch 'docs-next' of git://git.lwn.net/linux into topic/docs-nextGravatar Mauro Carvalho Chehab 1-3/+9
2016-07-20doc-rst: kernel-doc directive, fix state machine reporterGravatar Markus Heiser 1-3/+9
2016-07-09doc-rst: parse-headers: remove trailing spacesGravatar Mauro Carvalho Chehab 1-0/+2
2016-07-08doc-rst: add kernel-include directiveGravatar Markus Heiser 1-0/+183
2016-07-07doc-rst: parse-headers: don't do substituition referencesGravatar Mauro Carvalho Chehab 1-1/+1
2016-07-07doc-rst: parse-headers: add an option to ignore enum symbolsGravatar Mauro Carvalho Chehab 1-0/+4
2016-07-07doc-rst: parse-headers: better handle comments at the source codeGravatar Mauro Carvalho Chehab 1-3/+14
2016-07-07doc-rst: parse-headers: fix multiline typedef handlerGravatar Mauro Carvalho Chehab 1-3/+4
2016-07-07doc-rst: parse-headers: better handle typedefsGravatar Mauro Carvalho Chehab 1-2/+7