Skip to content

Commit 4c970a9

Browse files
committed
fix(plot) returns-dict badge link
1 parent 12bf544 commit 4c970a9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

graphtik/plot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,8 @@ class Theme:
576576
"tooltip": "returns_dict",
577577
"bgcolor": "#cc5500",
578578
"color": "white",
579-
"URL": "https://graphtik.readthedocs.io/en/latest/arch.html#term-returns-dict",
579+
"URL": "https://graphtik.readthedocs.io/en/latest/arch.html#term-returns-dictionary",
580+
580581
},
581582
}
582583
}

test/test_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def test_op_label_template_full():
109109
><FONT FACE="monospace" COLOR="white"><B>!</B></FONT></TD><TD STYLE="rounded" HEIGHT="22" VALIGN="BOTTOM" BGCOLOR="#fc89ac" TITLE="rescheduled" HREF="https://graphtik.readthedocs.io/en/latest/arch.html#term-partial-outputs" TARGET="_blank"
110110
><FONT FACE="monospace" COLOR="white"><B>?</B></FONT></TD><TD STYLE="rounded" HEIGHT="22" VALIGN="BOTTOM" BGCOLOR="#b1ce9a" TITLE="parallel" HREF="https://graphtik.readthedocs.io/en/latest/arch.html#term-parallel-execution" TARGET="_blank"
111111
><FONT FACE="monospace" COLOR="white"><B>|</B></FONT></TD><TD STYLE="rounded" HEIGHT="22" VALIGN="BOTTOM" BGCOLOR="#4e3165" TITLE="marshalled" HREF="https://graphtik.readthedocs.io/en/latest/arch.html#term-marshalling" TARGET="_blank"
112-
><FONT FACE="monospace" COLOR="white"><B>&amp;</B></FONT></TD><TD STYLE="rounded" HEIGHT="22" VALIGN="BOTTOM" BGCOLOR="#cc5500" TITLE="returns_dict" HREF="https://graphtik.readthedocs.io/en/latest/arch.html#term-returns-dict" TARGET="_blank"
112+
><FONT FACE="monospace" COLOR="white"><B>&amp;</B></FONT></TD><TD STYLE="rounded" HEIGHT="22" VALIGN="BOTTOM" BGCOLOR="#cc5500" TITLE="returns_dict" HREF="https://graphtik.readthedocs.io/en/latest/arch.html#term-returns-dictionary" TARGET="_blank"
113113
><FONT FACE="monospace" COLOR="white"><B>}</B></FONT></TD></TR>
114114
</TABLE></TD>
115115
</TR><TR>

0 commit comments

Comments
 (0)