Skip to content

Commit 5ff768d

Browse files
committed
doc/dev: repair broken image
Replace the ".. graphviz" directive with an ".. image" directive that correctly displays an image where previously an unusably zoomed-in image appeared. Signed-off-by: Zac Dover <[email protected]>
1 parent addad6c commit 5ff768d

File tree

2 files changed

+724
-1
lines changed

2 files changed

+724
-1
lines changed

doc/dev/peering.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,4 +261,5 @@ Use the `gen_state_diagram.py <https://github.com/ceph/ceph/blob/master/doc/scri
261261

262262
Sample state model:
263263

264-
.. graphviz:: peering_graph.generated.dot
264+
.. image:: peering_graph.generated.svg
265+

0 commit comments

Comments
 (0)