Skip to content

Commit fae527e

Browse files
committed
toc updates
1 parent 765e63e commit fae527e

File tree

4 files changed

+29
-12
lines changed

4 files changed

+29
-12
lines changed

docs/examples/ex_index.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
Examples
2-
########
1+
NodeGraphQt Examples
2+
####################
33

44
.. image:: ../_images/overview.png
55
:width: 70%
66

77
----
88

99
.. toctree::
10-
:name: examplestoc
10+
:caption: Module Examples
1111
:maxdepth: 3
1212

13-
ex_overview
14-
ex_menu
15-
ex_node
13+
ex_toc
1614

docs/examples/ex_overview.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
Graph UI Overview
2-
#################
1+
Graph Overview
2+
##############
33

44
User interface overview for the node graph.
55

6+
.. image:: ../_images/overview.png
7+
:width: 70%
8+
69
Navigation
710
**********
811

docs/examples/ex_toc.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
.. toctree::
3+
:caption: Module Examples
4+
:maxdepth: 3
5+
6+
ex_overview
7+
ex_menu
8+
ex_node
9+

docs/index.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,24 @@ Welcome to the NodeGraphQt documentation.
66
.. image:: _images/screenshot.png
77
:width: 95%
88

9-
Project Repo: https://github.com/jchanvfx/NodeGraphQt
9+
GitHub Project: https://github.com/jchanvfx/NodeGraphQt
1010

1111
----
1212

1313
.. toctree::
14-
:name: mastertoc
15-
:maxdepth: 3
14+
:caption: Module Contents
15+
:name: moduletoc
16+
:maxdepth: 2
1617

1718
constants
1819
graph
1920
nodes
2021
menu
2122
widgets
22-
examples/ex_index
23+
24+
.. toctree::
25+
:caption: Module Examples
26+
:name: examplestoc
27+
:maxdepth: 3
28+
29+
examples/ex_toc

0 commit comments

Comments
 (0)