File tree Expand file tree Collapse file tree 3 files changed +16
-14
lines changed Expand file tree Collapse file tree 3 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments