Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8f9b5a5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Action committed Jul 13, 2023
1 parent d8b7ef3 commit 4a5eb8c
Show file tree
Hide file tree
Showing 31 changed files with 375 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 03415a1d55b3ff31df9bab0bffe11d95
config: 8f83a4497ca916de5940b13f288c0bc7
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified .doctrees/changes/changelog.doctree
Binary file not shown.
Binary file added .doctrees/changes/changes_0.9.0.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
2 changes: 2 additions & 0 deletions _modules/exasol/bucketfs.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@
<li class="toctree-l1"><a class="reference internal" href="../../api.html">🧰 API Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../developer_guide/developer_guide.html">🛠 Developer Guide</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="../../changes/changelog.html">📝 Changes</a><input class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" role="switch" type="checkbox"/><label for="toctree-checkbox-2"><div class="visually-hidden">Toggle child pages in navigation</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../../changes/changes_0.9.0.html">BucketFs Python 0.9.0, released t.b.d</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../changes/changes_0.9.0.html#dependencies">Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../changes/changes_0.8.0.html">BucketFs Python 0.8.0, released 2023-03-21</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../changes/changes_0.8.0.html#dependencies">Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../changes/changes_0.7.0.html">BucketFs Python 0.7.0, released 2022-12-22</a></li>
Expand Down
2 changes: 2 additions & 0 deletions _modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@
<li class="toctree-l1"><a class="reference internal" href="../api.html">🧰 API Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="../developer_guide/developer_guide.html">🛠 Developer Guide</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="../changes/changelog.html">📝 Changes</a><input class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" role="switch" type="checkbox"/><label for="toctree-checkbox-2"><div class="visually-hidden">Toggle child pages in navigation</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="../changes/changes_0.9.0.html">BucketFs Python 0.9.0, released t.b.d</a></li>
<li class="toctree-l2"><a class="reference internal" href="../changes/changes_0.9.0.html#dependencies">Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="../changes/changes_0.8.0.html">BucketFs Python 0.8.0, released 2023-03-21</a></li>
<li class="toctree-l2"><a class="reference internal" href="../changes/changes_0.8.0.html#dependencies">Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="../changes/changes_0.7.0.html">BucketFs Python 0.7.0, released 2022-12-22</a></li>
Expand Down
2 changes: 2 additions & 0 deletions _sources/changes/changelog.md.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 📝 Changes

* [0.9.0](changes_0.9.0.md)
* [0.8.0](changes_0.8.0.md)
* [0.7.0](changes_0.7.0.md)
* [0.6.0](changes_0.6.0.md)
Expand All @@ -14,6 +15,7 @@
---
hidden:
---
changes_0.9.0
changes_0.8.0
changes_0.7.0
changes_0.6.0
Expand Down
8 changes: 8 additions & 0 deletions _sources/changes/changes_0.9.0.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# BucketFs Python 0.9.0, released t.b.d

## Summary

t.b.d

# Dependencies
- #60: Updated typeguard to 4.0.0
4 changes: 2 additions & 2 deletions _static/copybutton.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const messages = {
},
'fr' : {
'copy': 'Copier',
'copy_to_clipboard': 'Copié dans le presse-papier',
'copy_to_clipboard': 'Copier dans le presse-papier',
'copy_success': 'Copié !',
'copy_failure': 'Échec de la copie',
},
Expand Down Expand Up @@ -224,7 +224,7 @@ var copyTargetText = (trigger) => {
var target = document.querySelector(trigger.attributes['data-clipboard-target'].value);

// get filtered text
let exclude = '.linenos, .gp';
let exclude = '.linenos';

let text = filterText(target, exclude);
return formatCopyText(text, '', false, true, true, true, '', '')
Expand Down
4 changes: 2 additions & 2 deletions _static/pygments.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ body[data-theme="dark"] .highlight .x { color: #d0d0d0 } /* Other */
body[data-theme="dark"] .highlight .p { color: #d0d0d0 } /* Punctuation */
body[data-theme="dark"] .highlight .ch { color: #ababab; font-style: italic } /* Comment.Hashbang */
body[data-theme="dark"] .highlight .cm { color: #ababab; font-style: italic } /* Comment.Multiline */
body[data-theme="dark"] .highlight .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */
body[data-theme="dark"] .highlight .cp { color: #ff3a3a; font-weight: bold } /* Comment.Preproc */
body[data-theme="dark"] .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */
body[data-theme="dark"] .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */
body[data-theme="dark"] .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
Expand Down Expand Up @@ -186,7 +186,7 @@ body:not([data-theme="light"]) .highlight .x { color: #d0d0d0 } /* Other */
body:not([data-theme="light"]) .highlight .p { color: #d0d0d0 } /* Punctuation */
body:not([data-theme="light"]) .highlight .ch { color: #ababab; font-style: italic } /* Comment.Hashbang */
body:not([data-theme="light"]) .highlight .cm { color: #ababab; font-style: italic } /* Comment.Multiline */
body:not([data-theme="light"]) .highlight .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */
body:not([data-theme="light"]) .highlight .cp { color: #ff3a3a; font-weight: bold } /* Comment.Preproc */
body:not([data-theme="light"]) .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */
body:not([data-theme="light"]) .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */
body:not([data-theme="light"]) .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
Expand Down
2 changes: 2 additions & 0 deletions api.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@
<li class="toctree-l1 current current-page"><a class="current reference internal" href="#">🧰 API Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="developer_guide/developer_guide.html">🛠 Developer Guide</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="changes/changelog.html">📝 Changes</a><input class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" role="switch" type="checkbox"/><label for="toctree-checkbox-2"><div class="visually-hidden">Toggle child pages in navigation</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="changes/changes_0.9.0.html">BucketFs Python 0.9.0, released t.b.d</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes/changes_0.9.0.html#dependencies">Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes/changes_0.8.0.html">BucketFs Python 0.8.0, released 2023-03-21</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes/changes_0.8.0.html#dependencies">Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes/changes_0.7.0.html">BucketFs Python 0.7.0, released 2022-12-22</a></li>
Expand Down
9 changes: 6 additions & 3 deletions changes/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="color-scheme" content="light dark"><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="BucketFs Python 0.8.0, released 2023-03-21" href="changes_0.8.0.html" /><link rel="prev" title="🛠 Developer Guide" href="../developer_guide/developer_guide.html" />
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="BucketFs Python 0.9.0, released t.b.d" href="changes_0.9.0.html" /><link rel="prev" title="🛠 Developer Guide" href="../developer_guide/developer_guide.html" />

<!-- Generated with Sphinx 5.3.0 and Furo 2022.12.07 -->
<title>📝 Changes - Bucketfs</title>
Expand Down Expand Up @@ -169,6 +169,8 @@
<li class="toctree-l1"><a class="reference internal" href="../api.html">🧰 API Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="../developer_guide/developer_guide.html">🛠 Developer Guide</a></li>
<li class="toctree-l1 current has-children current-page"><a class="current reference internal" href="#">📝 Changes</a><input checked="" class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" role="switch" type="checkbox"/><label for="toctree-checkbox-2"><div class="visually-hidden">Toggle child pages in navigation</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="changes_0.9.0.html">BucketFs Python 0.9.0, released t.b.d</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.9.0.html#dependencies">Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.8.0.html">BucketFs Python 0.8.0, released 2023-03-21</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.8.0.html#dependencies">Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.7.0.html">BucketFs Python 0.7.0, released 2022-12-22</a></li>
Expand Down Expand Up @@ -217,6 +219,7 @@
<section id="changes">
<h1>📝 Changes<a class="headerlink" href="#changes" title="Permalink to this heading">#</a></h1>
<ul class="simple">
<li><p><a class="reference internal" href="changes_0.9.0.html"><span class="doc std std-doc">0.9.0</span></a></p></li>
<li><p><a class="reference internal" href="changes_0.8.0.html"><span class="doc std std-doc">0.8.0</span></a></p></li>
<li><p><a class="reference internal" href="changes_0.7.0.html"><span class="doc std std-doc">0.7.0</span></a></p></li>
<li><p><a class="reference internal" href="changes_0.6.0.html"><span class="doc std std-doc">0.6.0</span></a></p></li>
Expand All @@ -236,12 +239,12 @@ <h1>📝 Changes<a class="headerlink" href="#changes" title="Permalink to this h
<footer>

<div class="related-pages">
<a class="next-page" href="changes_0.8.0.html">
<a class="next-page" href="changes_0.9.0.html">
<div class="page-info">
<div class="context">
<span>Next</span>
</div>
<div class="title">BucketFs Python 0.8.0, released 2023-03-21</div>
<div class="title">BucketFs Python 0.9.0, released t.b.d</div>
</div>
<svg class="furo-related-icon"><use href="#svg-arrow-right"></use></svg>
</a>
Expand Down
2 changes: 2 additions & 0 deletions changes/changes_0.1.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@
<li class="toctree-l1"><a class="reference internal" href="../api.html">🧰 API Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="../developer_guide/developer_guide.html">🛠 Developer Guide</a></li>
<li class="toctree-l1 current has-children"><a class="reference internal" href="changelog.html">📝 Changes</a><input checked="" class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" role="switch" type="checkbox"/><label for="toctree-checkbox-2"><div class="visually-hidden">Toggle child pages in navigation</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="changes_0.9.0.html">BucketFs Python 0.9.0, released t.b.d</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.9.0.html#dependencies">Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.8.0.html">BucketFs Python 0.8.0, released 2023-03-21</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.8.0.html#dependencies">Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.7.0.html">BucketFs Python 0.7.0, released 2022-12-22</a></li>
Expand Down
2 changes: 2 additions & 0 deletions changes/changes_0.2.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@
<li class="toctree-l1"><a class="reference internal" href="../api.html">🧰 API Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="../developer_guide/developer_guide.html">🛠 Developer Guide</a></li>
<li class="toctree-l1 current has-children"><a class="reference internal" href="changelog.html">📝 Changes</a><input checked="" class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" role="switch" type="checkbox"/><label for="toctree-checkbox-2"><div class="visually-hidden">Toggle child pages in navigation</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="changes_0.9.0.html">BucketFs Python 0.9.0, released t.b.d</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.9.0.html#dependencies">Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.8.0.html">BucketFs Python 0.8.0, released 2023-03-21</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.8.0.html#dependencies">Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.7.0.html">BucketFs Python 0.7.0, released 2022-12-22</a></li>
Expand Down
2 changes: 2 additions & 0 deletions changes/changes_0.3.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@
<li class="toctree-l1"><a class="reference internal" href="../api.html">🧰 API Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="../developer_guide/developer_guide.html">🛠 Developer Guide</a></li>
<li class="toctree-l1 current has-children"><a class="reference internal" href="changelog.html">📝 Changes</a><input checked="" class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" role="switch" type="checkbox"/><label for="toctree-checkbox-2"><div class="visually-hidden">Toggle child pages in navigation</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="changes_0.9.0.html">BucketFs Python 0.9.0, released t.b.d</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.9.0.html#dependencies">Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.8.0.html">BucketFs Python 0.8.0, released 2023-03-21</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.8.0.html#dependencies">Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.7.0.html">BucketFs Python 0.7.0, released 2022-12-22</a></li>
Expand Down
2 changes: 2 additions & 0 deletions changes/changes_0.4.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@
<li class="toctree-l1"><a class="reference internal" href="../api.html">🧰 API Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="../developer_guide/developer_guide.html">🛠 Developer Guide</a></li>
<li class="toctree-l1 current has-children"><a class="reference internal" href="changelog.html">📝 Changes</a><input checked="" class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" role="switch" type="checkbox"/><label for="toctree-checkbox-2"><div class="visually-hidden">Toggle child pages in navigation</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="changes_0.9.0.html">BucketFs Python 0.9.0, released t.b.d</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.9.0.html#dependencies">Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.8.0.html">BucketFs Python 0.8.0, released 2023-03-21</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.8.0.html#dependencies">Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.7.0.html">BucketFs Python 0.7.0, released 2022-12-22</a></li>
Expand Down
2 changes: 2 additions & 0 deletions changes/changes_0.5.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@
<li class="toctree-l1"><a class="reference internal" href="../api.html">🧰 API Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="../developer_guide/developer_guide.html">🛠 Developer Guide</a></li>
<li class="toctree-l1 current has-children"><a class="reference internal" href="changelog.html">📝 Changes</a><input checked="" class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" role="switch" type="checkbox"/><label for="toctree-checkbox-2"><div class="visually-hidden">Toggle child pages in navigation</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="changes_0.9.0.html">BucketFs Python 0.9.0, released t.b.d</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.9.0.html#dependencies">Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.8.0.html">BucketFs Python 0.8.0, released 2023-03-21</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.8.0.html#dependencies">Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.7.0.html">BucketFs Python 0.7.0, released 2022-12-22</a></li>
Expand Down
2 changes: 2 additions & 0 deletions changes/changes_0.6.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@
<li class="toctree-l1"><a class="reference internal" href="../api.html">🧰 API Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="../developer_guide/developer_guide.html">🛠 Developer Guide</a></li>
<li class="toctree-l1 current has-children"><a class="reference internal" href="changelog.html">📝 Changes</a><input checked="" class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" role="switch" type="checkbox"/><label for="toctree-checkbox-2"><div class="visually-hidden">Toggle child pages in navigation</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="changes_0.9.0.html">BucketFs Python 0.9.0, released t.b.d</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.9.0.html#dependencies">Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.8.0.html">BucketFs Python 0.8.0, released 2023-03-21</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.8.0.html#dependencies">Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.7.0.html">BucketFs Python 0.7.0, released 2022-12-22</a></li>
Expand Down
2 changes: 2 additions & 0 deletions changes/changes_0.7.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@
<li class="toctree-l1"><a class="reference internal" href="../api.html">🧰 API Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="../developer_guide/developer_guide.html">🛠 Developer Guide</a></li>
<li class="toctree-l1 current has-children"><a class="reference internal" href="changelog.html">📝 Changes</a><input checked="" class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" role="switch" type="checkbox"/><label for="toctree-checkbox-2"><div class="visually-hidden">Toggle child pages in navigation</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="changes_0.9.0.html">BucketFs Python 0.9.0, released t.b.d</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.9.0.html#dependencies">Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.8.0.html">BucketFs Python 0.8.0, released 2023-03-21</a></li>
<li class="toctree-l2"><a class="reference internal" href="changes_0.8.0.html#dependencies">Dependencies</a></li>
<li class="toctree-l2 current current-page"><a class="current reference internal" href="#">BucketFs Python 0.7.0, released 2022-12-22</a></li>
Expand Down
Loading

0 comments on commit 4a5eb8c

Please sign in to comment.