Skip to content

Commit 2a61fc7

Browse files
committed
Deploying to gh-pages from @ 1c024e2 🚀
1 parent 4d640b2 commit 2a61fc7

Some content is hidden

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

41 files changed

+195
-201
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: e466c63968eeb18a1638a47c2877c38d
3+
config: 1008822a0e310e1adb0e996c87929043
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_modules/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
66

77
<!-- Generated with Sphinx 7.3.7 and Furo 2024.01.29 -->
8-
<title>Overview: module code - pygobbler 0.0.post1.dev1+gd4044b9 documentation</title>
8+
<title>Overview: module code - pygobbler 0.0.post1.dev1+g1c024e2 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
1010
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
1111
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?v=36a5483c" />
@@ -122,7 +122,7 @@
122122
</label>
123123
</div>
124124
<div class="header-center">
125-
<a href="../index.html"><div class="brand">pygobbler 0.0.post1.dev1+gd4044b9 documentation</div></a>
125+
<a href="../index.html"><div class="brand">pygobbler 0.0.post1.dev1+g1c024e2 documentation</div></a>
126126
</div>
127127
<div class="header-right">
128128
<div class="theme-toggle-container theme-toggle-header">
@@ -145,7 +145,7 @@
145145
<div class="sidebar-sticky"><a class="sidebar-brand" href="../index.html">
146146

147147

148-
<span class="sidebar-brand-text">pygobbler 0.0.post1.dev1+gd4044b9 documentation</span>
148+
<span class="sidebar-brand-text">pygobbler 0.0.post1.dev1+g1c024e2 documentation</span>
149149

150150
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
151151
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -254,7 +254,7 @@ <h1>All modules for which code is available</h1>
254254

255255
</aside>
256256
</div>
257-
</div><script src="../_static/documentation_options.js?v=cad2f7df"></script>
257+
</div><script src="../_static/documentation_options.js?v=eb868b33"></script>
258258
<script src="../_static/doctools.js?v=9a2dae69"></script>
259259
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
260260
<script src="../_static/scripts/furo.js?v=32e29ea5"></script>

_modules/pygobbler/allocate_upload_directory.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" />
66

77
<!-- Generated with Sphinx 7.3.7 and Furo 2024.01.29 -->
8-
<title>pygobbler.allocate_upload_directory - pygobbler 0.0.post1.dev1+gd4044b9 documentation</title>
8+
<title>pygobbler.allocate_upload_directory - pygobbler 0.0.post1.dev1+g1c024e2 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?v=135e06be" />
1111
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo-extensions.css?v=36a5483c" />
@@ -122,7 +122,7 @@
122122
</label>
123123
</div>
124124
<div class="header-center">
125-
<a href="../../index.html"><div class="brand">pygobbler 0.0.post1.dev1+gd4044b9 documentation</div></a>
125+
<a href="../../index.html"><div class="brand">pygobbler 0.0.post1.dev1+g1c024e2 documentation</div></a>
126126
</div>
127127
<div class="header-right">
128128
<div class="theme-toggle-container theme-toggle-header">
@@ -145,7 +145,7 @@
145145
<div class="sidebar-sticky"><a class="sidebar-brand" href="../../index.html">
146146

147147

148-
<span class="sidebar-brand-text">pygobbler 0.0.post1.dev1+gd4044b9 documentation</span>
148+
<span class="sidebar-brand-text">pygobbler 0.0.post1.dev1+g1c024e2 documentation</span>
149149

150150
</a><form class="sidebar-search-container" method="get" action="../../search.html" role="search">
151151
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -202,7 +202,7 @@ <h1>Source code for pygobbler.allocate_upload_directory</h1><div class="highligh
202202
<span></span><span class="k">def</span> <span class="nf">allocate_upload_directory</span><span class="p">(</span><span class="n">staging</span><span class="p">:</span> <span class="nb">str</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="nb">str</span><span class="p">:</span>
203203
<span class="w"> </span><span class="sd">&quot;&quot;&quot;</span>
204204
<span class="sd"> Allocate a subdirectory in the staging directory to prepare files for</span>
205-
<span class="sd"> upload via :py:func:`~upload_directory.upload_directory`.</span>
205+
<span class="sd"> upload via :py:func:`~.upload_directory`.</span>
206206

207207
<span class="sd"> Args:</span>
208208
<span class="sd"> staging:</span>
@@ -246,7 +246,7 @@ <h1>Source code for pygobbler.allocate_upload_directory</h1><div class="highligh
246246

247247
</aside>
248248
</div>
249-
</div><script src="../../_static/documentation_options.js?v=cad2f7df"></script>
249+
</div><script src="../../_static/documentation_options.js?v=eb868b33"></script>
250250
<script src="../../_static/doctools.js?v=9a2dae69"></script>
251251
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
252252
<script src="../../_static/scripts/furo.js?v=32e29ea5"></script>

_modules/pygobbler/approve_probation.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" />
66

77
<!-- Generated with Sphinx 7.3.7 and Furo 2024.01.29 -->
8-
<title>pygobbler.approve_probation - pygobbler 0.0.post1.dev1+gd4044b9 documentation</title>
8+
<title>pygobbler.approve_probation - pygobbler 0.0.post1.dev1+g1c024e2 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?v=135e06be" />
1111
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo-extensions.css?v=36a5483c" />
@@ -122,7 +122,7 @@
122122
</label>
123123
</div>
124124
<div class="header-center">
125-
<a href="../../index.html"><div class="brand">pygobbler 0.0.post1.dev1+gd4044b9 documentation</div></a>
125+
<a href="../../index.html"><div class="brand">pygobbler 0.0.post1.dev1+g1c024e2 documentation</div></a>
126126
</div>
127127
<div class="header-right">
128128
<div class="theme-toggle-container theme-toggle-header">
@@ -145,7 +145,7 @@
145145
<div class="sidebar-sticky"><a class="sidebar-brand" href="../../index.html">
146146

147147

148-
<span class="sidebar-brand-text">pygobbler 0.0.post1.dev1+gd4044b9 documentation</span>
148+
<span class="sidebar-brand-text">pygobbler 0.0.post1.dev1+g1c024e2 documentation</span>
149149

150150
</a><form class="sidebar-search-container" method="get" action="../../search.html" role="search">
151151
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -256,7 +256,7 @@ <h1>Source code for pygobbler.approve_probation</h1><div class="highlight"><pre>
256256

257257
</aside>
258258
</div>
259-
</div><script src="../../_static/documentation_options.js?v=cad2f7df"></script>
259+
</div><script src="../../_static/documentation_options.js?v=eb868b33"></script>
260260
<script src="../../_static/doctools.js?v=9a2dae69"></script>
261261
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
262262
<script src="../../_static/scripts/furo.js?v=32e29ea5"></script>

_modules/pygobbler/clone_version.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" />
66

77
<!-- Generated with Sphinx 7.3.7 and Furo 2024.01.29 -->
8-
<title>pygobbler.clone_version - pygobbler 0.0.post1.dev1+gd4044b9 documentation</title>
8+
<title>pygobbler.clone_version - pygobbler 0.0.post1.dev1+g1c024e2 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?v=135e06be" />
1111
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo-extensions.css?v=36a5483c" />
@@ -122,7 +122,7 @@
122122
</label>
123123
</div>
124124
<div class="header-center">
125-
<a href="../../index.html"><div class="brand">pygobbler 0.0.post1.dev1+gd4044b9 documentation</div></a>
125+
<a href="../../index.html"><div class="brand">pygobbler 0.0.post1.dev1+g1c024e2 documentation</div></a>
126126
</div>
127127
<div class="header-right">
128128
<div class="theme-toggle-container theme-toggle-header">
@@ -145,7 +145,7 @@
145145
<div class="sidebar-sticky"><a class="sidebar-brand" href="../../index.html">
146146

147147

148-
<span class="sidebar-brand-text">pygobbler 0.0.post1.dev1+gd4044b9 documentation</span>
148+
<span class="sidebar-brand-text">pygobbler 0.0.post1.dev1+g1c024e2 documentation</span>
149149

150150
</a><form class="sidebar-search-container" method="get" action="../../search.html" role="search">
151151
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -212,9 +212,9 @@ <h1>Source code for pygobbler.clone_version</h1><div class="highlight"><pre>
212212
<span class="sd"> that has the same structure as that of the specified project-asset-version.</span>
213213
<span class="sd"> All files in the version are represented as symlinks from ``destination``</span>
214214
<span class="sd"> to the corresponding file in the ``registry``.The idea is that, when</span>
215-
<span class="sd"> ``destination`` is used in :py:func:`~upload_directory.upload_directory`,</span>
216-
<span class="sd"> the symlinks are converted into upload links. This allows users to create</span>
217-
<span class="sd"> new versions very cheaply as duplicate files are not stored in the backend.</span>
215+
<span class="sd"> ``destination`` is used in :py:func:`~.upload_directory`, the symlinks are</span>
216+
<span class="sd"> converted into upload links. This allows users to create new versions very</span>
217+
<span class="sd"> cheaply as duplicate files are not stored in the backend.</span>
218218

219219
<span class="sd"> Users can more-or-less do whatever they want inside the cloned ``destination``,</span>
220220
<span class="sd"> but the symlink targets should be read-only as they refer to immutable files in</span>
@@ -278,7 +278,7 @@ <h1>Source code for pygobbler.clone_version</h1><div class="highlight"><pre>
278278

279279
</aside>
280280
</div>
281-
</div><script src="../../_static/documentation_options.js?v=cad2f7df"></script>
281+
</div><script src="../../_static/documentation_options.js?v=eb868b33"></script>
282282
<script src="../../_static/doctools.js?v=9a2dae69"></script>
283283
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
284284
<script src="../../_static/scripts/furo.js?v=32e29ea5"></script>

_modules/pygobbler/create_project.html

+6-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" />
66

77
<!-- Generated with Sphinx 7.3.7 and Furo 2024.01.29 -->
8-
<title>pygobbler.create_project - pygobbler 0.0.post1.dev1+gd4044b9 documentation</title>
8+
<title>pygobbler.create_project - pygobbler 0.0.post1.dev1+g1c024e2 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?v=135e06be" />
1111
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo-extensions.css?v=36a5483c" />
@@ -122,7 +122,7 @@
122122
</label>
123123
</div>
124124
<div class="header-center">
125-
<a href="../../index.html"><div class="brand">pygobbler 0.0.post1.dev1+gd4044b9 documentation</div></a>
125+
<a href="../../index.html"><div class="brand">pygobbler 0.0.post1.dev1+g1c024e2 documentation</div></a>
126126
</div>
127127
<div class="header-right">
128128
<div class="theme-toggle-container theme-toggle-header">
@@ -145,7 +145,7 @@
145145
<div class="sidebar-sticky"><a class="sidebar-brand" href="../../index.html">
146146

147147

148-
<span class="sidebar-brand-text">pygobbler 0.0.post1.dev1+gd4044b9 documentation</span>
148+
<span class="sidebar-brand-text">pygobbler 0.0.post1.dev1+g1c024e2 documentation</span>
149149

150150
</a><form class="sidebar-search-container" method="get" action="../../search.html" role="search">
151151
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -223,9 +223,8 @@ <h1>Source code for pygobbler.create_project</h1><div class="highlight"><pre>
223223

224224
<span class="sd"> uploaders:</span>
225225
<span class="sd"> List specifying the authorized uploaders for this project. See the</span>
226-
<span class="sd"> ``uploaders`` field in</span>
227-
<span class="sd"> :py:func:`~fetch_permissions.fetch_permissions` return value for</span>
228-
<span class="sd"> the the expected format. </span>
226+
<span class="sd"> ``uploaders`` field in :py:func:`~.fetch_permissions` return value</span>
227+
<span class="sd"> for the expected format. </span>
229228

230229
<span class="sd"> Returns:</span>
231230
<span class="sd"> On success, the requested project is created in the registry.</span>
@@ -278,7 +277,7 @@ <h1>Source code for pygobbler.create_project</h1><div class="highlight"><pre>
278277

279278
</aside>
280279
</div>
281-
</div><script src="../../_static/documentation_options.js?v=cad2f7df"></script>
280+
</div><script src="../../_static/documentation_options.js?v=eb868b33"></script>
282281
<script src="../../_static/doctools.js?v=9a2dae69"></script>
283282
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
284283
<script src="../../_static/scripts/furo.js?v=32e29ea5"></script>

_modules/pygobbler/fetch_directory.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" />
66

77
<!-- Generated with Sphinx 7.3.7 and Furo 2024.01.29 -->
8-
<title>pygobbler.fetch_directory - pygobbler 0.0.post1.dev1+gd4044b9 documentation</title>
8+
<title>pygobbler.fetch_directory - pygobbler 0.0.post1.dev1+g1c024e2 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?v=135e06be" />
1111
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo-extensions.css?v=36a5483c" />
@@ -122,7 +122,7 @@
122122
</label>
123123
</div>
124124
<div class="header-center">
125-
<a href="../../index.html"><div class="brand">pygobbler 0.0.post1.dev1+gd4044b9 documentation</div></a>
125+
<a href="../../index.html"><div class="brand">pygobbler 0.0.post1.dev1+g1c024e2 documentation</div></a>
126126
</div>
127127
<div class="header-right">
128128
<div class="theme-toggle-container theme-toggle-header">
@@ -145,7 +145,7 @@
145145
<div class="sidebar-sticky"><a class="sidebar-brand" href="../../index.html">
146146

147147

148-
<span class="sidebar-brand-text">pygobbler 0.0.post1.dev1+gd4044b9 documentation</span>
148+
<span class="sidebar-brand-text">pygobbler 0.0.post1.dev1+g1c024e2 documentation</span>
149149

150150
</a><form class="sidebar-search-container" method="get" action="../../search.html" role="search">
151151
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -339,7 +339,7 @@ <h1>Source code for pygobbler.fetch_directory</h1><div class="highlight"><pre>
339339

340340
</aside>
341341
</div>
342-
</div><script src="../../_static/documentation_options.js?v=cad2f7df"></script>
342+
</div><script src="../../_static/documentation_options.js?v=eb868b33"></script>
343343
<script src="../../_static/doctools.js?v=9a2dae69"></script>
344344
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
345345
<script src="../../_static/scripts/furo.js?v=32e29ea5"></script>

_modules/pygobbler/fetch_latest.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" />
66

77
<!-- Generated with Sphinx 7.3.7 and Furo 2024.01.29 -->
8-
<title>pygobbler.fetch_latest - pygobbler 0.0.post1.dev1+gd4044b9 documentation</title>
8+
<title>pygobbler.fetch_latest - pygobbler 0.0.post1.dev1+g1c024e2 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?v=135e06be" />
1111
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo-extensions.css?v=36a5483c" />
@@ -122,7 +122,7 @@
122122
</label>
123123
</div>
124124
<div class="header-center">
125-
<a href="../../index.html"><div class="brand">pygobbler 0.0.post1.dev1+gd4044b9 documentation</div></a>
125+
<a href="../../index.html"><div class="brand">pygobbler 0.0.post1.dev1+g1c024e2 documentation</div></a>
126126
</div>
127127
<div class="header-right">
128128
<div class="theme-toggle-container theme-toggle-header">
@@ -145,7 +145,7 @@
145145
<div class="sidebar-sticky"><a class="sidebar-brand" href="../../index.html">
146146

147147

148-
<span class="sidebar-brand-text">pygobbler 0.0.post1.dev1+gd4044b9 documentation</span>
148+
<span class="sidebar-brand-text">pygobbler 0.0.post1.dev1+g1c024e2 documentation</span>
149149

150150
</a><form class="sidebar-search-container" method="get" action="../../search.html" role="search">
151151
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -279,7 +279,7 @@ <h1>Source code for pygobbler.fetch_latest</h1><div class="highlight"><pre>
279279

280280
</aside>
281281
</div>
282-
</div><script src="../../_static/documentation_options.js?v=cad2f7df"></script>
282+
</div><script src="../../_static/documentation_options.js?v=eb868b33"></script>
283283
<script src="../../_static/doctools.js?v=9a2dae69"></script>
284284
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
285285
<script src="../../_static/scripts/furo.js?v=32e29ea5"></script>

_modules/pygobbler/fetch_manifest.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" />
66

77
<!-- Generated with Sphinx 7.3.7 and Furo 2024.01.29 -->
8-
<title>pygobbler.fetch_manifest - pygobbler 0.0.post1.dev1+gd4044b9 documentation</title>
8+
<title>pygobbler.fetch_manifest - pygobbler 0.0.post1.dev1+g1c024e2 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?v=135e06be" />
1111
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo-extensions.css?v=36a5483c" />
@@ -122,7 +122,7 @@
122122
</label>
123123
</div>
124124
<div class="header-center">
125-
<a href="../../index.html"><div class="brand">pygobbler 0.0.post1.dev1+gd4044b9 documentation</div></a>
125+
<a href="../../index.html"><div class="brand">pygobbler 0.0.post1.dev1+g1c024e2 documentation</div></a>
126126
</div>
127127
<div class="header-right">
128128
<div class="theme-toggle-container theme-toggle-header">
@@ -145,7 +145,7 @@
145145
<div class="sidebar-sticky"><a class="sidebar-brand" href="../../index.html">
146146

147147

148-
<span class="sidebar-brand-text">pygobbler 0.0.post1.dev1+gd4044b9 documentation</span>
148+
<span class="sidebar-brand-text">pygobbler 0.0.post1.dev1+g1c024e2 documentation</span>
149149

150150
</a><form class="sidebar-search-container" method="get" action="../../search.html" role="search">
151151
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -292,7 +292,7 @@ <h1>Source code for pygobbler.fetch_manifest</h1><div class="highlight"><pre>
292292

293293
</aside>
294294
</div>
295-
</div><script src="../../_static/documentation_options.js?v=cad2f7df"></script>
295+
</div><script src="../../_static/documentation_options.js?v=eb868b33"></script>
296296
<script src="../../_static/doctools.js?v=9a2dae69"></script>
297297
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
298298
<script src="../../_static/scripts/furo.js?v=32e29ea5"></script>

0 commit comments

Comments
 (0)