2023-12-06 04:10:03 +08:00
|
|
|
<!--
|
|
|
|
AUTO-GENERATED from webpack.config.js, do **NOT** edit by hand.
|
|
|
|
These are re-used in layout.html
|
|
|
|
-->
|
|
|
|
|
|
|
|
{% macro head_pre_assets() %}
|
|
|
|
<!-- Loaded before other Sphinx assets -->
|
2025-01-10 05:56:20 +08:00
|
|
|
<link href="{{ pathto('_static/styles/theme.css', 1) }}?digest=8878045cc6db502f8baf" rel="stylesheet" />
|
|
|
|
<link href="{{ pathto('_static/styles/pydata-sphinx-theme.css', 1) }}?digest=8878045cc6db502f8baf" rel="stylesheet" />
|
2023-12-06 04:10:03 +08:00
|
|
|
{% endmacro %}
|
|
|
|
|
|
|
|
{% macro head_js_preload() %}
|
2024-10-26 04:23:45 +08:00
|
|
|
<!-- So that users can add custom icons -->
|
2025-01-10 05:56:20 +08:00
|
|
|
<script src="{{ pathto('_static/scripts/fontawesome.js', 1) }}?digest=8878045cc6db502f8baf"></script>
|
2023-12-06 04:10:03 +08:00
|
|
|
<!-- Pre-loaded scripts that we'll load fully later -->
|
2025-01-10 05:56:20 +08:00
|
|
|
<link rel="preload" as="script" href="{{ pathto('_static/scripts/bootstrap.js', 1) }}?digest=8878045cc6db502f8baf" />
|
|
|
|
<link rel="preload" as="script" href="{{ pathto('_static/scripts/pydata-sphinx-theme.js', 1) }}?digest=8878045cc6db502f8baf" />
|
2023-12-06 04:10:03 +08:00
|
|
|
{% endmacro %}
|
|
|
|
|
|
|
|
{% macro body_post() %}
|
|
|
|
<!-- Scripts loaded after <body> so the DOM is not blocked -->
|
2025-01-10 05:56:20 +08:00
|
|
|
<script defer src="{{ pathto('_static/scripts/bootstrap.js', 1) }}?digest=8878045cc6db502f8baf"></script>
|
|
|
|
<script defer src="{{ pathto('_static/scripts/pydata-sphinx-theme.js', 1) }}?digest=8878045cc6db502f8baf"></script>
|
2023-12-06 04:10:03 +08:00
|
|
|
{% endmacro %}
|