doc: fix figure numbering in graph guide
authorThomas Monjalon <thomas@monjalon.net>
Wed, 6 Jan 2021 09:19:43 +0000 (10:19 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 15 Jan 2021 11:28:19 +0000 (12:28 +0100)
commit924e7d8f6776838b6f27a08f644e65d8a80d6c14
tree9a6813e085dff2895b20b35503a76ff670dd164f
parenta86cb7e259ca5efc5fee4895619d4dbd0fbc6ac2
doc: fix figure numbering in graph guide

Some figures had a title inside the picture but not in RST file.
As a consequence, some versions of Sphinx are emitting a warning.

Warning, treated as error:
doc/guides/prog_guide/graph_lib.rst:64:
no number is assigned for figure: figure-anatomy-of-a-node

The titles are moved from SVG to RST,
except for graph_mem_layout.svg where in-picture title must be kept.

Fixes: 4dc6d8e63c16 ("doc: add graph library guide")
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: Jerin Jacob <jerinj@marvell.com>
doc/guides/prog_guide/graph_lib.rst
doc/guides/prog_guide/img/anatomy_of_a_node.svg
doc/guides/prog_guide/img/link_the_nodes.svg