From 26730ad94757554ffb55411ada41f92cfa175c61 Mon Sep 17 00:00:00 2001 From: Luke Campagnola Date: Fri, 27 Jun 2014 11:05:05 -0400 Subject: [PATCH] Link ErrorBarItem in documentation --- doc/source/graphicsItems/errorbaritem.rst | 8 ++++++++ doc/source/graphicsItems/index.rst | 1 + 2 files changed, 9 insertions(+) create mode 100644 doc/source/graphicsItems/errorbaritem.rst diff --git a/doc/source/graphicsItems/errorbaritem.rst b/doc/source/graphicsItems/errorbaritem.rst new file mode 100644 index 00000000..be68a5dd --- /dev/null +++ b/doc/source/graphicsItems/errorbaritem.rst @@ -0,0 +1,8 @@ +ErrorBarItem +============ + +.. autoclass:: pyqtgraph.ErrorBarItem + :members: + + .. automethod:: pyqtgraph.ErrorBarItem.__init__ + diff --git a/doc/source/graphicsItems/index.rst b/doc/source/graphicsItems/index.rst index 970e9500..7042d27e 100644 --- a/doc/source/graphicsItems/index.rst +++ b/doc/source/graphicsItems/index.rst @@ -23,6 +23,7 @@ Contents: isocurveitem axisitem textitem + errorbaritem arrowitem fillbetweenitem curvepoint