Fix colormapwidget sphinx links
This commit is contained in:
parent
5cf6f506d1
commit
5fd22b7e6e
@ -6,7 +6,7 @@ ColorMapWidget
|
||||
|
||||
.. automethod:: pyqtgraph.ColorMapWidget.__init__
|
||||
|
||||
.. automethod:: pyqtgraph.widgets.ColorMapWidget.ColorMapParameter.setFields
|
||||
.. automethod:: pyqtgraph.ColorMapParameter.setFields
|
||||
|
||||
.. automethod:: pyqtgraph.widgets.ColorMapWidget.ColorMapParameter.map
|
||||
.. automethod:: pyqtgraph.ColorMapParameter.map
|
||||
|
@ -263,6 +263,7 @@ from .widgets.TableWidget import *
|
||||
from .widgets.ProgressDialog import *
|
||||
from .widgets.GroupBox import GroupBox
|
||||
from .widgets.RemoteGraphicsView import RemoteGraphicsView
|
||||
from .widgets.ColorMapWidget import *
|
||||
|
||||
from .imageview import *
|
||||
from .WidgetGroup import *
|
||||
|
@ -4,7 +4,7 @@ import numpy as np
|
||||
from collections import OrderedDict
|
||||
from .. import functions as fn
|
||||
|
||||
__all__ = ['ColorMapWidget']
|
||||
__all__ = ['ColorMapWidget', 'ColorMapParameter']
|
||||
|
||||
class ColorMapWidget(ptree.ParameterTree):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user