linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Corbet <corbet@lwn.net>
To: linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org,
	Thomas Gleixner <tglx@linutronix.de>,
	Jason Baron <jbaron@redhat.com>,
	William Cohen <wcohen@redhat.com>,
	Jonathan Corbet <corbet@lwn.net>
Subject: [PATCH 0/3] Sphinxify two debugging-API docbook templates
Date: Fri, 18 Nov 2016 17:34:12 -0700	[thread overview]
Message-ID: <1479515655-20556-1-git-send-email-corbet@lwn.net> (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

             reply	other threads:[~2016-11-19  0:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-19  0:34 Jonathan Corbet [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1479515655-20556-1-git-send-email-corbet@lwn.net \
    --to=corbet@lwn.net \
    --cc=jbaron@redhat.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=wcohen@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).