[PATCH 0/6] more kernel-doc patches

Daniel Vetter daniel.vetter at ffwll.ch
Tue Feb 28 17:13:13 UTC 2017


Hi all,

Finally gotten around to polish and flush these out. I think Markus'
kfigure/kimage/krender support is now simplified a lot (at least as much as I
managed with my python/sphinx noob-ness), and also rebase the doc patch about
the light markup approach we've discussed a while ago.

Follow-up patches are all for drm to show how awesome the inline DOT stuff is
and how much I want it. To get them in I'd need a topic branch.

I think the rst syntax itself is solid (I liked it a lot in the DRM patches), so
if more polish is needed for the script I'd like if we can get the current
version landed, to unblock the DRM doc work - I orignally wrote these for 4.10.

Cheers, Daniel

Daniel Vetter (5):
  doc: Explain light-handed markup preference a bit better
  drm/doc: Add KMS overview graphs
  drm/doc: Consistent kerneldoc include order
  drm/doc: diagram for mode objects and properties
  drm/doc: atomic overview, with graph

Markus Heiser (1):
  docs-rst: automatically convert Graphviz and SVG images

 Documentation/conf.py                 |   2 +-
 Documentation/doc-guide/hello.dot     |   3 +
 Documentation/doc-guide/sphinx.rst    | 107 +++++++-
 Documentation/doc-guide/svg_image.svg |  10 +
 Documentation/gpu/drm-internals.rst   |   6 +-
 Documentation/gpu/drm-kms-helpers.rst |  28 ++-
 Documentation/gpu/drm-kms.rst         | 263 +++++++++++++++++++-
 Documentation/gpu/drm-mm.rst          |  24 +-
 Documentation/process/changes.rst     |   7 +-
 Documentation/sphinx/kfigure.py       | 442 ++++++++++++++++++++++++++++++++++
 10 files changed, 846 insertions(+), 46 deletions(-)
 create mode 100644 Documentation/doc-guide/hello.dot
 create mode 100644 Documentation/doc-guide/svg_image.svg
 create mode 100644 Documentation/sphinx/kfigure.py

-- 
2.11.0



More information about the dri-devel mailing list