Skip to content

Commit fb06655

Browse files
committed
fix link in docs
1 parent 6b91b65 commit fb06655

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

examples/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pandas
2+
matplotlib

ipython2cwl/iotypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class CWLPNGPlot(CWLDumpable):
189189

190190

191191
class CWLPNGFigure(CWLDumpable):
192-
"""The same with CWLPNGPlot but creates new figures before plotting. Use that annotation of you don't want
192+
"""The same with :class:`~ipython2cwl.iotypes.CWLPNGPlot` but creates new figures before plotting. Use that annotation of you don't want
193193
to write multiple graphs in the same image
194194
195195
>>> import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)