Skip to content

Commit e7307e8

Browse files
committed
Update documentation
1 parent dcfa7ea commit e7307e8

File tree

122 files changed

+42515
-6734
lines changed

Some content is hidden

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

122 files changed

+42515
-6734
lines changed

404.html

+104
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
<!DOCTYPE html>
2+
3+
<html lang="en">
4+
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6+
7+
8+
<meta name="author" content="The Python-Markdown Project">
9+
10+
<link rel="shortcut icon" href="/favicon.ico">
11+
<link rel="search" title="Search" href="/search.html" />
12+
13+
14+
<title>Python-Markdown 3.5 documentation</title>
15+
<link rel="stylesheet" href="/static/nature.css" type="text/css" />
16+
<link rel="stylesheet" href="/static/pygments.css" type="text/css" />
17+
<link rel="stylesheet" href="/assets/_mkdocstrings.css" type="text/css" />
18+
<link rel="stylesheet" href="/custom.css" type="text/css" />
19+
<link rel="stylesheet" href="/mkdocstrings.css" type="text/css" />
20+
<script type="text/javascript" src="/static/jquery.js"></script>
21+
<script type="text/javascript" src="/static/underscore.js"></script>
22+
</head>
23+
24+
<body>
25+
<div class="related" role="navigation" aria-label="related navigation">
26+
<h3>Navigation</h3>
27+
<ul>
28+
<li class="right" style="margin-right: 10px">
29+
<a href="https://github.com/Python-Markdown/markdown" title="View this project on GitHub"><img src="/static/github.png" width=16px style="vertical-align: middle; margin-top: -1px" /></a>
30+
</li>
31+
<li class="right" style="margin-right: 10px">
32+
<a href="/sitemap.html" title="Sitemap" accesskey="I">index</a>
33+
</li>
34+
35+
36+
<li><img src="/py.png"
37+
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
38+
<li class="nav-item nav-item-0">
39+
<a href="/.">Python-Markdown 3.5 documentation</a> &#187;
40+
</li>
41+
</ul>
42+
</div>
43+
44+
<div class="document">
45+
<div class="documentwrapper">
46+
<div class="bodywrapper">
47+
<div class="body" role="main">
48+
49+
<h1 id="404-page-not-found">404</h1>
50+
51+
<p><strong>Page not found</strong></p>
52+
53+
54+
55+
</div>
56+
</div>
57+
</div>
58+
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
59+
<div class="sphinxsidebarwrapper">
60+
61+
62+
63+
64+
<div role="note" aria-label="source link">
65+
<h3>This Page</h3>
66+
<ul class="this-page-menu">
67+
<li><a href="https://github.com/Python-Markdown/markdown/issues">Report a Bug</a></li>
68+
</ul>
69+
</div>
70+
71+
</div>
72+
</div>
73+
74+
<div class="clearer"></div>
75+
</div>
76+
<div class="related" role="navigation" aria-label="related navigation">
77+
<h3>Navigation</h3>
78+
<ul>
79+
<li class="right" style="margin-right: 10px">
80+
<a href="https://github.com/Python-Markdown/markdown" title="View this project on GitHub"><img src="/static/github.png" width=16px style="vertical-align: middle; margin-top: -1px" /></a>
81+
</li>
82+
<li class="right" style="margin-right: 10px">
83+
<a href="/sitemap.html" title="Sitemap" accesskey="I">index</a>
84+
</li>
85+
86+
87+
<li><img src="/py.png"
88+
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
89+
<li class="nav-item nav-item-0">
90+
<a href="/.">Python-Markdown 3.5 documentation</a> &#187;
91+
</li>
92+
</ul>
93+
</div>
94+
<div class="footer" role="contentinfo">Copyright &copy; 2010-2023, The Python-Markdown Project.
95+
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.5.2.
96+
</div>
97+
<script>var base_url = '/';</script>
98+
99+
<!--
100+
MkDocs version : 1.5.2
101+
Docs Build Date UTC : 2023-10-10 14:40:31.581171+00:00
102+
-->
103+
</body>
104+
</html>

assets/_mkdocstrings.css

+64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
2+
/* Avoid breaking parameter names, etc. in table cells. */
3+
.doc-contents td code {
4+
word-break: normal !important;
5+
}
6+
7+
/* No line break before first paragraph of descriptions. */
8+
.doc-md-description,
9+
.doc-md-description>p:first-child {
10+
display: inline;
11+
}
12+
13+
/* Max width for docstring sections tables. */
14+
.doc .md-typeset__table,
15+
.doc .md-typeset__table table {
16+
display: table !important;
17+
width: 100%;
18+
}
19+
20+
.doc .md-typeset__table tr {
21+
display: table-row;
22+
}
23+
24+
/* Defaults in Spacy table style. */
25+
.doc-param-default {
26+
float: right;
27+
}
28+
29+
/* Keep headings consistent. */
30+
h1.doc-heading,
31+
h2.doc-heading,
32+
h3.doc-heading,
33+
h4.doc-heading,
34+
h5.doc-heading,
35+
h6.doc-heading {
36+
font-weight: 400;
37+
line-height: 1.5;
38+
color: inherit;
39+
text-transform: none;
40+
}
41+
42+
h1.doc-heading {
43+
font-size: 1.6rem;
44+
}
45+
46+
h2.doc-heading {
47+
font-size: 1.2rem;
48+
}
49+
50+
h3.doc-heading {
51+
font-size: 1.15rem;
52+
}
53+
54+
h4.doc-heading {
55+
font-size: 1.10rem;
56+
}
57+
58+
h5.doc-heading {
59+
font-size: 1.05rem;
60+
}
61+
62+
h6.doc-heading {
63+
font-size: 1rem;
64+
}

authors.md

-70
This file was deleted.

0 commit comments

Comments
 (0)