From: Zac Dover Date: Thu, 17 Nov 2022 05:35:58 +0000 (+1000) Subject: doc/dev: link to Dot User's Manual X-Git-Tag: v16.2.11~162^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=94efcc8366fbf33991ff3867481810efa99f4222;p=ceph.git doc/dev: link to Dot User's Manual Add a link to the Dot User's Manual for Graphviz diagrams. Signed-off-by: Zac Dover (cherry picked from commit 249a4794afc01ae27314e55f87932f7492fecb4f) --- diff --git a/doc/dev/documenting.rst b/doc/dev/documenting.rst index 42bd56d06fed..c1a11890e6e4 100644 --- a/doc/dev/documenting.rst +++ b/doc/dev/documenting.rst @@ -86,6 +86,10 @@ separate file, like this:: .. graphviz:: myfile.dot +See the `Dot User's Manual `_ by +Emden R. Gansner, Eleftherios Koutsofios, and Stephen North for examples of +digraphs. This is especially useful if this is your first time encountering +GraphViz. Ditaa -----