Skip to content

Commit 7a69f75

Browse files
committed
Deploying to gh-pages from @ fec30a1 🚀
1 parent 71460f8 commit 7a69f75

Some content is hidden

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

50 files changed

+8498
-4060
lines changed

.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 8d099728e3bd9f7ad3777179642ff6d5
3+
config: 3e451ff72e1670c16bbd5dabb2d3a44d
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

.nojekyll

Whitespace-only changes.

_modules/index.html

+221-86
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,202 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
2+
<html class="no-js" lang="en" data-content_root="../">
3+
<head><meta charset="utf-8"/>
4+
<meta name="viewport" content="width=device-width,initial-scale=1"/>
5+
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
6+
7+
<!-- Generated with Sphinx 7.3.7 and Furo 2024.01.29 -->
8+
<title>Overview: module code - pygobbler 0.0.post1.dev1+gfec30a1 documentation</title>
9+
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
10+
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
11+
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?v=36a5483c" />
12+
13+
214

3-
<html lang="en" data-content_root="../">
4-
<head>
5-
<meta charset="utf-8" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Overview: module code &#8212; pygobbler 0.0.post1.dev1+g127b719 documentation</title>
8-
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
9-
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css?v=89af775e" />
10-
<script src="../_static/documentation_options.js?v=8dedc84e"></script>
11-
<script src="../_static/doctools.js?v=9a2dae69"></script>
12-
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
13-
<link rel="index" title="Index" href="../genindex.html" />
14-
<link rel="search" title="Search" href="../search.html" />
15-
16-
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
17-
1815

16+
<style>
17+
body {
18+
--color-code-background: #eeffcc;
19+
--color-code-foreground: black;
1920

21+
}
22+
@media not print {
23+
body[data-theme="dark"] {
24+
--color-code-background: #202020;
25+
--color-code-foreground: #d0d0d0;
2026

27+
}
28+
@media (prefers-color-scheme: dark) {
29+
body:not([data-theme="light"]) {
30+
--color-code-background: #202020;
31+
--color-code-foreground: #d0d0d0;
32+
33+
}
34+
}
35+
}
36+
</style></head>
37+
<body>
38+
39+
<script>
40+
document.body.dataset.theme = localStorage.getItem("theme") || "auto";
41+
</script>
42+
43+
44+
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
45+
<symbol id="svg-toc" viewBox="0 0 24 24">
46+
<title>Contents</title>
47+
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 1024 1024">
48+
<path d="M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM115.4 518.9L271.7 642c5.8 4.6 14.4.5 14.4-6.9V388.9c0-7.4-8.5-11.5-14.4-6.9L115.4 505.1a8.74 8.74 0 0 0 0 13.8z"/>
49+
</svg>
50+
</symbol>
51+
<symbol id="svg-menu" viewBox="0 0 24 24">
52+
<title>Menu</title>
53+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
54+
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather-menu">
55+
<line x1="3" y1="12" x2="21" y2="12"></line>
56+
<line x1="3" y1="6" x2="21" y2="6"></line>
57+
<line x1="3" y1="18" x2="21" y2="18"></line>
58+
</svg>
59+
</symbol>
60+
<symbol id="svg-arrow-right" viewBox="0 0 24 24">
61+
<title>Expand</title>
62+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
63+
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather-chevron-right">
64+
<polyline points="9 18 15 12 9 6"></polyline>
65+
</svg>
66+
</symbol>
67+
<symbol id="svg-sun" viewBox="0 0 24 24">
68+
<title>Light mode</title>
69+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
70+
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="feather-sun">
71+
<circle cx="12" cy="12" r="5"></circle>
72+
<line x1="12" y1="1" x2="12" y2="3"></line>
73+
<line x1="12" y1="21" x2="12" y2="23"></line>
74+
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
75+
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
76+
<line x1="1" y1="12" x2="3" y2="12"></line>
77+
<line x1="21" y1="12" x2="23" y2="12"></line>
78+
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
79+
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
80+
</svg>
81+
</symbol>
82+
<symbol id="svg-moon" viewBox="0 0 24 24">
83+
<title>Dark mode</title>
84+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
85+
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon">
86+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
87+
<path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" />
88+
</svg>
89+
</symbol>
90+
<symbol id="svg-sun-half" viewBox="0 0 24 24">
91+
<title>Auto light/dark mode</title>
92+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
93+
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow">
94+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
95+
<circle cx="12" cy="12" r="9" />
96+
<path d="M13 12h5" />
97+
<path d="M13 15h4" />
98+
<path d="M13 18h1" />
99+
<path d="M13 9h4" />
100+
<path d="M13 6h1" />
101+
</svg>
102+
</symbol>
103+
</svg>
104+
105+
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
106+
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
107+
<label class="overlay sidebar-overlay" for="__navigation">
108+
<div class="visually-hidden">Hide navigation sidebar</div>
109+
</label>
110+
<label class="overlay toc-overlay" for="__toc">
111+
<div class="visually-hidden">Hide table of contents sidebar</div>
112+
</label>
21113

22-
</head><body>
114+
115+
116+
<div class="page">
117+
<header class="mobile-header">
118+
<div class="header-left">
119+
<label class="nav-overlay-icon" for="__navigation">
120+
<div class="visually-hidden">Toggle site navigation sidebar</div>
121+
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
122+
</label>
123+
</div>
124+
<div class="header-center">
125+
<a href="../index.html"><div class="brand">pygobbler 0.0.post1.dev1+gfec30a1 documentation</div></a>
126+
</div>
127+
<div class="header-right">
128+
<div class="theme-toggle-container theme-toggle-header">
129+
<button class="theme-toggle">
130+
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
131+
<svg class="theme-icon-when-auto"><use href="#svg-sun-half"></use></svg>
132+
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
133+
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
134+
</button>
135+
</div>
136+
<label class="toc-overlay-icon toc-header-icon no-toc" for="__toc">
137+
<div class="visually-hidden">Toggle table of contents sidebar</div>
138+
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
139+
</label>
140+
</div>
141+
</header>
142+
<aside class="sidebar-drawer">
143+
<div class="sidebar-container">
144+
145+
<div class="sidebar-sticky"><a class="sidebar-brand" href="../index.html">
146+
23147

148+
<span class="sidebar-brand-text">pygobbler 0.0.post1.dev1+gfec30a1 documentation</span>
149+
150+
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
151+
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
152+
<input type="hidden" name="check_keywords" value="yes">
153+
<input type="hidden" name="area" value="default">
154+
</form>
155+
<div id="searchbox"></div><div class="sidebar-scroll"><div class="sidebar-tree">
156+
<ul>
157+
<li class="toctree-l1"><a class="reference internal" href="../readme.html">Overview</a></li>
158+
<li class="toctree-l1"><a class="reference internal" href="../contributing.html">Contributions &amp; Help</a></li>
159+
<li class="toctree-l1"><a class="reference internal" href="../license.html">License</a></li>
160+
<li class="toctree-l1"><a class="reference internal" href="../authors.html">Authors</a></li>
161+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li>
162+
<li class="toctree-l1 has-children"><a class="reference internal" href="../api/modules.html">Module Reference</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" role="switch" type="checkbox"/><label for="toctree-checkbox-1"><div class="visually-hidden">Toggle navigation of Module Reference</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
163+
<li class="toctree-l2"><a class="reference internal" href="../api/pygobbler.html">pygobbler package</a></li>
164+
</ul>
165+
</li>
166+
</ul>
24167

25-
<div class="document">
26-
<div class="documentwrapper">
27-
<div class="bodywrapper">
28-
168+
</div>
169+
</div>
29170

30-
<div class="body" role="main">
31-
32-
<h1>All modules for which code is available</h1>
171+
</div>
172+
173+
</div>
174+
</aside>
175+
<div class="main">
176+
<div class="content">
177+
<div class="article-container">
178+
<a href="#" class="back-to-top muted-link">
179+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
180+
<path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"></path>
181+
</svg>
182+
<span>Back to top</span>
183+
</a>
184+
<div class="content-icon-container">
185+
<div class="theme-toggle-container theme-toggle-content">
186+
<button class="theme-toggle">
187+
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
188+
<svg class="theme-icon-when-auto"><use href="#svg-sun-half"></use></svg>
189+
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
190+
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
191+
</button>
192+
</div>
193+
<label class="toc-overlay-icon toc-content-icon no-toc" for="__toc">
194+
<div class="visually-hidden">Toggle table of contents sidebar</div>
195+
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
196+
</label>
197+
</div>
198+
<article role="main">
199+
<h1>All modules for which code is available</h1>
33200
<ul><li><a href="pygobbler/allocate_upload_directory.html">pygobbler.allocate_upload_directory</a></li>
34201
<li><a href="pygobbler/clone_version.html">pygobbler.clone_version</a></li>
35202
<li><a href="pygobbler/create_project.html">pygobbler.create_project</a></li>
@@ -51,72 +218,40 @@ <h1>All modules for which code is available</h1>
51218
<li><a href="pygobbler/upload_directory.html">pygobbler.upload_directory</a></li>
52219
<li><a href="pygobbler/version_path.html">pygobbler.version_path</a></li>
53220
</ul>
54-
55-
</div>
221+
</article>
222+
</div>
223+
<footer>
224+
225+
<div class="related-pages">
226+
56227

57228
</div>
58-
</div>
59-
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
60-
<div class="sphinxsidebarwrapper">
61-
<h1 class="logo"><a href="../index.html">pygobbler</a></h1>
62-
63-
64-
65-
66-
67-
68-
69-
70-
<h3>Navigation</h3>
71-
<ul>
72-
<li class="toctree-l1"><a class="reference internal" href="../readme.html">Overview</a></li>
73-
<li class="toctree-l1"><a class="reference internal" href="../contributing.html">Contributions &amp; Help</a></li>
74-
<li class="toctree-l1"><a class="reference internal" href="../license.html">License</a></li>
75-
<li class="toctree-l1"><a class="reference internal" href="../authors.html">Authors</a></li>
76-
<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li>
77-
<li class="toctree-l1"><a class="reference internal" href="../api/modules.html">Module Reference</a></li>
78-
</ul>
79-
80-
<div class="relations">
81-
<h3>Related Topics</h3>
82-
<ul>
83-
<li><a href="../index.html">Documentation overview</a><ul>
84-
</ul></li>
85-
</ul>
86-
</div>
87-
<search id="searchbox" style="display: none" role="search">
88-
<h3 id="searchlabel">Quick search</h3>
89-
<div class="searchformwrapper">
90-
<form class="search" action="../search.html" method="get">
91-
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
92-
<input type="submit" value="Go" />
93-
</form>
94-
</div>
95-
</search>
96-
<script>document.getElementById('searchbox').style.display = "block"</script>
97-
98-
99-
100-
101-
102-
103-
104-
229+
<div class="bottom-of-page">
230+
<div class="left-details">
231+
<div class="copyright">
232+
Copyright &#169; 2024, LTLA
233+
</div>
234+
Made with <a href="https://www.sphinx-doc.org/">Sphinx</a> and <a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s
235+
236+
<a href="https://github.com/pradyunsg/furo">Furo</a>
237+
238+
</div>
239+
<div class="right-details">
240+
241+
</div>
105242
</div>
106-
</div>
107-
<div class="clearer"></div>
243+
244+
</footer>
108245
</div>
109-
<div class="footer">
110-
&#169;2024, LTLA.
246+
<aside class="toc-drawer no-toc">
111247

112-
|
113-
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.3.7</a>
114-
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>
115248

116-
</div>
117-
118-
119-
120-
121-
</body>
249+
250+
</aside>
251+
</div>
252+
</div><script src="../_static/documentation_options.js?v=e93cafa0"></script>
253+
<script src="../_static/doctools.js?v=9a2dae69"></script>
254+
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
255+
<script src="../_static/scripts/furo.js?v=32e29ea5"></script>
256+
</body>
122257
</html>

0 commit comments

Comments
 (0)