diff options
author | Markus Heiser <[email protected]> | 2017-03-06 14:09:27 +0100 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2017-03-09 02:59:26 -0700 |
commit | db6ccf23e8ba40fc2e8914ec9c0eb950df71d9fe (patch) | |
tree | 2f5646aff5210a2669cdb8a624fc40f2797836d5 /scripts/gcc-plugins/cyc_complexity_plugin.c | |
parent | c3c53600f62b5fa92acf3a7f5eb71bacb25f6b01 (diff) |
docs-rst: automatically convert Graphviz and SVG images
This patch brings scalable figure, image handling and a concept to
embed *render* markups:
* DOT (http://www.graphviz.org)
* SVG
For image handling use the 'image' replacement::
.. kernel-image:: svg_image.svg
:alt: simple SVG image
For figure handling use the 'figure' replacement::
.. kernel-figure:: svg_image.svg
:alt: simple SVG image
SVG image example
Embed *render* markups (or languages) like Graphviz's **DOT** is
provided by the *render* directive.::
.. kernel-render:: DOT
:alt: foobar digraph
:caption: Embedded **DOT** (Graphviz) code.
digraph foo {
"bar" -> "baz";
}
The *render* directive is a concept to integrate *render* markups and
languages, yet supported markups:
* DOT: render embedded Graphviz's **DOT**
* SVG: render embedded Scalable Vector Graphics (**SVG**)
Cc: Jani Nikula <[email protected]>
Cc: Laurent Pinchart <[email protected]>
Tested-by: Mauro Carvalho Chehab <[email protected]>
Tested-by: Daniel Vetter <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]> (v2 - v5)
Signed-off-by: Markus Heiser <[email protected]> (v1, v6)
Signed-off-by: Jonathan Corbet <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions