linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Sphinxify two debugging-API docbook templates
@ 2016-11-19  0:34 Jonathan Corbet
  2016-11-19  0:34 ` [PATCH 1/3] doc: Convert the debugobjects DocBook template to sphinx Jonathan Corbet
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jonathan Corbet @ 2016-11-19  0:34 UTC (permalink / raw)
  To: linux-doc
  Cc: linux-kernel, Thomas Gleixner, Jason Baron, William Cohen,
	Jonathan Corbet

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-11-19  0:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-19  0:34 [PATCH 0/3] Sphinxify two debugging-API docbook templates Jonathan Corbet
2016-11-19  0:34 ` [PATCH 1/3] doc: Convert the debugobjects DocBook template to sphinx Jonathan Corbet
2016-11-19  0:34 ` [PATCH 2/3] doc: debugobjects: actually pull in the kerneldoc comments Jonathan Corbet
2016-11-19  0:34 ` [PATCH 3/3] doc: Sphinxify the tracepoint docbook Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).