Skip to content

Commit

Permalink
Deployed 4f0b91a with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
waylan committed Oct 9, 2023
1 parent 2a0ce7c commit d9ef923
Show file tree
Hide file tree
Showing 76 changed files with 18,999 additions and 8,358 deletions.
28 changes: 11 additions & 17 deletions 404.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@
<link rel="search" title="Search" href="/search.html" />


<title>Python-Markdown 3.4.4 documentation</title>
<title>Python-Markdown 3.5 documentation</title>
<link rel="stylesheet" href="/static/nature.css" type="text/css" />
<link rel="stylesheet" href="/static/pygments.css" type="text/css" />
<link rel="stylesheet" href="/assets/_mkdocstrings.css" type="text/css" />
<link rel="stylesheet" href="/custom.css" type="text/css" />
<link rel="stylesheet" href="/mkdocstrings.css" type="text/css" />
<script type="text/javascript" src="/static/jquery.js"></script>
<script type="text/javascript" src="/static/underscore.js"></script>
</head>
Expand All @@ -23,7 +26,7 @@
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<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>
<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>
</li>
<li class="right" style="margin-right: 10px">
<a href="/sitemap.html" title="Sitemap" accesskey="I">index</a>
Expand All @@ -33,7 +36,7 @@ <h3>Navigation</h3>
<li><img src="/py.png"
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
<li class="nav-item nav-item-0">
<a href="/.">Python-Markdown 3.4.4 documentation</a> &#187;
<a href="/.">Python-Markdown 3.5 documentation</a> &#187;
</li>
</ul>
</div>
Expand Down Expand Up @@ -64,14 +67,6 @@ <h3>This Page</h3>
<li><a href="https://github.com/Python-Markdown/markdown/issues">Report a Bug</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="/search.html" method="get">
<div><input type="text" name="q" placeholder="Search docs" /></div>
<div><input type="submit" value="Go" /></div>
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>

</div>
</div>
Expand All @@ -82,7 +77,7 @@ <h3>Quick search</h3>
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<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>
<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>
</li>
<li class="right" style="margin-right: 10px">
<a href="/sitemap.html" title="Sitemap" accesskey="I">index</a>
Expand All @@ -92,19 +87,18 @@ <h3>Navigation</h3>
<li><img src="/py.png"
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
<li class="nav-item nav-item-0">
<a href="/.">Python-Markdown 3.4.4 documentation</a> &#187;
<a href="/.">Python-Markdown 3.5 documentation</a> &#187;
</li>
</ul>
</div>
<div class="footer" role="contentinfo">Copyright &copy; 2010-2023, The Python-Markdown Project.
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.1.2.
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.5.3.
</div>
<script>var base_url = '/';</script>
<script src="/search/main.js"></script>

<!--
MkDocs version : 1.1.2
Docs Build Date UTC : 2023-07-25 15:15:31.559344+00:00
MkDocs version : 1.5.3
Docs Build Date UTC : 2023-10-09 18:02:55.500947+00:00
-->
</body>
</html>
64 changes: 64 additions & 0 deletions assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@

/* Avoid breaking parameter names, etc. in table cells. */
.doc-contents td code {
word-break: normal !important;
}

/* No line break before first paragraph of descriptions. */
.doc-md-description,
.doc-md-description>p:first-child {
display: inline;
}

/* Max width for docstring sections tables. */
.doc .md-typeset__table,
.doc .md-typeset__table table {
display: table !important;
width: 100%;
}

.doc .md-typeset__table tr {
display: table-row;
}

/* Defaults in Spacy table style. */
.doc-param-default {
float: right;
}

/* Keep headings consistent. */
h1.doc-heading,
h2.doc-heading,
h3.doc-heading,
h4.doc-heading,
h5.doc-heading,
h6.doc-heading {
font-weight: 400;
line-height: 1.5;
color: inherit;
text-transform: none;
}

h1.doc-heading {
font-size: 1.6rem;
}

h2.doc-heading {
font-size: 1.2rem;
}

h3.doc-heading {
font-size: 1.15rem;
}

h4.doc-heading {
font-size: 1.10rem;
}

h5.doc-heading {
font-size: 1.05rem;
}

h6.doc-heading {
font-size: 1rem;
}
58 changes: 15 additions & 43 deletions authors/index.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
<link rel="shortcut icon" href="../favicon.ico">
<link rel="search" title="Search" href="../search.html" />

<link rel="prev" title="Release Notes for v.2.0" href="../change_log/release-2.0/" />
<title>Authors &#8212; Python-Markdown 3.4.4 documentation</title>
<link rel="prev" title="Changelog" href="../changelog/" />
<title>Authors &#8212; Python-Markdown 3.5 documentation</title>
<link rel="stylesheet" href="../static/nature.css" type="text/css" />
<link rel="stylesheet" href="../static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../assets/_mkdocstrings.css" type="text/css" />
<link rel="stylesheet" href="../custom.css" type="text/css" />
<link rel="stylesheet" href="../mkdocstrings.css" type="text/css" />
<script type="text/javascript" src="../static/jquery.js"></script>
<script type="text/javascript" src="../static/underscore.js"></script>
</head>
Expand All @@ -23,19 +26,19 @@
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<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>
<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>
</li>
<li class="right" style="margin-right: 10px">
<a href="../sitemap.html" title="Sitemap" accesskey="I">index</a>
</li>

<li class="right">
<a href="../change_log/release-2.0/" title="Release Notes for v.2.0" accesskey="P">previous</a> |
<a href="../changelog/" title="Changelog" accesskey="P">previous</a> |
</li>
<li><img src="../py.png"
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
<li class="nav-item nav-item-0">
<a href="..">Python-Markdown 3.4.4 documentation</a> &#187;
<a href="..">Python-Markdown 3.5 documentation</a> &#187;
</li>


Expand All @@ -46,17 +49,6 @@ <h3>Navigation</h3>

















Expand Down Expand Up @@ -156,7 +148,7 @@ <h3><a href="index.html">Table Of Contents</a></h3>

<h4>Previous topic</h4>
<p class="topless">
<a href="../change_log/release-2.0/" title="previous page">Release Notes for v.2.0</a>
<a href="../changelog/" title="previous page">Changelog</a>
</p>


Expand All @@ -168,14 +160,6 @@ <h3>This Page</h3>
<li><a href="https://github.com/Python-Markdown/markdown/edit/master/docs/authors.md">Edit on GitHub</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<div><input type="text" name="q" placeholder="Search docs" /></div>
<div><input type="submit" value="Go" /></div>
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>

</div>
</div>
Expand All @@ -186,19 +170,19 @@ <h3>Quick search</h3>
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<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>
<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>
</li>
<li class="right" style="margin-right: 10px">
<a href="../sitemap.html" title="Sitemap" accesskey="I">index</a>
</li>

<li class="right">
<a href="../change_log/release-2.0/" title="Release Notes for v.2.0" accesskey="P">previous</a> |
<a href="../changelog/" title="Changelog" accesskey="P">previous</a> |
</li>
<li><img src="../py.png"
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
<li class="nav-item nav-item-0">
<a href="..">Python-Markdown 3.4.4 documentation</a> &#187;
<a href="..">Python-Markdown 3.5 documentation</a> &#187;
</li>


Expand All @@ -209,17 +193,6 @@ <h3>Navigation</h3>

















Expand All @@ -229,14 +202,13 @@ <h3>Navigation</h3>
</ul>
</div>
<div class="footer" role="contentinfo">Copyright &copy; 2010-2023, The Python-Markdown Project.
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.1.2.
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.5.3.
</div>
<script>var base_url = '..';</script>
<script src="../search/main.js"></script>

<!--
MkDocs version : 1.1.2
Docs Build Date UTC : 2023-07-25 15:15:31.574966+00:00
MkDocs version : 1.5.3
Docs Build Date UTC : 2023-10-09 18:02:55.521503+00:00
-->
</body>
</html>
Loading

0 comments on commit d9ef923

Please sign in to comment.