Skip to content

Commit 30dce32

Browse files
committed
Update documentation
1 parent 71b37fe commit 30dce32

File tree

75 files changed

+6215
-5738
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+6215
-5738
lines changed

404.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="search" title="Search" href="/search.html" />
1212

1313

14-
<title>Python-Markdown 3.6 documentation</title>
14+
<title>Python-Markdown 3.7 documentation</title>
1515
<link rel="stylesheet" href="/static/nature.css" type="text/css" />
1616
<link rel="stylesheet" href="/static/pygments.css" type="text/css" />
1717
<link rel="stylesheet" href="/assets/_mkdocstrings.css" type="text/css" />
@@ -36,7 +36,7 @@ <h3>Navigation</h3>
3636
<li><img src="/py.png"
3737
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
3838
<li class="nav-item nav-item-0">
39-
<a href="/.">Python-Markdown 3.6 documentation</a> &#187;
39+
<a href="/.">Python-Markdown 3.7 documentation</a> &#187;
4040
</li>
4141
</ul>
4242
</div>
@@ -95,19 +95,19 @@ <h3>Navigation</h3>
9595
<li><img src="/py.png"
9696
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
9797
<li class="nav-item nav-item-0">
98-
<a href="/.">Python-Markdown 3.6 documentation</a> &#187;
98+
<a href="/.">Python-Markdown 3.7 documentation</a> &#187;
9999
</li>
100100
</ul>
101101
</div>
102102
<div class="footer" role="contentinfo">Copyright &copy; 2010-2023, The Python-Markdown Project.
103-
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.5.3.
103+
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.6.0.
104104
</div>
105105
<script>var base_url = '/';</script>
106106
<script src="/search/main.js"></script>
107107

108108
<!--
109-
MkDocs version : 1.5.3
110-
Docs Build Date UTC : 2024-03-19 15:05:58.572912+00:00
109+
MkDocs version : 1.6.0
110+
Docs Build Date UTC : 2024-08-16 15:55:07.750658+00:00
111111
-->
112112
</body>
113113
</html>

assets/_mkdocstrings.css

+11-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
float: right;
2727
}
2828

29+
/* Backward-compatibility: docstring section titles in bold. */
30+
.doc-section-title {
31+
font-weight: bold;
32+
}
33+
2934
/* Symbols in Navigation and ToC. */
3035
:root,
3136
[data-md-color-scheme="default"] {
@@ -106,4 +111,9 @@ code.doc-symbol-module {
106111

107112
code.doc-symbol-module::after {
108113
content: "mod";
109-
}
114+
}
115+
116+
.doc-signature .autorefs {
117+
color: inherit;
118+
border-bottom: 1px dotted currentcolor;
119+
}

authors/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="search" title="Search" href="../search.html" />
1212

1313
<link rel="prev" title="Changelog" href="../changelog/" />
14-
<title>Authors &#8212; Python-Markdown 3.6 documentation</title>
14+
<title>Authors &#8212; Python-Markdown 3.7 documentation</title>
1515
<link rel="stylesheet" href="../static/nature.css" type="text/css" />
1616
<link rel="stylesheet" href="../static/pygments.css" type="text/css" />
1717
<link rel="stylesheet" href="../assets/_mkdocstrings.css" type="text/css" />
@@ -38,7 +38,7 @@ <h3>Navigation</h3>
3838
<li><img src="../py.png"
3939
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
4040
<li class="nav-item nav-item-0">
41-
<a href="..">Python-Markdown 3.6 documentation</a> &#187;
41+
<a href="..">Python-Markdown 3.7 documentation</a> &#187;
4242
</li>
4343

4444

@@ -190,7 +190,7 @@ <h3>Navigation</h3>
190190
<li><img src="../py.png"
191191
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
192192
<li class="nav-item nav-item-0">
193-
<a href="..">Python-Markdown 3.6 documentation</a> &#187;
193+
<a href="..">Python-Markdown 3.7 documentation</a> &#187;
194194
</li>
195195

196196

@@ -210,14 +210,14 @@ <h3>Navigation</h3>
210210
</ul>
211211
</div>
212212
<div class="footer" role="contentinfo">Copyright &copy; 2010-2023, The Python-Markdown Project.
213-
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.5.3.
213+
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.6.0.
214214
</div>
215215
<script>var base_url = '..';</script>
216216
<script src="../search/main.js"></script>
217217

218218
<!--
219-
MkDocs version : 1.5.3
220-
Docs Build Date UTC : 2024-03-19 15:05:58.577648+00:00
219+
MkDocs version : 1.6.0
220+
Docs Build Date UTC : 2024-08-16 15:55:07.753790+00:00
221221
-->
222222
</body>
223223
</html>

change_log/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="search" title="Search" href="../search.html" />
1212

1313

14-
<title>Change Log &#8212; Python-Markdown 3.6 documentation</title>
14+
<title>Change Log &#8212; Python-Markdown 3.7 documentation</title>
1515
<link rel="stylesheet" href="../static/nature.css" type="text/css" />
1616
<link rel="stylesheet" href="../static/pygments.css" type="text/css" />
1717
<link rel="stylesheet" href="../assets/_mkdocstrings.css" type="text/css" />
@@ -36,7 +36,7 @@ <h3>Navigation</h3>
3636
<li><img src="../py.png"
3737
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
3838
<li class="nav-item nav-item-0">
39-
<a href="..">Python-Markdown 3.6 documentation</a> &#187;
39+
<a href="..">Python-Markdown 3.7 documentation</a> &#187;
4040
</li>
4141

4242

@@ -260,7 +260,7 @@ <h3>Navigation</h3>
260260
<li><img src="../py.png"
261261
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
262262
<li class="nav-item nav-item-0">
263-
<a href="..">Python-Markdown 3.6 documentation</a> &#187;
263+
<a href="..">Python-Markdown 3.7 documentation</a> &#187;
264264
</li>
265265

266266

@@ -277,14 +277,14 @@ <h3>Navigation</h3>
277277
</ul>
278278
</div>
279279
<div class="footer" role="contentinfo">Copyright &copy; 2010-2023, The Python-Markdown Project.
280-
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.5.3.
280+
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.6.0.
281281
</div>
282282
<script>var base_url = '..';</script>
283283
<script src="../search/main.js"></script>
284284

285285
<!--
286-
MkDocs version : 1.5.3
287-
Docs Build Date UTC : 2024-03-19 15:05:58.605820+00:00
286+
MkDocs version : 1.6.0
287+
Docs Build Date UTC : 2024-08-16 15:55:07.783438+00:00
288288
-->
289289
</body>
290290
</html>

change_log/release-2.0/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="search" title="Search" href="../../search.html" />
1212

1313

14-
<title>Release Notes for v2.0 &#8212; Python-Markdown 3.6 documentation</title>
14+
<title>Release Notes for v2.0 &#8212; Python-Markdown 3.7 documentation</title>
1515
<link rel="stylesheet" href="../../static/nature.css" type="text/css" />
1616
<link rel="stylesheet" href="../../static/pygments.css" type="text/css" />
1717
<link rel="stylesheet" href="../../assets/_mkdocstrings.css" type="text/css" />
@@ -36,7 +36,7 @@ <h3>Navigation</h3>
3636
<li><img src="../../py.png"
3737
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
3838
<li class="nav-item nav-item-0">
39-
<a href="../..">Python-Markdown 3.6 documentation</a> &#187;
39+
<a href="../..">Python-Markdown 3.7 documentation</a> &#187;
4040
</li>
4141

4242

@@ -168,7 +168,7 @@ <h3>Navigation</h3>
168168
<li><img src="../../py.png"
169169
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
170170
<li class="nav-item nav-item-0">
171-
<a href="../..">Python-Markdown 3.6 documentation</a> &#187;
171+
<a href="../..">Python-Markdown 3.7 documentation</a> &#187;
172172
</li>
173173

174174

@@ -185,14 +185,14 @@ <h3>Navigation</h3>
185185
</ul>
186186
</div>
187187
<div class="footer" role="contentinfo">Copyright &copy; 2010-2023, The Python-Markdown Project.
188-
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.5.3.
188+
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.6.0.
189189
</div>
190190
<script>var base_url = '../..';</script>
191191
<script src="../../search/main.js"></script>
192192

193193
<!--
194-
MkDocs version : 1.5.3
195-
Docs Build Date UTC : 2024-03-19 15:05:58.608110+00:00
194+
MkDocs version : 1.6.0
195+
Docs Build Date UTC : 2024-08-16 15:55:07.785936+00:00
196196
-->
197197
</body>
198198
</html>

change_log/release-2.1/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="search" title="Search" href="../../search.html" />
1212

1313

14-
<title>Release Notes for v2.1 &#8212; Python-Markdown 3.6 documentation</title>
14+
<title>Release Notes for v2.1 &#8212; Python-Markdown 3.7 documentation</title>
1515
<link rel="stylesheet" href="../../static/nature.css" type="text/css" />
1616
<link rel="stylesheet" href="../../static/pygments.css" type="text/css" />
1717
<link rel="stylesheet" href="../../assets/_mkdocstrings.css" type="text/css" />
@@ -36,7 +36,7 @@ <h3>Navigation</h3>
3636
<li><img src="../../py.png"
3737
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
3838
<li class="nav-item nav-item-0">
39-
<a href="../..">Python-Markdown 3.6 documentation</a> &#187;
39+
<a href="../..">Python-Markdown 3.7 documentation</a> &#187;
4040
</li>
4141

4242

@@ -223,7 +223,7 @@ <h3>Navigation</h3>
223223
<li><img src="../../py.png"
224224
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
225225
<li class="nav-item nav-item-0">
226-
<a href="../..">Python-Markdown 3.6 documentation</a> &#187;
226+
<a href="../..">Python-Markdown 3.7 documentation</a> &#187;
227227
</li>
228228

229229

@@ -240,14 +240,14 @@ <h3>Navigation</h3>
240240
</ul>
241241
</div>
242242
<div class="footer" role="contentinfo">Copyright &copy; 2010-2023, The Python-Markdown Project.
243-
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.5.3.
243+
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.6.0.
244244
</div>
245245
<script>var base_url = '../..';</script>
246246
<script src="../../search/main.js"></script>
247247

248248
<!--
249-
MkDocs version : 1.5.3
250-
Docs Build Date UTC : 2024-03-19 15:05:58.609390+00:00
249+
MkDocs version : 1.6.0
250+
Docs Build Date UTC : 2024-08-16 15:55:07.787316+00:00
251251
-->
252252
</body>
253253
</html>

change_log/release-2.2/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="search" title="Search" href="../../search.html" />
1212

1313

14-
<title>Release Notes for v2.2 &#8212; Python-Markdown 3.6 documentation</title>
14+
<title>Release Notes for v2.2 &#8212; Python-Markdown 3.7 documentation</title>
1515
<link rel="stylesheet" href="../../static/nature.css" type="text/css" />
1616
<link rel="stylesheet" href="../../static/pygments.css" type="text/css" />
1717
<link rel="stylesheet" href="../../assets/_mkdocstrings.css" type="text/css" />
@@ -36,7 +36,7 @@ <h3>Navigation</h3>
3636
<li><img src="../../py.png"
3737
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
3838
<li class="nav-item nav-item-0">
39-
<a href="../..">Python-Markdown 3.6 documentation</a> &#187;
39+
<a href="../..">Python-Markdown 3.7 documentation</a> &#187;
4040
</li>
4141

4242

@@ -172,7 +172,7 @@ <h3>Navigation</h3>
172172
<li><img src="../../py.png"
173173
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
174174
<li class="nav-item nav-item-0">
175-
<a href="../..">Python-Markdown 3.6 documentation</a> &#187;
175+
<a href="../..">Python-Markdown 3.7 documentation</a> &#187;
176176
</li>
177177

178178

@@ -189,14 +189,14 @@ <h3>Navigation</h3>
189189
</ul>
190190
</div>
191191
<div class="footer" role="contentinfo">Copyright &copy; 2010-2023, The Python-Markdown Project.
192-
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.5.3.
192+
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.6.0.
193193
</div>
194194
<script>var base_url = '../..';</script>
195195
<script src="../../search/main.js"></script>
196196

197197
<!--
198-
MkDocs version : 1.5.3
199-
Docs Build Date UTC : 2024-03-19 15:05:58.611097+00:00
198+
MkDocs version : 1.6.0
199+
Docs Build Date UTC : 2024-08-16 15:55:07.789150+00:00
200200
-->
201201
</body>
202202
</html>

change_log/release-2.3/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="search" title="Search" href="../../search.html" />
1212

1313

14-
<title>Release Notes for v2.3 &#8212; Python-Markdown 3.6 documentation</title>
14+
<title>Release Notes for v2.3 &#8212; Python-Markdown 3.7 documentation</title>
1515
<link rel="stylesheet" href="../../static/nature.css" type="text/css" />
1616
<link rel="stylesheet" href="../../static/pygments.css" type="text/css" />
1717
<link rel="stylesheet" href="../../assets/_mkdocstrings.css" type="text/css" />
@@ -36,7 +36,7 @@ <h3>Navigation</h3>
3636
<li><img src="../../py.png"
3737
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
3838
<li class="nav-item nav-item-0">
39-
<a href="../..">Python-Markdown 3.6 documentation</a> &#187;
39+
<a href="../..">Python-Markdown 3.7 documentation</a> &#187;
4040
</li>
4141

4242

@@ -201,7 +201,7 @@ <h3>Navigation</h3>
201201
<li><img src="../../py.png"
202202
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
203203
<li class="nav-item nav-item-0">
204-
<a href="../..">Python-Markdown 3.6 documentation</a> &#187;
204+
<a href="../..">Python-Markdown 3.7 documentation</a> &#187;
205205
</li>
206206

207207

@@ -218,14 +218,14 @@ <h3>Navigation</h3>
218218
</ul>
219219
</div>
220220
<div class="footer" role="contentinfo">Copyright &copy; 2010-2023, The Python-Markdown Project.
221-
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.5.3.
221+
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.6.0.
222222
</div>
223223
<script>var base_url = '../..';</script>
224224
<script src="../../search/main.js"></script>
225225

226226
<!--
227-
MkDocs version : 1.5.3
228-
Docs Build Date UTC : 2024-03-19 15:05:58.612355+00:00
227+
MkDocs version : 1.6.0
228+
Docs Build Date UTC : 2024-08-16 15:55:07.790567+00:00
229229
-->
230230
</body>
231231
</html>

change_log/release-2.4/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="search" title="Search" href="../../search.html" />
1212

1313

14-
<title>Release Notes for v2.4 &#8212; Python-Markdown 3.6 documentation</title>
14+
<title>Release Notes for v2.4 &#8212; Python-Markdown 3.7 documentation</title>
1515
<link rel="stylesheet" href="../../static/nature.css" type="text/css" />
1616
<link rel="stylesheet" href="../../static/pygments.css" type="text/css" />
1717
<link rel="stylesheet" href="../../assets/_mkdocstrings.css" type="text/css" />
@@ -36,7 +36,7 @@ <h3>Navigation</h3>
3636
<li><img src="../../py.png"
3737
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
3838
<li class="nav-item nav-item-0">
39-
<a href="../..">Python-Markdown 3.6 documentation</a> &#187;
39+
<a href="../..">Python-Markdown 3.7 documentation</a> &#187;
4040
</li>
4141

4242

@@ -178,7 +178,7 @@ <h3>Navigation</h3>
178178
<li><img src="../../py.png"
179179
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
180180
<li class="nav-item nav-item-0">
181-
<a href="../..">Python-Markdown 3.6 documentation</a> &#187;
181+
<a href="../..">Python-Markdown 3.7 documentation</a> &#187;
182182
</li>
183183

184184

@@ -195,14 +195,14 @@ <h3>Navigation</h3>
195195
</ul>
196196
</div>
197197
<div class="footer" role="contentinfo">Copyright &copy; 2010-2023, The Python-Markdown Project.
198-
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.5.3.
198+
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.6.0.
199199
</div>
200200
<script>var base_url = '../..';</script>
201201
<script src="../../search/main.js"></script>
202202

203203
<!--
204-
MkDocs version : 1.5.3
205-
Docs Build Date UTC : 2024-03-19 15:05:58.613865+00:00
204+
MkDocs version : 1.6.0
205+
Docs Build Date UTC : 2024-08-16 15:55:07.792231+00:00
206206
-->
207207
</body>
208208
</html>

0 commit comments

Comments
 (0)