FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ProdigiousPython/docs/_static/webpack-macros.html at develop · ProdigiousPython/ProdigiousPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ProdigiousPython
/
ProdigiousPython
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
9
Code
Issues
3
Pull requests
5
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ProdigiousPython
/
docs
/
_static
/
webpack-macros.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (28 loc) · 1.94 KB
Breadcrumbs
ProdigiousPython
/
docs
/
_static
/
webpack-macros.html
Copy path
File metadata and controls
31 lines (28 loc) · 1.94 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!--
AUTO-GENERATED from webpack.config.js, do **NOT** edit by hand.
These are re-used in layout.html
-->
{# Load FontAwesome icons #}
{% macro head_pre_icons() %}
<
link
href
="
{{ pathto('_static/vendor/fontawesome/6.5.2/css/all.min.css', 1) }}?digest=dfe6caa3a7d634c4db9b
"
rel
="
stylesheet
"
/>
<
link
rel
="
preload
"
as
="
font
"
type
="
font/woff2
"
crossorigin
href
="
{{ pathto('_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2', 1) }}
"
/>
<
link
rel
="
preload
"
as
="
font
"
type
="
font/woff2
"
crossorigin
href
="
{{ pathto('_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2', 1) }}
"
/>
<
link
rel
="
preload
"
as
="
font
"
type
="
font/woff2
"
crossorigin
href
="
{{ pathto('_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2', 1) }}
"
/>
{% endmacro %}
{% macro head_pre_assets() %}
<!-- Loaded before other Sphinx assets -->
<
link
href
="
{{ pathto('_static/styles/theme.css', 1) }}?digest=dfe6caa3a7d634c4db9b
"
rel
="
stylesheet
"
/>
<
link
href
="
{{ pathto('_static/styles/bootstrap.css', 1) }}?digest=dfe6caa3a7d634c4db9b
"
rel
="
stylesheet
"
/>
<
link
href
="
{{ pathto('_static/styles/pydata-sphinx-theme.css', 1) }}?digest=dfe6caa3a7d634c4db9b
"
rel
="
stylesheet
"
/>
{% endmacro %}
{% macro head_js_preload() %}
<!-- Pre-loaded scripts that we'll load fully later -->
<
link
rel
="
preload
"
as
="
script
"
href
="
{{ pathto('_static/scripts/bootstrap.js', 1) }}?digest=dfe6caa3a7d634c4db9b
"
/>
<
link
rel
="
preload
"
as
="
script
"
href
="
{{ pathto('_static/scripts/pydata-sphinx-theme.js', 1) }}?digest=dfe6caa3a7d634c4db9b
"
/>
<
script
src
="
{{ pathto('_static/vendor/fontawesome/6.5.2/js/all.min.js', 1) }}?digest=dfe6caa3a7d634c4db9b
"
>
</
script
>
{% endmacro %}
{% macro body_post() %}
<!-- Scripts loaded after <body> so the DOM is not blocked -->
<
script
src
="
{{ pathto('_static/scripts/bootstrap.js', 1) }}?digest=dfe6caa3a7d634c4db9b
"
>
</
script
>
<
script
src
="
{{ pathto('_static/scripts/pydata-sphinx-theme.js', 1) }}?digest=dfe6caa3a7d634c4db9b
"
>
</
script
>
{% endmacro %}
Back
|
FazBrowse Home
|
New Git URL