aboutsummaryrefslogtreecommitdiff
path: root/docs/source/_templates
diff options
context:
space:
mode:
authorhome_pc <[email protected]>2020-01-20 13:48:51 -0800
committerhome_pc <[email protected]>2020-01-20 13:48:51 -0800
commit75fa1d1810e98453960a81115d88302e276d817f (patch)
tree92f37accb3cb041d056d00525b5830a69862631a /docs/source/_templates
parentfixed install.mel issue (diff)
downloadartv2-75fa1d1810e98453960a81115d88302e276d817f.tar.xz
artv2-75fa1d1810e98453960a81115d88302e276d817f.zip
Uploading work on refactor
At this point, all components can build their skeletons. Next steps are to get components building their rigs.
Diffstat (limited to 'docs/source/_templates')
-rw-r--r--docs/source/_templates/localtoc.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/_templates/localtoc.html b/docs/source/_templates/localtoc.html
new file mode 100644
index 0000000..dcd8053
--- /dev/null
+++ b/docs/source/_templates/localtoc.html
@@ -0,0 +1,7 @@
+<h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
+{%- if display_toc %}
+ {{ toc }}
+ <div class="custom-index container">
+ <script type="text/javascript" src={{ pathto(master_doc)[:-10] + '_static/apitoc.js' }}></script>
+ </div>
+{%- endif %} \ No newline at end of file