Skip to content

Commit 4a45f58

Browse files
docs
1 parent b251a27 commit 4a45f58

File tree

15 files changed

+20
-20
lines changed

15 files changed

+20
-20
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ ubwa.create_stream(channels=['trade', 'kline_1m'],
9595
process_stream_data_async=process_new_receives)
9696
```
9797

98-
### Or await the webstream data in an asyncio coroutine
98+
### Or await the stream data in an asyncio coroutine
9999

100100
All the methods of data collection presented have their own advantages and disadvantages. However, this is the
101101
generally recommended method for processing data from streams.

dev/sphinx/source/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ ubwa.create_stream(channels=['trade', 'kline_1m'],
9595
process_stream_data_async=process_new_receives)
9696
```
9797

98-
### Or await the webstream data in an asyncio coroutine
98+
### Or await the stream data in an asyncio coroutine
9999

100100
All the methods of data collection presented have their own advantages and disadvantages. However, this is the
101101
generally recommended method for processing data from streams.

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 May 10 2024 at 18:54 (CET).
257+
Last updated on May 10 2024 at 18:59 (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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ ubwa.create_stream(channels=['trade', 'kline_1m'],
9595
process_stream_data_async=process_new_receives)
9696
```
9797

98-
### Or await the webstream data in an asyncio coroutine
98+
### Or await the stream data in an asyncio coroutine
9999

100100
All the methods of data collection presented have their own advantages and disadvantages. However, this is the
101101
generally recommended method for processing data from streams.

docs/changelog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4013,7 +4013,7 @@ <h3>Navigation</h3>
40134013
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
40144014
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
40154015
See <a href="/license.html">License</a> for more information.<br />
4016-
Last updated on May 10 2024 at 18:54 (CET).
4016+
Last updated on May 10 2024 at 18:59 (CET).
40174017
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
40184018
<br />
40194019
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 May 10 2024 at 18:54 (CET).
402+
Last updated on May 10 2024 at 18:59 (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 May 10 2024 at 18:54 (CET).
341+
Last updated on May 10 2024 at 18:59 (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
@@ -781,7 +781,7 @@ <h3>Navigation</h3>
781781
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
782782
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
783783
See <a href="/license.html">License</a> for more information.<br />
784-
Last updated on May 10 2024 at 18:54 (CET).
784+
Last updated on May 10 2024 at 18:59 (CET).
785785
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
786786
<br />
787787
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h1>Welcome to unicorn-binance-websocket-api’s documentation!<a class="headerl
179179
<li class="toctree-l3"><a class="reference internal" href="readme.html#and-4-more-lines-to-print-out-the-data">And 4 more lines to print out the data</a></li>
180180
<li class="toctree-l3"><a class="reference internal" href="readme.html#or-with-a-callback-function-just-do">Or with a callback function just do</a></li>
181181
<li class="toctree-l3"><a class="reference internal" href="readme.html#or-with-a-async-callback-function-just-do">Or with a async callback function just do</a></li>
182-
<li class="toctree-l3"><a class="reference internal" href="readme.html#or-await-the-webstream-data-in-an-asyncio-coroutine">Or await the webstream data in an asyncio coroutine</a></li>
182+
<li class="toctree-l3"><a class="reference internal" href="readme.html#or-await-the-stream-data-in-an-asyncio-coroutine">Or await the stream data in an asyncio coroutine</a></li>
183183
</ul>
184184
</li>
185185
<li class="toctree-l2"><a class="reference internal" href="readme.html#convert-received-stream-data-into-well-formed-python-dictionaries-with-unicornfy">Convert received stream data into well-formed Python dictionaries with UnicornFy</a></li>
@@ -1076,7 +1076,7 @@ <h3>Navigation</h3>
10761076
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
10771077
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
10781078
See <a href="/license.html">License</a> for more information.<br />
1079-
Last updated on May 10 2024 at 18:54 (CET).
1079+
Last updated on May 10 2024 at 18:59 (CET).
10801080
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
10811081
<br />
10821082
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 May 10 2024 at 18:54 (CET).
392+
Last updated on May 10 2024 at 18:59 (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.

docs/py-modindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ <h3>Navigation</h3>
302302
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
303303
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
304304
See <a href="/license.html">License</a> for more information.<br />
305-
Last updated on May 10 2024 at 18:54 (CET).
305+
Last updated on May 10 2024 at 18:59 (CET).
306306
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
307307
<br />
308308
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/readme.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h3><a href="index.html">Table of Contents</a></h3>
7171
<li><a class="reference internal" href="#and-4-more-lines-to-print-out-the-data">And 4 more lines to print out the data</a></li>
7272
<li><a class="reference internal" href="#or-with-a-callback-function-just-do">Or with a callback function just do</a></li>
7373
<li><a class="reference internal" href="#or-with-a-async-callback-function-just-do">Or with a async callback function just do</a></li>
74-
<li><a class="reference internal" href="#or-await-the-webstream-data-in-an-asyncio-coroutine">Or await the webstream data in an asyncio coroutine</a></li>
74+
<li><a class="reference internal" href="#or-await-the-stream-data-in-an-asyncio-coroutine">Or await the stream data in an asyncio coroutine</a></li>
7575
</ul>
7676
</li>
7777
<li><a class="reference internal" href="#convert-received-stream-data-into-well-formed-python-dictionaries-with-unicornfy">Convert received stream data into well-formed Python dictionaries with UnicornFy</a></li>
@@ -330,8 +330,8 @@ <h3>Or with a <a class="reference external" href="https://unicorn-binance-websoc
330330
</pre></div>
331331
</div>
332332
</section>
333-
<section id="or-await-the-webstream-data-in-an-asyncio-coroutine">
334-
<h3>Or await the webstream data in an asyncio coroutine<a class="headerlink" href="#or-await-the-webstream-data-in-an-asyncio-coroutine" title="Link to this heading"></a></h3>
333+
<section id="or-await-the-stream-data-in-an-asyncio-coroutine">
334+
<h3>Or await the stream data in an asyncio coroutine<a class="headerlink" href="#or-await-the-stream-data-in-an-asyncio-coroutine" title="Link to this heading"></a></h3>
335335
<p>All the methods of data collection presented have their own advantages and disadvantages. However, this is the
336336
generally recommended method for processing data from streams.</p>
337337
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">unicorn_binance_websocket_api</span> <span class="kn">import</span> <span class="n">BinanceWebSocketApiManager</span>
@@ -938,7 +938,7 @@ <h3><a href="index.html">Table of Contents</a></h3>
938938
<li><a class="reference internal" href="#and-4-more-lines-to-print-out-the-data">And 4 more lines to print out the data</a></li>
939939
<li><a class="reference internal" href="#or-with-a-callback-function-just-do">Or with a callback function just do</a></li>
940940
<li><a class="reference internal" href="#or-with-a-async-callback-function-just-do">Or with a async callback function just do</a></li>
941-
<li><a class="reference internal" href="#or-await-the-webstream-data-in-an-asyncio-coroutine">Or await the webstream data in an asyncio coroutine</a></li>
941+
<li><a class="reference internal" href="#or-await-the-stream-data-in-an-asyncio-coroutine">Or await the stream data in an asyncio coroutine</a></li>
942942
</ul>
943943
</li>
944944
<li><a class="reference internal" href="#convert-received-stream-data-into-well-formed-python-dictionaries-with-unicornfy">Convert received stream data into well-formed Python dictionaries with UnicornFy</a></li>
@@ -1105,7 +1105,7 @@ <h3>Navigation</h3>
11051105
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
11061106
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
11071107
See <a href="/license.html">License</a> for more information.<br />
1108-
Last updated on May 10 2024 at 18:54 (CET).
1108+
Last updated on May 10 2024 at 18:59 (CET).
11091109
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
11101110
<br />
11111111
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ <h3>Navigation</h3>
227227
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
228228
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
229229
See <a href="/license.html">License</a> for more information.<br />
230-
Last updated on May 10 2024 at 18:54 (CET).
230+
Last updated on May 10 2024 at 18:59 (CET).
231231
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
232232
<br />
233233
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/security.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ <h3>Navigation</h3>
344344
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
345345
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
346346
See <a href="/license.html">License</a> for more information.<br />
347-
Last updated on May 10 2024 at 18:54 (CET).
347+
Last updated on May 10 2024 at 18:59 (CET).
348348
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
349349
<br />
350350
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

0 commit comments

Comments
 (0)