Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Feb 13, 2024
1 parent 48ab620 commit 583e29c
Show file tree
Hide file tree
Showing 16 changed files with 59 additions and 20 deletions.
4 changes: 2 additions & 2 deletions dev/sphinx/source/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ received_stream_data_json = {"stream": "btcusdt@trade",
"m": True,
"M": True}}
unicornfy = unicorn_fy.UnicornFy()
ufy = unicorn_fy.UnicornFy()
unicorn_fied_stream_data = unicornfy.binance_com_websocket(received_stream_data_json)
unicorn_fied_stream_data = ufy.binance_com_websocket(received_stream_data_json)
print(unicorn_fied_stream_data)
```

Expand Down
5 changes: 4 additions & 1 deletion docs/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ <h3>Navigation</h3>

<li><img src="../_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand Down Expand Up @@ -219,6 +220,7 @@ <h3>Navigation</h3>

<li><img src="../_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand All @@ -243,9 +245,10 @@ <h3>Navigation</h3>
</ul>
</div>
<div class="footer">
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on Dec 08 2023 at 13:25 (CET).
Last updated on Feb 13 2024 at 17:41 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-fy/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
Expand Down
4 changes: 2 additions & 2 deletions docs/_sources/readme.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ received_stream_data_json = {"stream": "btcusdt@trade",
"m": True,
"M": True}}

unicornfy = unicorn_fy.UnicornFy()
ufy = unicorn_fy.UnicornFy()

unicorn_fied_stream_data = unicornfy.binance_com_websocket(received_stream_data_json)
unicorn_fied_stream_data = ufy.binance_com_websocket(received_stream_data_json)
print(unicorn_fied_stream_data)
```

Expand Down
5 changes: 4 additions & 1 deletion docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ <h3>Navigation</h3>

<li><img src="_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand Down Expand Up @@ -753,6 +754,7 @@ <h3>Navigation</h3>

<li><img src="_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand All @@ -777,9 +779,10 @@ <h3>Navigation</h3>
</ul>
</div>
<div class="footer">
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on Dec 08 2023 at 13:25 (CET).
Last updated on Feb 13 2024 at 17:41 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-fy/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
Expand Down
5 changes: 4 additions & 1 deletion docs/code_of_conduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ <h3>Navigation</h3>

<li><img src="_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand Down Expand Up @@ -370,6 +371,7 @@ <h3>Navigation</h3>

<li><img src="_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand All @@ -394,9 +396,10 @@ <h3>Navigation</h3>
</ul>
</div>
<div class="footer">
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on Dec 08 2023 at 13:25 (CET).
Last updated on Feb 13 2024 at 17:41 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-fy/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
Expand Down
5 changes: 4 additions & 1 deletion docs/contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ <h3>Navigation</h3>

<li><img src="_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand Down Expand Up @@ -304,6 +305,7 @@ <h3>Navigation</h3>

<li><img src="_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand All @@ -328,9 +330,10 @@ <h3>Navigation</h3>
</ul>
</div>
<div class="footer">
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on Dec 08 2023 at 13:25 (CET).
Last updated on Feb 13 2024 at 17:41 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-fy/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
Expand Down
5 changes: 4 additions & 1 deletion docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ <h3>Navigation</h3>

<li><img src="_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand Down Expand Up @@ -357,6 +358,7 @@ <h3>Navigation</h3>

<li><img src="_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand All @@ -381,9 +383,10 @@ <h3>Navigation</h3>
</ul>
</div>
<div class="footer">
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on Dec 08 2023 at 13:25 (CET).
Last updated on Feb 13 2024 at 17:41 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-fy/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
Expand Down
5 changes: 4 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ <h3>Navigation</h3>

<li><img src="_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand Down Expand Up @@ -350,6 +351,7 @@ <h3>Navigation</h3>

<li><img src="_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand All @@ -374,9 +376,10 @@ <h3>Navigation</h3>
</ul>
</div>
<div class="footer">
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on Dec 08 2023 at 13:25 (CET).
Last updated on Feb 13 2024 at 17:41 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-fy/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
Expand Down
5 changes: 4 additions & 1 deletion docs/license.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ <h3>Navigation</h3>

<li><img src="_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand Down Expand Up @@ -285,6 +286,7 @@ <h3>Navigation</h3>

<li><img src="_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand All @@ -309,9 +311,10 @@ <h3>Navigation</h3>
</ul>
</div>
<div class="footer">
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on Dec 08 2023 at 13:25 (CET).
Last updated on Feb 13 2024 at 17:41 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-fy/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
Expand Down
5 changes: 4 additions & 1 deletion docs/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ <h3>Navigation</h3>

<li><img src="_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand Down Expand Up @@ -303,6 +304,7 @@ <h3>Navigation</h3>

<li><img src="_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand All @@ -327,9 +329,10 @@ <h3>Navigation</h3>
</ul>
</div>
<div class="footer">
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on Nov 27 2023 at 15:55 (CET).
Last updated on Feb 13 2024 at 17:41 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-fy/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
Expand Down
5 changes: 4 additions & 1 deletion docs/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ <h3>Navigation</h3>

<li><img src="_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand Down Expand Up @@ -243,6 +244,7 @@ <h3>Navigation</h3>

<li><img src="_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand All @@ -267,9 +269,10 @@ <h3>Navigation</h3>
</ul>
</div>
<div class="footer">
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on Dec 08 2023 at 13:25 (CET).
Last updated on Feb 13 2024 at 17:41 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-fy/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
Expand Down
9 changes: 6 additions & 3 deletions docs/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ <h3>Navigation</h3>

<li><img src="_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand Down Expand Up @@ -268,9 +269,9 @@ <h1>UnicornFy<a class="headerlink" href="#unicornfy" title="Link to this heading
<span class="s2">&quot;m&quot;</span><span class="p">:</span> <span class="kc">True</span><span class="p">,</span>
<span class="s2">&quot;M&quot;</span><span class="p">:</span> <span class="kc">True</span><span class="p">}}</span>

<span class="n">unicornfy</span> <span class="o">=</span> <span class="n">unicorn_fy</span><span class="o">.</span><span class="n">UnicornFy</span><span class="p">()</span>
<span class="n">ufy</span> <span class="o">=</span> <span class="n">unicorn_fy</span><span class="o">.</span><span class="n">UnicornFy</span><span class="p">()</span>

<span class="n">unicorn_fied_stream_data</span> <span class="o">=</span> <span class="n">unicornfy</span><span class="o">.</span><span class="n">binance_com_websocket</span><span class="p">(</span><span class="n">received_stream_data_json</span><span class="p">)</span>
<span class="n">unicorn_fied_stream_data</span> <span class="o">=</span> <span class="n">ufy</span><span class="o">.</span><span class="n">binance_com_websocket</span><span class="p">(</span><span class="n">received_stream_data_json</span><span class="p">)</span>
<span class="nb">print</span><span class="p">(</span><span class="n">unicorn_fied_stream_data</span><span class="p">)</span>
</pre></div>
</div>
Expand Down Expand Up @@ -726,6 +727,7 @@ <h3>Navigation</h3>

<li><img src="_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand All @@ -750,9 +752,10 @@ <h3>Navigation</h3>
</ul>
</div>
<div class="footer">
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on Dec 08 2023 at 13:25 (CET).
Last updated on Feb 13 2024 at 17:41 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-fy/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
Expand Down
5 changes: 4 additions & 1 deletion docs/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ <h3>Navigation</h3>

<li><img src="_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand Down Expand Up @@ -211,6 +212,7 @@ <h3>Navigation</h3>

<li><img src="_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand All @@ -222,9 +224,10 @@ <h3>Navigation</h3>
</ul>
</div>
<div class="footer">
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on Dec 08 2023 at 13:25 (CET).
Last updated on Feb 13 2024 at 17:41 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-fy/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion docs/security.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ <h3>Navigation</h3>

<li><img src="_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand Down Expand Up @@ -314,6 +315,7 @@ <h3>Navigation</h3>

<li><img src="_static/lucit.png" alt="LUCIT Logo"
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
<li><a href="https://www.lucit.tech/unicorn-fy.html">unicorn-fy</a> &#187;</li>


Expand All @@ -338,9 +340,10 @@ <h3>Navigation</h3>
</ul>
</div>
<div class="footer">
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on Dec 08 2023 at 13:25 (CET).
Last updated on Feb 13 2024 at 17:41 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-fy/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
Expand Down
Loading

0 comments on commit 583e29c

Please sign in to comment.