]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: cligraph.svg -> cligraph.png, misc cleanup
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 14 Mar 2018 20:36:14 +0000 (16:36 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 20 Mar 2018 19:20:34 +0000 (15:20 -0400)
LaTeX doesn't know how to typeset SVG images, so use a png. Sphinx has a
plugin to automatically convert images to the right format for every
builder but it depends on imagemagick and God only knows what plugin
support is like on Centos 6...

Also correct the name of the BGP typecodes doc in its index file.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
doc/developer/cli.rst
doc/figures/cligraph.png [new file with mode: 0644]

index cff3d21ef7f64885914d34bee8c26173869ca8a9..b52c08292921a2bd52da123a438c304c6343640c 100644 (file)
@@ -455,7 +455,7 @@ As a working example, here is the graph of the following command: ::
 
    show [ip] bgp neighbors [<A.B.C.D|X:X::X:X|WORD>] [json]
 
-.. figure:: ../figures/cligraph.svg
+.. figure:: ../figures/cligraph.png
    :align: center
 
    Graph of example CLI command
diff --git a/doc/figures/cligraph.png b/doc/figures/cligraph.png
new file mode 100644 (file)
index 0000000..96b84e8
Binary files /dev/null and b/doc/figures/cligraph.png differ