Re: [RFC PATCH] doc-rst: automatically convert Graphviz and SVG images

2016-11-28 Thread Mauro Carvalho Chehab
Em Mon, 28 Nov 2016 09:47:56 +0100 Daniel Vetter escreveu: > On Sun, Nov 27, 2016 at 04:02:05PM +0100, Markus Heiser wrote: > > Replacement for the sphinx ``figure`` and ``images`` directive. > > > > A image (or figure) directive which make use of the *glob* notation:: > > > > .. figure:: he

Re: [RFC PATCH] doc-rst: automatically convert Graphviz and SVG images

2016-11-28 Thread Daniel Vetter
On Sun, Nov 27, 2016 at 04:02:05PM +0100, Markus Heiser wrote: > Replacement for the sphinx ``figure`` and ``images`` directive. > > A image (or figure) directive which make use of the *glob* notation:: > > .. figure:: hello.* For namespacing, I think we should call this kernel-figure or some

[RFC PATCH] doc-rst: automatically convert Graphviz and SVG images

2016-11-27 Thread Markus Heiser
Replacement for the sphinx ``figure`` and ``images`` directive. A image (or figure) directive which make use of the *glob* notation:: .. figure:: hello.* will be converted automatically with the tool chains listed below.: * DOT to SVG: ``DOT(1)`` (http://www.graphviz.org) If graphviz is not