Skip to content

Commit

Permalink
Merge pull request #26 from Zerohertz/dev-v0.1.7
Browse files Browse the repository at this point in the history
[v0.1.7] 🛰️  Add: MLOps & 💻  Add: logging
  • Loading branch information
Zerohertz authored Nov 7, 2023
2 parents bb53dde + 114cd25 commit 093f7b1
Show file tree
Hide file tree
Showing 35 changed files with 1,056 additions and 237 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
</p>

```bash
$ sudo apt install python3-opencv -y
$ pip install zerohertzLib
```

Expand Down
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: 3b53c2b39377d7edb06a598ee2c4be0d
config: 4c91fe6e2b1b77db2bc455e533bc538f
tags: 645f666f9bcd5a90fca523b33c5a78b7
19 changes: 16 additions & 3 deletions docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
⚡ Zerohertz's Library ⚡
========================================

.. raw:: html

<h2 align = "center">
⚡ Zerohertz's Library ⚡
</h2>
<p align="center">
<a href="https://github.com/Zerohertz/zerohertzLib">
<img src="https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=GitHub&logoColor=white"/>
Expand All @@ -24,8 +24,21 @@
<a href="https://zerohertz.github.io/zerohertzLib/">
<img src="https://img.shields.io/badge/Sphinx-000000?style=for-the-badge&logo=Sphinx&logoColor=white"/>
</a>
</br>
<a href="https://app.codacy.com/gh/Zerohertz/zerohertzLib/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade">
<img src="https://app.codacy.com/project/badge/Grade/b08b1d140ee54ae1aa8ee251cb5888ff"/>
</a>
</p>

.. code-block:: bash
$ sudo apt install python3-opencv -y
$ pip install zerohertzLib
.. code-block:: python
import zerohertzLib as zz
.. toctree::
:maxdepth: 2
:caption: Contents:
Expand Down
10 changes: 10 additions & 0 deletions docs/_sources/zerohertzLib.MLOps.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
zerohertzLib.MLOps package
==============================

Module contents
---------------

.. automodule:: zerohertzLib.MLOps
:members:
:undoc-members:
:show-inheritance:
10 changes: 10 additions & 0 deletions docs/_sources/zerohertzLib.logging.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
zerohertzLib.logging package
==============================

Module contents
---------------

.. automodule:: zerohertzLib.logging
:members:
:undoc-members:
:show-inheritance:
2 changes: 2 additions & 0 deletions docs/_sources/zerohertzLib.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ Subpackages
.. toctree::
:maxdepth: 1

zerohertzLib.MLOps
zerohertzLib.algorithm
zerohertzLib.api
zerohertzLib.logging
zerohertzLib.plot
zerohertzLib.vision

Expand Down
4 changes: 2 additions & 2 deletions docs/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: 'v0.1.6',
LANGUAGE: 'ko',
VERSION: 'v0.1.7',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
FILE_SUFFIX: '.html',
Expand Down
60 changes: 0 additions & 60 deletions docs/_static/translations.js

This file was deleted.

Loading

0 comments on commit 093f7b1

Please sign in to comment.