[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1479515655-20556-1-git-send-email-corbet@lwn.net>
Date: Fri, 18 Nov 2016 17:34:12 -0700
From: Jonathan Corbet <corbet@....net>
To: linux-doc@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
Jason Baron <jbaron@...hat.com>,
William Cohen <wcohen@...hat.com>,
Jonathan Corbet <corbet@....net>
Subject: [PATCH 0/3] Sphinxify two debugging-API docbook templates
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
Powered by blists - more mailing lists