Skip to content

Commit b5d3e89

Browse files
author
committed
Deployed 4a4da35 with MkDocs version: 1.6.1
0 parents  commit b5d3e89

35 files changed

+8083
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

+122
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
<!DOCTYPE html>
2+
<html class="writer-html5" lang="en" >
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="shortcut icon" href="/img/favicon.ico" />
8+
<title>repopulator</title>
9+
<link rel="stylesheet" href="/css/theme.css" />
10+
<link rel="stylesheet" href="/css/theme_extra.css" />
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
12+
<link href="/assets/_mkdocstrings.css" rel="stylesheet" />
13+
14+
<!--[if lt IE 9]>
15+
<script src="/js/html5shiv.min.js"></script>
16+
<![endif]-->
17+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
18+
<script>hljs.highlightAll();</script>
19+
</head>
20+
21+
<body class="wy-body-for-nav" role="document">
22+
23+
<div class="wy-grid-for-nav">
24+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
25+
<div class="wy-side-scroll">
26+
<div class="wy-side-nav-search">
27+
<a href="/." class="icon icon-home"> repopulator
28+
</a>
29+
</div>
30+
31+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
32+
<ul>
33+
<li class="toctree-l1"><a class="reference internal" href="/.">repopulator - generate binary software repositories</a>
34+
</li>
35+
</ul>
36+
<ul>
37+
<li class="toctree-l1"><a class="reference internal" href="/usage/">Usage</a>
38+
</li>
39+
</ul>
40+
<ul>
41+
<li class="toctree-l1"><a class="reference internal" href="/reference/">Reference</a>
42+
</li>
43+
</ul>
44+
<ul>
45+
<li class="toctree-l1"><a class="reference internal" href="/command-line/">Command-Line Interface</a>
46+
</li>
47+
</ul>
48+
<ul>
49+
<li class="toctree-l1"><a class="reference internal" href="/license/">License</a>
50+
</li>
51+
</ul>
52+
</div>
53+
</div>
54+
</nav>
55+
56+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
57+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
58+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
59+
<a href="/.">repopulator</a>
60+
61+
</nav>
62+
<div class="wy-nav-content">
63+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
64+
<ul class="wy-breadcrumbs">
65+
<li><a href="/." class="icon icon-home" aria-label="Docs"></a></li>
66+
<li class="wy-breadcrumbs-aside">
67+
</li>
68+
</ul>
69+
<hr/>
70+
</div>
71+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
72+
<div class="section" itemprop="articleBody">
73+
74+
75+
<h1 id="404-page-not-found">404</h1>
76+
77+
<p><strong>Page not found</strong></p>
78+
79+
80+
</div>
81+
</div><footer>
82+
83+
<hr/>
84+
85+
<div role="contentinfo">
86+
<!-- Copyright etc -->
87+
<p>Copyright (c) 2024, Eugene Gershnik</p>
88+
</div>
89+
90+
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>.
91+
</footer>
92+
93+
</div>
94+
</div>
95+
96+
</section>
97+
98+
</div>
99+
100+
<div class="rst-versions" role="note" aria-label="Versions">
101+
<span class="rst-current-version" data-toggle="rst-current-version">
102+
103+
<span>
104+
<a href="https://github.com/gershnik/repopulator" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
105+
</span>
106+
107+
108+
109+
</span>
110+
</div>
111+
<script src="/js/jquery-3.6.0.min.js"></script>
112+
<script>var base_url = "/";</script>
113+
<script src="/js/theme_extra.js"></script>
114+
<script src="/js/theme.js"></script>
115+
<script>
116+
jQuery(function () {
117+
SphinxRtdTheme.Navigation.enable(true);
118+
});
119+
</script>
120+
121+
</body>
122+
</html>

assets/_mkdocstrings.css

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
2+
/* Avoid breaking parameters name, 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+
/* Avoid breaking code headings. */
14+
.doc-heading code {
15+
white-space: normal;
16+
}
17+
18+
/* Improve rendering of parameters, returns and exceptions. */
19+
.doc-contents .field-name {
20+
min-width: 100px;
21+
}
22+
23+
/* Other curious-spacing fixes. */
24+
.doc-contents .field-name,
25+
.doc-contents .field-body {
26+
border: none !important;
27+
padding: 0 !important;
28+
}
29+
30+
.doc-contents p {
31+
margin: 1em 0 1em;
32+
}
33+
34+
.doc-contents .field-list {
35+
margin: 0 !important;
36+
}
37+
38+
.doc-contents pre {
39+
padding: 0 !important;
40+
}
41+
42+
.doc-contents .wy-table-responsive {
43+
margin-bottom: 0 !important;
44+
}
45+
46+
.doc-contents td.code {
47+
padding: 0 !important;
48+
}
49+
50+
.doc-contents td.linenos {
51+
padding: 0 8px !important;
52+
}
53+
54+
.doc-children,
55+
footer {
56+
margin-top: 20px;
57+
}

0 commit comments

Comments
 (0)