[PATCH 0/3] Sphinxify two debugging-API docbook templates

From: Jonathan Corbet
Date: Fri Nov 18 2016 - 19:34:46 EST


As part of the ongoing mission to get rid of the DocBook templates, convert
the debugobjects and tracepoint API templates to RST and add them to the
core-api manual.

Jonathan Corbet (3):
doc: Convert the debugobjects DocBook template to sphinx
doc: debugobjects: actually pull in the kerneldoc comments
doc: Sphinxify the tracepoint docbook

Documentation/DocBook/Makefile | 3 +-
Documentation/DocBook/debugobjects.tmpl | 443 -------------------------------
Documentation/DocBook/tracepoint.tmpl | 112 --------
Documentation/core-api/debug-objects.rst | 310 +++++++++++++++++++++
Documentation/core-api/index.rst | 17 +-
Documentation/core-api/tracepoint.rst | 55 ++++
6 files changed, 381 insertions(+), 559 deletions(-)
delete mode 100644 Documentation/DocBook/debugobjects.tmpl
delete mode 100644 Documentation/DocBook/tracepoint.tmpl
create mode 100644 Documentation/core-api/debug-objects.rst
create mode 100644 Documentation/core-api/tracepoint.rst

--
2.7.4