Skip to content

Commit

Permalink
Merge pull request #268 from Zerohertz/dev-v1.0.0
Browse files Browse the repository at this point in the history
[v1.0.0] Release
  • Loading branch information
Zerohertz authored Apr 1, 2024
2 parents 895c00a + cafbfe4 commit 61024b3
Show file tree
Hide file tree
Showing 108 changed files with 934 additions and 413 deletions.
2 changes: 1 addition & 1 deletion docs/.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: 454da52ce18b5cc56734ff642bb97f72
config: 6ea2c5c9c74f074a78c7b0669929d05a
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/_images/monitoring.storage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/plot.candle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/plot.hist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/plot.plot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/plot.plot.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/plot.scatter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/quant.bollinger_bands.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/quant.macd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/quant.momentum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/quant.moving_average.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/quant.rsi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/vision.grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/vision.mask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/vision.vert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/_sources/release.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.. toctree::
:maxdepth: 1

release/v1.0
release/v0.9
release/v0.8
release/v0.7
Expand Down
35 changes: 35 additions & 0 deletions docs/_sources/release/v1.0.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# v1.0

## v1.0.0

<h3>[v1.0.0] Release (<a href=https://github.com/Zerohertz/zerohertzLib/pull/268>#268</a>)</h3>

```{admonition} Release Date
:class: tip

2024/04/01
```

<p align="center">
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:fix"><img src="https://img.shields.io/badge/fix-d73a4a?style=flat-square&logo=github" alt="fix"/></a>
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:feat/monitoring"><img src="https://img.shields.io/badge/feat/monitoring-31395C?style=flat-square&logo=github" alt="feat/monitoring"/></a>
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:feat/vision"><img src="https://img.shields.io/badge/feat/vision-D1F9CB?style=flat-square&logo=github" alt="feat/vision"/></a>
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:style"><img src="https://img.shields.io/badge/style-03A17F?style=flat-square&logo=github" alt="style"/></a>
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:release"><img src="https://img.shields.io/badge/release-00FF00?style=flat-square&logo=github" alt="release"/></a>
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:feat/quant"><img src="https://img.shields.io/badge/feat/quant-ededed?style=flat-square&logo=github" alt="feat/quant"/></a>
</p>


<h4>Features</h4>

+ `monitoring`
+ `gpu_usages` 및 `gpu_memory` 함수 사용 시 GPU를 선택할 수 있는 `grep` 변수 추가
+ `quant`
+ `Balance.table` method 내 `ZeroDivisionError` 해결
+ `vision`
+ `evaluation` 함수 내 `ZeroDivisionError` 해결

<h4>Style</h4>

+ 잘못되거나 누락된 type hint와 docstring 수정

2 changes: 1 addition & 1 deletion docs/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: 'v0.9.9',
VERSION: 'v1.0.0',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
Binary file modified docs/_static/examples/dynamic/monitoring.storage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/plot.candle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/plot.hist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/plot.plot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/plot.plot.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/plot.scatter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/quant.bollinger_bands.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/quant.macd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/quant.momentum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/quant.moving_average.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/quant.rsi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/vision.grid.png
Binary file modified docs/_static/examples/dynamic/vision.mask.png
Binary file modified docs/_static/examples/dynamic/vision.vert.png
13 changes: 7 additions & 6 deletions docs/cicd.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<meta property="og:title" content="CI/CD Pipelines" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://zerohertz.github.io/zerohertzLib/cicd.html" />
<meta property="og:site_name" content="Zerohertz's Library v0.9.9 Documents" />
<meta property="og:site_name" content="Zerohertz's Library v1.0.0 Documents" />
<meta property="og:description" content="Jenkins:,, Stage, Condition,,, 1. Setup, ⭕ [* Push],, 2. Merge From Docs, ⭕ [* Push] “Merge pull request*/docs” ⭕ [* Push] “Merge pull request*[Docs] Build by Sphinx for GitHub Pages”,, 3. 1. Lint,..." />
<meta property="og:image" content="https://zerohertz.github.io/zerohertzLib/_static/og.png" />
<meta property="og:image:alt" content="Zerohertz's Library v0.9.9 Documents" />
<meta property="og:image:alt" content="Zerohertz's Library v1.0.0 Documents" />
<meta name="description" content="Jenkins:,, Stage, Condition,,, 1. Setup, ⭕ [* Push],, 2. Merge From Docs, ⭕ [* Push] “Merge pull request*/docs” ⭕ [* Push] “Merge pull request*[Docs] Build by Sphinx for GitHub Pages”,, 3. 1. Lint,..." />
<link href="_static/favicon.png" sizes="802x802" rel="icon" type="image/png">
<link href="_static/favicon-16x16.png" sizes="16x16" rel="icon" type="image/png">
Expand All @@ -28,7 +28,7 @@
<link rel="canonical" href="https://zerohertz.github.io/zerohertzLib/cicd.html" />

<!-- Generated with Sphinx 7.1.2 and Furo 2024.01.29 -->
<title>CI/CD Pipelines - zerohertzLib v0.9.9 documentation</title>
<title>CI/CD Pipelines - zerohertzLib v1.0.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -156,7 +156,7 @@
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">zerohertzLib v0.9.9 documentation</div></a>
<a href="index.html"><div class="brand">zerohertzLib v1.0.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -182,7 +182,7 @@
<img class="sidebar-logo" src="_static/logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">zerohertzLib v0.9.9 documentation</span>
<span class="sidebar-brand-text">zerohertzLib v1.0.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand All @@ -206,6 +206,7 @@
</ul>
<ul class="current">
<li class="toctree-l1 has-children"><a class="reference internal" href="release.html">Release Notes</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 navigation of Release Notes</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="release/v1.0.html">v1.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="release/v0.9.html">v0.9</a></li>
<li class="toctree-l2"><a class="reference internal" href="release/v0.8.html">v0.8</a></li>
<li class="toctree-l2"><a class="reference internal" href="release/v0.7.html">v0.7</a></li>
Expand Down Expand Up @@ -511,7 +512,7 @@ <h3>Sphinx Documentation Deployment<a class="headerlink" href="#sphinx-documenta
</div>
</div><script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=3dc1f720"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=0ec76b63"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script src="_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
25 changes: 17 additions & 8 deletions docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="index" title="Index" href="#" /><link rel="search" title="Search" href="search.html" />
<link rel="canonical" href="https://zerohertz.github.io/zerohertzLib/genindex.html" />

<!-- Generated with Sphinx 7.1.2 and Furo 2024.01.29 --><title>Index - zerohertzLib v0.9.9 documentation</title>
<!-- Generated with Sphinx 7.1.2 and Furo 2024.01.29 --><title>Index - zerohertzLib v1.0.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -143,7 +143,7 @@
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">zerohertzLib v0.9.9 documentation</div></a>
<a href="index.html"><div class="brand">zerohertzLib v1.0.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -169,7 +169,7 @@
<img class="sidebar-logo" src="_static/logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">zerohertzLib v0.9.9 documentation</span>
<span class="sidebar-brand-text">zerohertzLib v1.0.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand All @@ -193,6 +193,7 @@
</ul>
<ul>
<li class="toctree-l1 has-children"><a class="reference internal" href="release.html">Release Notes</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 navigation of Release Notes</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="release/v1.0.html">v1.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="release/v0.9.html">v0.9</a></li>
<li class="toctree-l2"><a class="reference internal" href="release/v0.8.html">v0.8</a></li>
<li class="toctree-l2"><a class="reference internal" href="release/v0.7.html">v0.7</a></li>
Expand Down Expand Up @@ -257,6 +258,8 @@ <h2>_</h2>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientURL.__call__">(zerohertzLib.mlops.TritonClientURL method)</a>
</li>
<li><a href="zerohertzLib.quant.html#zerohertzLib.quant.Balance.__call__">(zerohertzLib.quant.Balance method)</a>
</li>
<li><a href="zerohertzLib.quant.html#zerohertzLib.quant.Quant.__call__">(zerohertzLib.quant.Quant method)</a>
</li>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.CocoLoader.__call__">(zerohertzLib.vision.CocoLoader method)</a>
</li>
Expand All @@ -266,8 +269,6 @@ <h2>_</h2>
<li><a href="zerohertzLib.quant.html#zerohertzLib.quant.Balance.__getitem__">__getitem__() (zerohertzLib.quant.Balance method)</a>

<ul>
<li><a href="zerohertzLib.quant.html#zerohertzLib.quant.Quant.__getitem__">(zerohertzLib.quant.Quant method)</a>
</li>
<li><a href="zerohertzLib.util.html#zerohertzLib.util.Json.__getitem__">(zerohertzLib.util.Json method)</a>
</li>
<li><a href="zerohertzLib.util.html#zerohertzLib.util.JsonDir.__getitem__">(zerohertzLib.util.JsonDir method)</a>
Expand Down Expand Up @@ -809,6 +810,8 @@ <h2>F</h2>

<ul>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.before_after.params.file_name">(zerohertzLib.vision.before_after parameter)</a>
</li>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.evaluation.params.file_name">(zerohertzLib.vision.evaluation parameter)</a>
</li>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.grid.params.file_name">(zerohertzLib.vision.grid parameter)</a>
</li>
Expand Down Expand Up @@ -867,10 +870,10 @@ <h2>G</h2>
</li>
<li><a href="zerohertzLib.api.html#zerohertzLib.api.KoreaInvestment.get_price">get_price() (zerohertzLib.api.KoreaInvestment method)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="zerohertzLib.api.html#zerohertzLib.api.GitHub">GitHub (class in zerohertzLib.api)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="zerohertzLib.monitoring.html#zerohertzLib.monitoring.gpu_memory">gpu_memory() (in module zerohertzLib.monitoring)</a>
</li>
<li><a href="zerohertzLib.monitoring.html#zerohertzLib.monitoring.gpu_usages">gpu_usages() (in module zerohertzLib.monitoring)</a>
Expand All @@ -881,6 +884,12 @@ <h2>G</h2>
<li><a href="zerohertzLib.algorithm.html#zerohertzLib.algorithm.dijkstra.params.graph">(zerohertzLib.algorithm.dijkstra parameter)</a>
</li>
<li><a href="zerohertzLib.algorithm.html#zerohertzLib.algorithm.floyd_warshall.params.graph">(zerohertzLib.algorithm.floyd_warshall parameter)</a>
</li>
</ul></li>
<li><a href="zerohertzLib.monitoring.html#zerohertzLib.monitoring.gpu_memory.params.grep">grep (zerohertzLib.monitoring.gpu_memory parameter)</a>

<ul>
<li><a href="zerohertzLib.monitoring.html#zerohertzLib.monitoring.gpu_usages.params.grep">(zerohertzLib.monitoring.gpu_usages parameter)</a>
</li>
</ul></li>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.grid">grid() (in module zerohertzLib.vision)</a>
Expand Down Expand Up @@ -2220,7 +2229,7 @@ <h2>Z</h2>
</div>
</div><script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=3dc1f720"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=0ec76b63"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script src="_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
13 changes: 7 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<meta property="og:title" content="⚡ Zerohertz’s Library ⚡" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://zerohertz.github.io/zerohertzLib/index.html" />
<meta property="og:site_name" content="Zerohertz's Library v0.9.9 Documents" />
<meta property="og:site_name" content="Zerohertz's Library v1.0.0 Documents" />
<meta property="og:description" content="pip install zerohertzLib" />
<meta property="og:image" content="https://zerohertz.github.io/zerohertzLib/_static/og.png" />
<meta property="og:image:alt" content="Zerohertz's Library v0.9.9 Documents" />
<meta property="og:image:alt" content="Zerohertz's Library v1.0.0 Documents" />
<meta name="description" content="zerohertzLib- zerohertzLib.algorithm, zerohertzLib.api, zerohertzLib.logging, zerohertzLib.mlops, zerohertzLib.monitoring, zerohertzLib.plot, zerohertzLib.util, zerohertzLib.quant, zerohertzLib.vis..." />
<link href="_static/favicon.png" sizes="802x802" rel="icon" type="image/png">
<link href="_static/favicon-16x16.png" sizes="16x16" rel="icon" type="image/png">
Expand All @@ -28,7 +28,7 @@
<link rel="canonical" href="https://zerohertz.github.io/zerohertzLib/index.html" />

<!-- Generated with Sphinx 7.1.2 and Furo 2024.01.29 -->
<title>zerohertzLib v0.9.9 documentation</title>
<title>zerohertzLib v1.0.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -156,7 +156,7 @@
</label>
</div>
<div class="header-center">
<a href="#"><div class="brand">zerohertzLib v0.9.9 documentation</div></a>
<a href="#"><div class="brand">zerohertzLib v1.0.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -182,7 +182,7 @@
<img class="sidebar-logo" src="_static/logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">zerohertzLib v0.9.9 documentation</span>
<span class="sidebar-brand-text">zerohertzLib v1.0.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand All @@ -206,6 +206,7 @@
</ul>
<ul>
<li class="toctree-l1 has-children"><a class="reference internal" href="release.html">Release Notes</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 navigation of Release Notes</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="release/v1.0.html">v1.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="release/v0.9.html">v0.9</a></li>
<li class="toctree-l2"><a class="reference internal" href="release/v0.8.html">v0.8</a></li>
<li class="toctree-l2"><a class="reference internal" href="release/v0.7.html">v0.7</a></li>
Expand Down Expand Up @@ -386,7 +387,7 @@ <h3 align = "center">
</div>
</div><script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=3dc1f720"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=0ec76b63"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script src="_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
Binary file modified docs/objects.inv
Binary file not shown.
9 changes: 5 additions & 4 deletions docs/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" />
<link rel="canonical" href="https://zerohertz.github.io/zerohertzLib/py-modindex.html" />

<!-- Generated with Sphinx 7.1.2 and Furo 2024.01.29 --><title>Python Module Index - zerohertzLib v0.9.9 documentation</title>
<!-- Generated with Sphinx 7.1.2 and Furo 2024.01.29 --><title>Python Module Index - zerohertzLib v1.0.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -143,7 +143,7 @@
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">zerohertzLib v0.9.9 documentation</div></a>
<a href="index.html"><div class="brand">zerohertzLib v1.0.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -169,7 +169,7 @@
<img class="sidebar-logo" src="_static/logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">zerohertzLib v0.9.9 documentation</span>
<span class="sidebar-brand-text">zerohertzLib v1.0.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand All @@ -193,6 +193,7 @@
</ul>
<ul>
<li class="toctree-l1 has-children"><a class="reference internal" href="release.html">Release Notes</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 navigation of Release Notes</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="release/v1.0.html">v1.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="release/v0.9.html">v0.9</a></li>
<li class="toctree-l2"><a class="reference internal" href="release/v0.8.html">v0.8</a></li>
<li class="toctree-l2"><a class="reference internal" href="release/v0.7.html">v0.7</a></li>
Expand Down Expand Up @@ -349,7 +350,7 @@ <h1>Python Module Index</h1>
</div>
</div><script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=3dc1f720"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=0ec76b63"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script src="_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
Loading

0 comments on commit 61024b3

Please sign in to comment.