diff options
| author | home_pc <[email protected]> | 2020-01-20 13:48:51 -0800 |
|---|---|---|
| committer | home_pc <[email protected]> | 2020-01-20 13:48:51 -0800 |
| commit | 75fa1d1810e98453960a81115d88302e276d817f (patch) | |
| tree | 92f37accb3cb041d056d00525b5830a69862631a /docs/source/_templates | |
| parent | fixed install.mel issue (diff) | |
| download | artv2-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.html | 7 |
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 |