Skip to content

Commit c292559

Browse files
committed
docs clean up
1 parent 5d890f2 commit c292559

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

docs/_templates/sidebar_toc.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<nav class="table w-full min-w-full my-6 lg:my-8">
2-
<code style="font-size: 0.65rem;">Release - v{{ release }}</code>
32
{%- if theme_globaltoc_includehidden|tobool %}
43
{{ toctree(titles_only=true, collapse=False, includehidden=true) }}
54
{%- else %}
65
{{ toctree(titles_only=true, collapse=False) }}
76
{%- endif %}
7+
<br>
8+
<code style="font-size: 0.65rem;">{{ project }} - v{{ release }}</code>
89
</nav>

docs/host_apps/_index_apps.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Host Application Examples
55
host application.
66
77
.. toctree::
8+
:caption: Host Applications
89
:name: appstoc
910
:maxdepth: 2
1011
:titlesonly:

docs/index.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,19 @@ script or checkout the :ref:`General Overview` section.
3232
| Source: https://github.com/jchanvfx/NodeGraphQt
3333
| Issues: https://github.com/jchanvfx/NodeGraphQt/issues
3434
35+
.. toctree::
36+
:hidden:
37+
:caption: Examples
38+
:name: exmplstoc
39+
:maxdepth: 1
40+
41+
examples/ex_overview
42+
examples/ex_node
43+
examples/ex_port
44+
examples/ex_pipe
45+
examples/ex_menu
46+
host_apps/_index_apps
47+
3548
.. toctree::
3649
:hidden:
3750
:caption: API Reference
@@ -53,16 +66,3 @@ script or checkout the :ref:`General Overview` section.
5366

5467
custom_widgets
5568
node_widgets
56-
57-
.. toctree::
58-
:hidden:
59-
:caption: Examples
60-
:name: exmplstoc
61-
:maxdepth: 1
62-
63-
examples/ex_overview
64-
examples/ex_node
65-
examples/ex_port
66-
examples/ex_pipe
67-
examples/ex_menu
68-
host_apps/_index_apps

0 commit comments

Comments
 (0)