-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed b6b4f70 with MkDocs version: 1.4.3
- Loading branch information
0 parents
commit be471f9
Showing
51 changed files
with
12,354 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
<!DOCTYPE html> | ||
<html class="writer-html5" lang="en" > | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="shortcut icon" href="/img/favicon.ico" /> | ||
<title>Quinn</title> | ||
<link rel="stylesheet" href="/css/theme.css" /> | ||
<link rel="stylesheet" href="/css/theme_extra.css" /> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/github.min.css" /> | ||
<link href="/assets/_mkdocstrings.css" rel="stylesheet" /> | ||
|
||
<script src="/js/jquery-3.6.0.min.js" defer></script> | ||
<!--[if lt IE 9]> | ||
<script src="/js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script> | ||
<script>hljs.initHighlightingOnLoad();</script> | ||
</head> | ||
|
||
<body class="wy-body-for-nav" role="document"> | ||
|
||
<div class="wy-grid-for-nav"> | ||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav"> | ||
<div class="wy-side-scroll"> | ||
<div class="wy-side-nav-search"> | ||
<a href="/." class="icon icon-home"> Quinn | ||
</a><div role="search"> | ||
<form id ="rtd-search-form" class="wy-form" action="//search.html" method="get"> | ||
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" /> | ||
</form> | ||
</div> | ||
</div> | ||
|
||
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="/.">Quin</a> | ||
</li> | ||
</ul> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="/reference/SUMMARY/">API Docs</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> | ||
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu"> | ||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
<a href="/.">Quinn</a> | ||
|
||
</nav> | ||
<div class="wy-nav-content"> | ||
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation"> | ||
<ul class="wy-breadcrumbs"> | ||
<li><a href="/." class="icon icon-home" aria-label="Docs"></a> »</li> | ||
<li class="wy-breadcrumbs-aside"> | ||
</li> | ||
</ul> | ||
<hr/> | ||
</div> | ||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
<div class="section" itemprop="articleBody"> | ||
|
||
|
||
<h1 id="404-page-not-found">404</h1> | ||
|
||
<p><strong>Page not found</strong></p> | ||
|
||
|
||
</div> | ||
</div><footer> | ||
|
||
<hr/> | ||
|
||
<div role="contentinfo"> | ||
<!-- Copyright etc --> | ||
</div> | ||
|
||
Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. | ||
</footer> | ||
|
||
</div> | ||
</div> | ||
|
||
</section> | ||
|
||
</div> | ||
|
||
<div class="rst-versions" role="note" aria-label="Versions"> | ||
<span class="rst-current-version" data-toggle="rst-current-version"> | ||
|
||
|
||
|
||
</span> | ||
</div> | ||
<script>var base_url = '/';</script> | ||
<script src="/js/theme_extra.js" defer></script> | ||
<script src="/js/theme.js" defer></script> | ||
<script src="/search/main.js" defer></script> | ||
<script defer> | ||
window.onload = function () { | ||
SphinxRtdTheme.Navigation.enable(true); | ||
}; | ||
</script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
/* Avoid breaking parameters name, etc. in table cells. */ | ||
.doc-contents td code { | ||
word-break: normal !important; | ||
} | ||
|
||
/* For pieces of Markdown rendered in table cells. */ | ||
.doc-contents td p { | ||
margin-top: 0 !important; | ||
margin-bottom: 0 !important; | ||
} | ||
|
||
/* Avoid breaking code headings. */ | ||
.doc-heading code { | ||
white-space: normal; | ||
} | ||
|
||
/* Improve rendering of parameters, returns and exceptions. */ | ||
.doc-contents .field-name { | ||
min-width: 100px; | ||
} | ||
.doc-contents .field-name, .field-body { | ||
border: none !important; | ||
padding: 0 !important; | ||
} | ||
.doc-contents .field-list { | ||
margin: 0 !important; | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,191 @@ | ||
/* | ||
* Wrap inline code samples otherwise they shoot of the side and | ||
* can't be read at all. | ||
* | ||
* https://github.com/mkdocs/mkdocs/issues/313 | ||
* https://github.com/mkdocs/mkdocs/issues/233 | ||
* https://github.com/mkdocs/mkdocs/issues/834 | ||
*/ | ||
.rst-content code { | ||
white-space: pre-wrap; | ||
word-wrap: break-word; | ||
padding: 2px 5px; | ||
} | ||
|
||
/** | ||
* Make code blocks display as blocks and give them the appropriate | ||
* font size and padding. | ||
* | ||
* https://github.com/mkdocs/mkdocs/issues/855 | ||
* https://github.com/mkdocs/mkdocs/issues/834 | ||
* https://github.com/mkdocs/mkdocs/issues/233 | ||
*/ | ||
.rst-content pre code { | ||
white-space: pre; | ||
word-wrap: normal; | ||
display: block; | ||
padding: 12px; | ||
font-size: 12px; | ||
} | ||
|
||
/** | ||
* Fix code colors | ||
* | ||
* https://github.com/mkdocs/mkdocs/issues/2027 | ||
*/ | ||
.rst-content code { | ||
color: #E74C3C; | ||
} | ||
|
||
.rst-content pre code { | ||
color: #000; | ||
background: #f8f8f8; | ||
} | ||
|
||
/* | ||
* Fix link colors when the link text is inline code. | ||
* | ||
* https://github.com/mkdocs/mkdocs/issues/718 | ||
*/ | ||
a code { | ||
color: #2980B9; | ||
} | ||
a:hover code { | ||
color: #3091d1; | ||
} | ||
a:visited code { | ||
color: #9B59B6; | ||
} | ||
|
||
/* | ||
* The CSS classes from highlight.js seem to clash with the | ||
* ReadTheDocs theme causing some code to be incorrectly made | ||
* bold and italic. | ||
* | ||
* https://github.com/mkdocs/mkdocs/issues/411 | ||
*/ | ||
pre .cs, pre .c { | ||
font-weight: inherit; | ||
font-style: inherit; | ||
} | ||
|
||
/* | ||
* Fix some issues with the theme and non-highlighted code | ||
* samples. Without and highlighting styles attached the | ||
* formatting is broken. | ||
* | ||
* https://github.com/mkdocs/mkdocs/issues/319 | ||
*/ | ||
.rst-content .no-highlight { | ||
display: block; | ||
padding: 0.5em; | ||
color: #333; | ||
} | ||
|
||
|
||
/* | ||
* Additions specific to the search functionality provided by MkDocs | ||
*/ | ||
|
||
.search-results { | ||
margin-top: 23px; | ||
} | ||
|
||
.search-results article { | ||
border-top: 1px solid #E1E4E5; | ||
padding-top: 24px; | ||
} | ||
|
||
.search-results article:first-child { | ||
border-top: none; | ||
} | ||
|
||
form .search-query { | ||
width: 100%; | ||
border-radius: 50px; | ||
padding: 6px 12px; /* csslint allow: box-model */ | ||
border-color: #D1D4D5; | ||
} | ||
|
||
/* | ||
* Improve inline code blocks within admonitions. | ||
* | ||
* https://github.com/mkdocs/mkdocs/issues/656 | ||
*/ | ||
.rst-content .admonition code { | ||
color: #404040; | ||
border: 1px solid #c7c9cb; | ||
border: 1px solid rgba(0, 0, 0, 0.2); | ||
background: #f8fbfd; | ||
background: rgba(255, 255, 255, 0.7); | ||
} | ||
|
||
/* | ||
* Account for wide tables which go off the side. | ||
* Override borders to avoid weirdness on narrow tables. | ||
* | ||
* https://github.com/mkdocs/mkdocs/issues/834 | ||
* https://github.com/mkdocs/mkdocs/pull/1034 | ||
*/ | ||
.rst-content .section .docutils { | ||
width: 100%; | ||
overflow: auto; | ||
display: block; | ||
border: none; | ||
} | ||
|
||
td, th { | ||
border: 1px solid #e1e4e5 !important; /* csslint allow: important */ | ||
border-collapse: collapse; | ||
} | ||
|
||
/* | ||
* Without the following amendments, the navigation in the theme will be | ||
* slightly cut off. This is due to the fact that the .wy-nav-side has a | ||
* padding-bottom of 2em, which must not necessarily align with the font-size of | ||
* 90 % on the .rst-current-version container, combined with the padding of 12px | ||
* above and below. These amendments fix this in two steps: First, make sure the | ||
* .rst-current-version container has a fixed height of 40px, achieved using | ||
* line-height, and then applying a padding-bottom of 40px to this container. In | ||
* a second step, the items within that container are re-aligned using flexbox. | ||
* | ||
* https://github.com/mkdocs/mkdocs/issues/2012 | ||
*/ | ||
.wy-nav-side { | ||
padding-bottom: 40px; | ||
} | ||
|
||
/* | ||
* The second step of above amendment: Here we make sure the items are aligned | ||
* correctly within the .rst-current-version container. Using flexbox, we | ||
* achieve it in such a way that it will look like the following: | ||
* | ||
* [No repo_name] | ||
* Next >> // On the first page | ||
* << Previous Next >> // On all subsequent pages | ||
* | ||
* [With repo_name] | ||
* <repo_name> Next >> // On the first page | ||
* <repo_name> << Previous Next >> // On all subsequent pages | ||
* | ||
* https://github.com/mkdocs/mkdocs/issues/2012 | ||
*/ | ||
.rst-versions .rst-current-version { | ||
padding: 0 12px; | ||
display: flex; | ||
font-size: initial; | ||
justify-content: space-between; | ||
align-items: center; | ||
line-height: 40px; | ||
} | ||
|
||
/* | ||
* Please note that this amendment also involves removing certain inline-styles | ||
* from the file ./mkdocs/themes/readthedocs/versions.html. | ||
* | ||
* https://github.com/mkdocs/mkdocs/issues/2012 | ||
*/ | ||
.rst-current-version span { | ||
flex: 1; | ||
text-align: center; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
"""Generate the code reference pages and navigation. | ||
Script was taken from | ||
https://mkdocstrings.github.io/recipes/#automatic-code-reference-pages | ||
""" | ||
|
||
from pathlib import Path | ||
|
||
import mkdocs_gen_files | ||
|
||
nav = mkdocs_gen_files.Nav() | ||
|
||
for path in sorted(Path(".").rglob("quinn/**/*.py")): | ||
module_path = path.relative_to(".").with_suffix("") | ||
doc_path = path.relative_to(".").with_suffix(".md") | ||
full_doc_path = Path("reference", doc_path) | ||
|
||
parts = tuple(module_path.parts) | ||
|
||
if parts[-1] == "__init__": | ||
parts = parts[:-1] | ||
doc_path = doc_path.with_name("index.md") | ||
full_doc_path = full_doc_path.with_name("index.md") | ||
elif parts[-1] == "__main__": | ||
continue | ||
|
||
nav[parts] = doc_path.as_posix() # | ||
|
||
with mkdocs_gen_files.open(full_doc_path, "w") as fd: | ||
ident = ".".join(parts) | ||
fd.write(f"::: {ident}") | ||
|
||
mkdocs_gen_files.set_edit_path(full_doc_path, path) | ||
|
||
with mkdocs_gen_files.open("reference/SUMMARY.md", "w") as nav_file: | ||
nav_file.writelines(nav.build_literate_nav()) |
Binary file not shown.
Oops, something went wrong.