Skip to content

Commit 287af5a

Browse files
committed
docs clean up
1 parent 7146f62 commit 287af5a

File tree

7 files changed

+31
-361
lines changed

7 files changed

+31
-361
lines changed

NodeGraphQt/widgets/node_publish_widget.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ def publish(self):
8484
node_name = self.node_name.text()
8585
node_identifier = self.node_identifier.text()
8686
node_class_name = self.node_class_name.text()
87-
self.node.publish(file_path, node_name, node_identifier, node_class_name)
87+
self.node.publish(
88+
file_path, node_name, node_identifier, node_class_name)
8889
self.published = True
8990
self.close()
9091

docs/_static/ngqt.css

Lines changed: 0 additions & 347 deletions
This file was deleted.

docs/_static/pygments.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ td.lineos {
88
-webkit-box-shadow: none;
99
-moz-box-shadow: none;
1010
}
11-
.hll { background-color: #49483e }
11+
.hll { background-color: #233150 }
1212
.code{ background: #232629; !important }
1313
.highlight pre { background: #232629; !important }
1414
.highlight pre {

0 commit comments

Comments
 (0)