Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1525807

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

From Jonathan Corbet <corbet@lwn.net>
Newsgroups linux.kernel
Subject [PATCH 0/3] Sphinxify two debugging-API docbook templates
Date 2016-11-19 01:40 +0100
Message-ID <sF1Rf-5ZF-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] Sphinxify two debugging-API docbook templates Jonathan Corbet <corbet@lwn.net> - 2016-11-19 01:40 +0100
  [PATCH 2/3] doc: debugobjects: actually pull in the kerneldoc comments Jonathan Corbet <corbet@lwn.net> - 2016-11-19 01:40 +0100
  [PATCH 1/3] doc: Convert the debugobjects DocBook template to sphinx Jonathan Corbet <corbet@lwn.net> - 2016-11-19 01:40 +0100
  [PATCH 3/3] doc: Sphinxify the tracepoint docbook Jonathan Corbet <corbet@lwn.net> - 2016-11-19 01:40 +0100

csiph-web