@@ -44,24 +44,33 @@ plugins:
44
44
show_source : false
45
45
show_signature_annotations : true
46
46
47
- # https://squidfunk.github.io/mkdocs-material/plugins/search/
48
- - search
49
-
50
47
# https://squidfunk.github.io/mkdocs-material/plugins/privacy/
51
48
- privacy :
52
49
enabled : !ENV [CI, false]
53
50
51
+ # https://squidfunk.github.io/mkdocs-material/plugins/search/
52
+ - search
53
+
54
54
markdown_extensions :
55
55
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/
56
56
- abbr
57
- - admonition
58
57
- attr_list
59
58
- def_list
60
59
- footnotes
61
60
- md_in_html
62
61
- toc :
63
62
permalink : " π"
64
63
64
+ # https://github.com/oprypin/markdown-callouts
65
+ - callouts
66
+
67
+ # https://facelessuser.github.io/pymdown-extensions/extensions/betterem/
68
+ - pymdownx.betterem :
69
+ smart_enable : asterisk
70
+
71
+ - pymdownx.blocks.tab :
72
+ alternate_style : true
73
+
65
74
# https://facelessuser.github.io/pymdown-extensions/extensions/emoji/
66
75
- pymdownx.emoji :
67
76
emoji_index : !!python/name:material.extensions.emoji.twemoji
@@ -82,6 +91,24 @@ markdown_extensions:
82
91
user : numpy
83
92
repo : numtype
84
93
94
+ # https://facelessuser.github.io/pymdown-extensions/extensions/saneheaders/
95
+ - pymdownx.saneheaders
96
+
97
+ extra :
98
+ analytics :
99
+ provider : google
100
+ property : G-JYJJ7JYLG1
101
+ consent :
102
+ title : Cookie consent
103
+ description : >-
104
+ We use cookies to recognize your repeated visits and preferences, as well
105
+ as to measure the effectiveness of our documentation and whether users
106
+ find what they're searching for. With your consent, you're helping us to
107
+ make our documentation better.
108
+
109
+ extra_css :
110
+ - style/theme.css
111
+
85
112
theme :
86
113
name : material
87
114
favicon : img/favicon.ico
@@ -126,19 +153,4 @@ theme:
126
153
icon : fontawesome/regular/sun
127
154
name : Switch to system preference
128
155
129
- extra_css :
130
- - style/theme.css
131
-
132
- extra :
133
- analytics :
134
- provider : google
135
- property : G-JYJJ7JYLG1
136
- consent :
137
- title : Cookie consent
138
- description : >-
139
- We use cookies to recognize your repeated visits and preferences, as well
140
- as to measure the effectiveness of our documentation and whether users
141
- find what they're searching for. With your consent, you're helping us to
142
- make our documentation better.
143
-
144
156
copyright : Copyright ©, 2025 NumPy Developers.
0 commit comments