Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jchanvfx committed Feb 3, 2021
1 parent 440aa84 commit c01b816
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 0 additions & 3 deletions NodeGraphQt/widgets/node_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ class NodeBaseWidget(QtWidgets.QGraphicsProxyWidget):
This is the main wrapper class that allows a ``QtWidgets.QWidget`` to be
added in a :class:`NodeGraphQt.BaseNode` object.
See :ref:`Embedding Custom Widgets` example to adding your own widget
into a node.
Args:
parent (NodeGraphQt.BaseNode.view): parent node view.
name (str): property name for the parent node.
Expand Down
4 changes: 2 additions & 2 deletions docs/custom_widgets.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Custom Widgets
##############
Builtin Widgets
###############

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

Expand Down
6 changes: 4 additions & 2 deletions docs/node_widgets.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Node Widgets
############

Here are widgets that can be added to a :class:`NodeGraphQt.BaseNode` and
displayed in the node graph.
Node widgets are widgets that can be embedded into a
:class:`NodeGraphQt.BaseNode` and displayed in the node graph.

See :ref:`Embedding Custom Widgets` example to adding your own widget into a node.

NodeBaseWidget
**************
Expand Down

0 comments on commit c01b816

Please sign in to comment.