Skip to content

Commit c01b816

Browse files
committed
doc updates
1 parent 440aa84 commit c01b816

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

NodeGraphQt/widgets/node_widgets.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ class NodeBaseWidget(QtWidgets.QGraphicsProxyWidget):
3939
This is the main wrapper class that allows a ``QtWidgets.QWidget`` to be
4040
added in a :class:`NodeGraphQt.BaseNode` object.
4141
42-
See :ref:`Embedding Custom Widgets` example to adding your own widget
43-
into a node.
44-
4542
Args:
4643
parent (NodeGraphQt.BaseNode.view): parent node view.
4744
name (str): property name for the parent node.

docs/custom_widgets.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Custom Widgets
2-
##############
1+
Builtin Widgets
2+
###############
33

44
Here's a few custom widgets that included with the ``NodeGraphQt`` framework.
55

docs/node_widgets.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
Node Widgets
22
############
33

4-
Here are widgets that can be added to a :class:`NodeGraphQt.BaseNode` and
5-
displayed in the node graph.
4+
Node widgets are widgets that can be embedded into a
5+
:class:`NodeGraphQt.BaseNode` and displayed in the node graph.
6+
7+
See :ref:`Embedding Custom Widgets` example to adding your own widget into a node.
68

79
NodeBaseWidget
810
**************

0 commit comments

Comments
 (0)