Skip to content

Commit f23f8eb

Browse files
committed
Deploying to gh-pages from @ 467cf3a 🚀
1 parent 739fc59 commit f23f8eb

17 files changed

+78
-42
lines changed

.buildinfo

Lines changed: 1 addition & 1 deletion
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: 19322156620f81650394346ba31e18de
3+
config: 361d5ac335f1a3a769ab7bdda10eb4fd
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

.doctrees/environment.pickle

13.2 KB
Binary file not shown.

.doctrees/example.doctree

0 Bytes
Binary file not shown.

.doctrees/integration.doctree

9.94 KB
Binary file not shown.

.doctrees/low_level.doctree

10 KB
Binary file not shown.

_static/api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
title: 'H5Grove API'
44
description: 'The API provided by h5grove example implementations.'
5-
version: 2.0.1b0
5+
version: 2.0.1b1
66

77
servers:
88
- url: http://{ip}:{port}/

_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '2.0.1b0',
3+
VERSION: '2.0.1b1',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

api.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

8-
<title>h5grove endpoints API &#8212; h5grove 2.0.1b0 documentation</title>
8+
<title>h5grove endpoints API &#8212; h5grove 2.0.1b1 documentation</title>
99
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
1010
<link rel="stylesheet" type="text/css" href="_static/nature.css?v=8fc2db88" />
11-
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=bba28778"></script>
11+
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=1fda0361"></script>
1212
<script src="_static/doctools.js?v=888ff710"></script>
1313
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
1414
<link rel="index" title="Index" href="genindex.html" />
@@ -31,7 +31,7 @@ <h3>Navigation</h3>
3131
<li class="right" >
3232
<a href="index.html" title="h5grove, core utilities to serve HDF5 file contents"
3333
accesskey="P">previous</a> |</li>
34-
<li class="nav-item nav-item-0"><a href="index.html">h5grove 2.0.1b0 documentation</a> &#187;</li>
34+
<li class="nav-item nav-item-0"><a href="index.html">h5grove 2.0.1b1 documentation</a> &#187;</li>
3535
<li class="nav-item nav-item-this"><a href="">h5grove endpoints API</a></li>
3636
</ul>
3737
</div>
@@ -109,7 +109,7 @@ <h3>Navigation</h3>
109109
<li class="right" >
110110
<a href="index.html" title="h5grove, core utilities to serve HDF5 file contents"
111111
>previous</a> |</li>
112-
<li class="nav-item nav-item-0"><a href="index.html">h5grove 2.0.1b0 documentation</a> &#187;</li>
112+
<li class="nav-item nav-item-0"><a href="index.html">h5grove 2.0.1b1 documentation</a> &#187;</li>
113113
<li class="nav-item nav-item-this"><a href="">h5grove endpoints API</a></li>
114114
</ul>
115115
</div>

example.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

8-
<title>Example implementations &#8212; h5grove 2.0.1b0 documentation</title>
8+
<title>Example implementations &#8212; h5grove 2.0.1b1 documentation</title>
99
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
1010
<link rel="stylesheet" type="text/css" href="_static/nature.css?v=8fc2db88" />
11-
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=bba28778"></script>
11+
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=1fda0361"></script>
1212
<script src="_static/doctools.js?v=888ff710"></script>
1313
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
1414
<link rel="index" title="Index" href="genindex.html" />
@@ -31,7 +31,7 @@ <h3>Navigation</h3>
3131
<li class="right" >
3232
<a href="api.html" title="h5grove endpoints API"
3333
accesskey="P">previous</a> |</li>
34-
<li class="nav-item nav-item-0"><a href="index.html">h5grove 2.0.1b0 documentation</a> &#187;</li>
34+
<li class="nav-item nav-item-0"><a href="index.html">h5grove 2.0.1b1 documentation</a> &#187;</li>
3535
<li class="nav-item nav-item-this"><a href="">Example implementations</a></li>
3636
</ul>
3737
</div>
@@ -201,7 +201,7 @@ <h3>Navigation</h3>
201201
<li class="right" >
202202
<a href="api.html" title="h5grove endpoints API"
203203
>previous</a> |</li>
204-
<li class="nav-item nav-item-0"><a href="index.html">h5grove 2.0.1b0 documentation</a> &#187;</li>
204+
<li class="nav-item nav-item-0"><a href="index.html">h5grove 2.0.1b1 documentation</a> &#187;</li>
205205
<li class="nav-item nav-item-this"><a href="">Example implementations</a></li>
206206
</ul>
207207
</div>

genindex.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<head>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Index &#8212; h5grove 2.0.1b0 documentation</title>
7+
<title>Index &#8212; h5grove 2.0.1b1 documentation</title>
88
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
99
<link rel="stylesheet" type="text/css" href="_static/nature.css?v=8fc2db88" />
10-
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=bba28778"></script>
10+
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=1fda0361"></script>
1111
<script src="_static/doctools.js?v=888ff710"></script>
1212
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
1313
<link rel="index" title="Index" href="#" />
@@ -22,7 +22,7 @@ <h3>Navigation</h3>
2222
<li class="right" >
2323
<a href="py-modindex.html" title="Python Module Index"
2424
>modules</a> |</li>
25-
<li class="nav-item nav-item-0"><a href="index.html">h5grove 2.0.1b0 documentation</a> &#187;</li>
25+
<li class="nav-item nav-item-0"><a href="index.html">h5grove 2.0.1b1 documentation</a> &#187;</li>
2626
<li class="nav-item nav-item-this"><a href="">Index</a></li>
2727
</ul>
2828
</div>
@@ -144,6 +144,8 @@ <h2 id="G">G</h2>
144144
</ul></td>
145145
<td style="width: 33%; vertical-align: top;"><ul>
146146
<li><a href="integration.html#h5grove.fastapi_utils.get_meta">get_meta() (in module h5grove.fastapi_utils)</a>
147+
</li>
148+
<li><a href="integration.html#h5grove.fastapi_utils.get_root">get_root() (in module h5grove.fastapi_utils)</a>
147149
</li>
148150
<li><a href="integration.html#h5grove.fastapi_utils.get_stats">get_stats() (in module h5grove.fastapi_utils)</a>
149151
</li>
@@ -296,9 +298,13 @@ <h2 id="R">R</h2>
296298
<table style="width: 100%" class="indextable genindextable"><tr>
297299
<td style="width: 33%; vertical-align: top;"><ul>
298300
<li><a href="low_level.html#h5grove.encoders.Response">Response (class in h5grove.encoders)</a>
301+
</li>
302+
<li><a href="integration.html#h5grove.flask_utils.root_route">root_route() (in module h5grove.flask_utils)</a>
299303
</li>
300304
</ul></td>
301305
<td style="width: 33%; vertical-align: top;"><ul>
306+
<li><a href="integration.html#h5grove.tornado_utils.RootHandler">RootHandler (class in h5grove.tornado_utils)</a>
307+
</li>
302308
<li><a href="integration.html#h5grove.fastapi_utils.router">router (in module h5grove.fastapi_utils)</a>
303309
</li>
304310
</ul></td>
@@ -385,7 +391,7 @@ <h3>Navigation</h3>
385391
<li class="right" >
386392
<a href="py-modindex.html" title="Python Module Index"
387393
>modules</a> |</li>
388-
<li class="nav-item nav-item-0"><a href="index.html">h5grove 2.0.1b0 documentation</a> &#187;</li>
394+
<li class="nav-item nav-item-0"><a href="index.html">h5grove 2.0.1b1 documentation</a> &#187;</li>
389395
<li class="nav-item nav-item-this"><a href="">Index</a></li>
390396
</ul>
391397
</div>

0 commit comments

Comments
 (0)