added docs

This commit is contained in:
2024-12-13 20:25:56 +03:00
parent 72b1019dca
commit 8b765d8313
178 changed files with 16871 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
<!--
All these macros are auto-generated and must **NOT** be edited by hand.
See the webpack.config.js file, to learn more about how this is generated.
-->
{% macro head_pre_bootstrap() %}
<link href="{{ pathto('_static/styles/sphinx-book-theme.css', 1) }}" rel="stylesheet">
{% endmacro %}
{% macro body_post() %}
<script src="{{ pathto('_static/scripts/sphinx-book-theme.js', 1) }}"></script>
{% endmacro %}