@@ -60,14 +60,14 @@ If you want all details, plot the solution::
6060 solution.net.plot(...)
6161
6262.. Note ::
63- For plots, `Graphviz < https://graphviz.org > `_ program must be in your PATH,
63+ For plots, `Graphviz `_ program must be in your PATH,
6464 and ``pydot `` & ``matplotlib `` python packages installed.
6565 You may install both when installing ``graphtik `` with its ``plot `` extras::
6666
6767 pip install graphtik[plot]
6868
6969.. Tip ::
70- The ` pydot.Dot < https://pypi.org/project/pydot/ >` _ instances returned by
70+ The | pydot.Dot | _ instances returned by
7171 :meth: `.Plottable.plot() ` are rendered directly in *Jupyter/IPython * notebooks
7272 as SVG images.
7373
@@ -139,8 +139,7 @@ directive from :mod:`.sphinxext` module to embed graph-plots into your generated
139139 - an instance of :class:`.Plottable` (such as :class:`.NetworkOperation`,
140140 :class:`.Network`, :class:`.ExecutionPlan` or :class:`.Solution`);
141141
142- - an already plotted ``pydot.Dot`` instance, ie, the result of a :meth:`.plot()` call
143- (see `pydot <https://github.com/pydot/pydot>`_ project).
142+ - an already plotted |pydot.Dot|_ instance, ie, the result of a :meth:`.plot()` call
144143
145144 If missing, it renders the last variable in the doctest code assigned with
146145 the above types.
@@ -231,7 +230,7 @@ which you may :graphtik:`reference <addmul-anchor>` with this syntax:
231230 .. hint ::
232231 In this case, the ``:graphvar: `` parameter is not really needed, since
233232 the code contains just one variable assignment receiving a subclass
234- of :class: `.Plottable ` or :class: ` pydot.Dot ` instance.
233+ of :class: `.Plottable ` or | pydot.Dot |_ instance.
235234
236235 Additionally, the doctest code producing the *plottable * does not have to be contained
237236 in the *graphtik * directive.
0 commit comments