You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.html
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,6 @@ <h1>Welcome to unicorn-binance-websocket-api’s documentation!<a class="headerl
176
176
<liclass="toctree-l2"><aclass="reference internal" href="readme.html#get-a-unicorn-binance-suite-license">Get a UNICORN Binance Suite License</a></li>
177
177
<liclass="toctree-l2"><aclass="reference internal" href="readme.html#receive-data-from-binance-websockets">Receive Data from Binance WebSockets</a><ul>
178
178
<liclass="toctree-l3"><aclass="reference internal" href="readme.html#create-a-multiplex-websocket-connection-to-binance-with-a-stream-buffer-with-just-3-lines-of-code">Create a multiplex websocket connection to Binance with a <codeclass="docutils literal notranslate"><spanclass="pre">stream_buffer</span></code> with just 3 lines of code</a></li>
179
-
<liclass="toctree-l3"><aclass="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>
180
179
<liclass="toctree-l3"><aclass="reference internal" href="readme.html#or-with-a-callback-function-just-do">Or with a callback function just do</a></li>
181
180
<liclass="toctree-l3"><aclass="reference internal" href="readme.html#or-with-a-async-callback-function-just-do">Or with a async callback function just do</a></li>
182
181
<liclass="toctree-l3"><aclass="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>
@@ -1076,7 +1075,7 @@ <h3>Navigation</h3>
1076
1075
<ahref="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br/>
<li><aclass="reference internal" href="#get-a-unicorn-binance-suite-license">Get a UNICORN Binance Suite License</a></li>
69
69
<li><aclass="reference internal" href="#receive-data-from-binance-websockets">Receive Data from Binance WebSockets</a><ul>
70
-
<li><aclass="reference internal" href="#create-a-multiplex-websocket-connection-to-binance-with-a-stream-buffer-with-just-3-lines-of-code">Create a multiplex websocket connection to Binance with a <codeclass="docutils literal notranslate"><spanclass="pre">stream_buffer</span></code> with just 3 lines of code</a></li>
70
+
<li><aclass="reference internal" href="#create-a-multiplex-websocket-connection-to-binance-with-a-stream-buffer-with-just-3-lines-of-code">Create a multiplex websocket connection to Binance with a <codeclass="docutils literal notranslate"><spanclass="pre">stream_buffer</span></code> with just 3 lines of code</a><ul>
71
71
<li><aclass="reference internal" href="#and-4-more-lines-to-print-out-the-data">And 4 more lines to print out the data</a></li>
72
+
</ul>
73
+
</li>
72
74
<li><aclass="reference internal" href="#or-with-a-callback-function-just-do">Or with a callback function just do</a></li>
73
75
<li><aclass="reference internal" href="#or-with-a-async-callback-function-just-do">Or with a async callback function just do</a></li>
74
76
<li><aclass="reference internal" href="#or-await-the-stream-data-in-an-asyncio-coroutine">Or await the stream data in an asyncio coroutine</a></li>
<h3>Or with a <aclass="reference external" href="https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html?highlight=process_stream_data#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.create_stream">callback function</a> just do<aclass="headerlink" href="#or-with-a-callback-function-just-do" title="Link to this heading">¶</a></h3>
<li><aclass="reference internal" href="#get-a-unicorn-binance-suite-license">Get a UNICORN Binance Suite License</a></li>
936
938
<li><aclass="reference internal" href="#receive-data-from-binance-websockets">Receive Data from Binance WebSockets</a><ul>
937
-
<li><aclass="reference internal" href="#create-a-multiplex-websocket-connection-to-binance-with-a-stream-buffer-with-just-3-lines-of-code">Create a multiplex websocket connection to Binance with a <codeclass="docutils literal notranslate"><spanclass="pre">stream_buffer</span></code> with just 3 lines of code</a></li>
939
+
<li><aclass="reference internal" href="#create-a-multiplex-websocket-connection-to-binance-with-a-stream-buffer-with-just-3-lines-of-code">Create a multiplex websocket connection to Binance with a <codeclass="docutils literal notranslate"><spanclass="pre">stream_buffer</span></code> with just 3 lines of code</a><ul>
938
940
<li><aclass="reference internal" href="#and-4-more-lines-to-print-out-the-data">And 4 more lines to print out the data</a></li>
941
+
</ul>
942
+
</li>
939
943
<li><aclass="reference internal" href="#or-with-a-callback-function-just-do">Or with a callback function just do</a></li>
940
944
<li><aclass="reference internal" href="#or-with-a-async-callback-function-just-do">Or with a async callback function just do</a></li>
941
945
<li><aclass="reference internal" href="#or-await-the-stream-data-in-an-asyncio-coroutine">Or await the stream data in an asyncio coroutine</a></li>
@@ -1105,7 +1109,7 @@ <h3>Navigation</h3>
1105
1109
<ahref="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br/>
0 commit comments