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: v18.1.0~875^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F48924%2Fhead;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 --- diff --git a/doc/dev/documenting.rst b/doc/dev/documenting.rst index f84342bc715c..1b9468a5012c 100644 --- a/doc/dev/documenting.rst +++ b/doc/dev/documenting.rst @@ -88,6 +88,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 -----