Skip to content

Commit 8902eed

Browse files
2.2.0 docs
1 parent 9512167 commit 8902eed

File tree

14 files changed

+22
-22
lines changed

14 files changed

+22
-22
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,13 +316,13 @@ machine of [HETZNER CLOUD](https://www.hetzner.com) - [get 20 EUR starting credi
316316
The module requires Python 3.7 or above, as it depends on Pythons latest asyncio features for asynchronous/concurrent
317317
processing.
318318

319-
For the PyPy interpreter we offer packages only from Python version 3.9 and higher.
320-
321319
Anaconda packages are available from Python version 3.8 and higher.
322320

321+
For the PyPy interpreter we offer packages only from Python version 3.9 and higher.
322+
323323
The current dependencies are listed [here](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/requirements.txt).
324324

325-
If you run into errors during the installation take a look [here](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/wiki/Installation).
325+
If you run into errors during the installation take a look [here](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-suite/wiki/Installation).
326326

327327
### A Cython binary, PyPy or source code based CPython wheel of the latest version with `pip` from [PyPI](https://pypi.org/project/unicorn-binance-rest-api/)
328328
Our [Cython](https://cython.org/) and [PyPy](https://www.pypy.org/) Wheels are available on [PyPI](https://pypi.org/),

dev/sphinx/source/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,13 +316,13 @@ machine of [HETZNER CLOUD](https://www.hetzner.com) - [get 20 EUR starting credi
316316
The module requires Python 3.7 or above, as it depends on Pythons latest asyncio features for asynchronous/concurrent
317317
processing.
318318

319-
For the PyPy interpreter we offer packages only from Python version 3.9 and higher.
320-
321319
Anaconda packages are available from Python version 3.8 and higher.
322320

321+
For the PyPy interpreter we offer packages only from Python version 3.9 and higher.
322+
323323
The current dependencies are listed [here](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/requirements.txt).
324324

325-
If you run into errors during the installation take a look [here](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/wiki/Installation).
325+
If you run into errors during the installation take a look [here](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-suite/wiki/Installation).
326326

327327
### A Cython binary, PyPy or source code based CPython wheel of the latest version with `pip` from [PyPI](https://pypi.org/project/unicorn-binance-rest-api/)
328328
Our [Cython](https://cython.org/) and [PyPy](https://www.pypy.org/) Wheels are available on [PyPI](https://pypi.org/),

docs/_modules/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ <h3>Navigation</h3>
254254
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
255255
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
256256
See <a href="/license.html">License</a> for more information.<br />
257-
Last updated on Mar 14 2024 at 15:26 (CET).
257+
Last updated on Mar 14 2024 at 16:39 (CET).
258258
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
259259
<br />
260260
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/_sources/readme.md.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,13 +316,13 @@ machine of [HETZNER CLOUD](https://www.hetzner.com) - [get 20 EUR starting credi
316316
The module requires Python 3.7 or above, as it depends on Pythons latest asyncio features for asynchronous/concurrent
317317
processing.
318318

319-
For the PyPy interpreter we offer packages only from Python version 3.9 and higher.
320-
321319
Anaconda packages are available from Python version 3.8 and higher.
322320

321+
For the PyPy interpreter we offer packages only from Python version 3.9 and higher.
322+
323323
The current dependencies are listed [here](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/requirements.txt).
324324

325-
If you run into errors during the installation take a look [here](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/wiki/Installation).
325+
If you run into errors during the installation take a look [here](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-suite/wiki/Installation).
326326

327327
### A Cython binary, PyPy or source code based CPython wheel of the latest version with `pip` from [PyPI](https://pypi.org/project/unicorn-binance-rest-api/)
328328
Our [Cython](https://cython.org/) and [PyPy](https://www.pypy.org/) Wheels are available on [PyPI](https://pypi.org/),

docs/changelog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3836,7 +3836,7 @@ <h3>Navigation</h3>
38363836
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
38373837
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
38383838
See <a href="/license.html">License</a> for more information.<br />
3839-
Last updated on Mar 14 2024 at 15:26 (CET).
3839+
Last updated on Mar 14 2024 at 16:39 (CET).
38403840
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
38413841
<br />
38423842
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/code_of_conduct.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ <h3>Navigation</h3>
399399
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
400400
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
401401
See <a href="/license.html">License</a> for more information.<br />
402-
Last updated on Mar 14 2024 at 15:26 (CET).
402+
Last updated on Mar 14 2024 at 16:39 (CET).
403403
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
404404
<br />
405405
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/contributing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ <h3>Navigation</h3>
338338
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
339339
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
340340
See <a href="/license.html">License</a> for more information.<br />
341-
Last updated on Mar 14 2024 at 15:26 (CET).
341+
Last updated on Mar 14 2024 at 16:39 (CET).
342342
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
343343
<br />
344344
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/genindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ <h3>Navigation</h3>
771771
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
772772
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
773773
See <a href="/license.html">License</a> for more information.<br />
774-
Last updated on Mar 14 2024 at 15:26 (CET).
774+
Last updated on Mar 14 2024 at 16:39 (CET).
775775
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
776776
<br />
777777
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ <h3>Navigation</h3>
10461046
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
10471047
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
10481048
See <a href="/license.html">License</a> for more information.<br />
1049-
Last updated on Mar 14 2024 at 15:26 (CET).
1049+
Last updated on Mar 14 2024 at 16:39 (CET).
10501050
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
10511051
<br />
10521052
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/license.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ <h3>Navigation</h3>
389389
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
390390
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
391391
See <a href="/license.html">License</a> for more information.<br />
392-
Last updated on Mar 14 2024 at 15:26 (CET).
392+
Last updated on Mar 14 2024 at 16:39 (CET).
393393
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
394394
<br />
395395
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

0 commit comments

Comments
 (0)