Skip to content

Commit 739fc59

Browse files
committed
Deploying to gh-pages from @ 426e7ff 🚀
1 parent 2ea3357 commit 739fc59

15 files changed

+35
-35
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: 0b65f8a2f797599202403143f503a0a7
3+
config: 19322156620f81650394346ba31e18de
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

.doctrees/environment.pickle

10 Bytes
Binary file not shown.

.doctrees/example.doctree

10 Bytes
Binary file not shown.

.doctrees/integration.doctree

10 Bytes
Binary file not shown.

.doctrees/low_level.doctree

10 Bytes
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.0
5+
version: 2.0.1b0
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.0',
3+
VERSION: '2.0.1b0',
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.0 documentation</title>
8+
<title>h5grove endpoints API &#8212; h5grove 2.0.1b0 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=73cda6fb"></script>
11+
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=bba28778"></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.0 documentation</a> &#187;</li>
34+
<li class="nav-item nav-item-0"><a href="index.html">h5grove 2.0.1b0 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.0 documentation</a> &#187;</li>
112+
<li class="nav-item nav-item-0"><a href="index.html">h5grove 2.0.1b0 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.0 documentation</title>
8+
<title>Example implementations &#8212; h5grove 2.0.1b0 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=73cda6fb"></script>
11+
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=bba28778"></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.0 documentation</a> &#187;</li>
34+
<li class="nav-item nav-item-0"><a href="index.html">h5grove 2.0.1b0 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.0 documentation</a> &#187;</li>
204+
<li class="nav-item nav-item-0"><a href="index.html">h5grove 2.0.1b0 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: 4 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.0 documentation</title>
7+
<title>Index &#8212; h5grove 2.0.1b0 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=73cda6fb"></script>
10+
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=bba28778"></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.0 documentation</a> &#187;</li>
25+
<li class="nav-item nav-item-0"><a href="index.html">h5grove 2.0.1b0 documentation</a> &#187;</li>
2626
<li class="nav-item nav-item-this"><a href="">Index</a></li>
2727
</ul>
2828
</div>
@@ -385,7 +385,7 @@ <h3>Navigation</h3>
385385
<li class="right" >
386386
<a href="py-modindex.html" title="Python Module Index"
387387
>modules</a> |</li>
388-
<li class="nav-item nav-item-0"><a href="index.html">h5grove 2.0.0 documentation</a> &#187;</li>
388+
<li class="nav-item nav-item-0"><a href="index.html">h5grove 2.0.1b0 documentation</a> &#187;</li>
389389
<li class="nav-item nav-item-this"><a href="">Index</a></li>
390390
</ul>
391391
</div>

0 commit comments

Comments
 (0)