Skip to content

Commit 2d69416

Browse files
committed
WIP: Try to debug sphinx errors in CI
1 parent 8869080 commit 2d69416

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/napari_matplotlib/base.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class NapariMPLWidget(QWidget):
2525
Widget containing a Matplotlib canvas and toolbar.
2626
2727
This creates a single FigureCanvas, which contains a single
28-
`~matplotlib.figure.Figure`, and an associated toolbar.
28+
`matplotlib.figure.Figure`, and an associated toolbar.
2929
It is not responsible for creating any Axes, because different
3030
widgets may want to implement different subplot layouts.
3131
@@ -36,6 +36,7 @@ class NapariMPLWidget(QWidget):
3636
3737
Attributes
3838
----------
39+
3940
viewer : `napari.Viewer`
4041
Main napari viewer.
4142
canvas : matplotlib.backends.backend_qt5agg.FigureCanvas

0 commit comments

Comments
 (0)