Skip to content

Commit 2e3c006

Browse files
committed
small cleanup
1 parent bddcb70 commit 2e3c006

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

NodeGraphQt/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
__module_name__ = 'NodeGraphQt'
4343
__url__ = 'https://github.com/jchanvfx/NodeGraphQt'
4444

45+
4546
from .base.actions import setup_context_menu
4647
from .base.graph import NodeGraph
4748
from .base.node import NodeObject, Node, Backdrop

NodeGraphQt/base/actions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
def setup_context_menu(graph):
88
"""
9-
convenience function that populates the node graphs context menu
10-
with some default menus and commands.
9+
Sets up the node graphs context menu with some basic menus and commands.
1110
1211
Args:
1312
graph (NodeGraphQt.NodeGraph): node graph controller class.

docs/overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ NodeGraphQt is a node graph framework that can be implemented and repurposed int
66
.. image:: _images/overview.png
77
:width: 60%
88

9-
Nav Controls
10-
============
9+
Navigation
10+
==========
1111

1212
+---------------+----------------------------------------------+
1313
| action | controls |

0 commit comments

Comments
 (0)