Skip to content

Commit 6e87bfb

Browse files
docs
1 parent f7253a0 commit 6e87bfb

File tree

14 files changed

+173
-186
lines changed

14 files changed

+173
-186
lines changed

dev/sphinx/create_docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ cd dev/sphinx
5959
rm build/html
6060
ln -s ../../../docs build/html
6161
make html -d
62-
echo "Creating CNAME file for GitHub."
63-
echo "unicorn-binance-websocket-api.docs.lucit.tech" >> build/html/CNAME
62+
#echo "Creating CNAME file for GitHub."
63+
#echo "unicorn-binance-websocket-api.docs.lucit.tech" >> build/html/CNAME

dev/sphinx/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
html_context = {'github_user_name': 'oliver-zehentleitner',
8888
'github_repo_name': 'unicorn-binance-websocket-api',
8989
'project_name': project,
90-
'lucit': False}
90+
'lucit': True}
9191

9292
myst_heading_anchors = 3
9393

docs/_modules/index.html

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<link rel="index" title="Index" href="../genindex.html" />
1717
<link rel="search" title="Search" href="../search.html" /><link rel="shortcut icon" type="image/png" href="../_static/lucit.png" />
1818
<script async defer src="https://buttons.github.io/buttons.js"></script>
19-
2019
<script type="text/javascript" src="../_static/copybutton.js"></script>
2120
<script type="text/javascript" src="../_static/menu.js"></script>
2221
</head>
@@ -93,7 +92,7 @@ <h3>GitHub</h3>
9392
</div>
9493
</div>
9594

96-
<div class="related" role="navigation" aria-label="related navigation">
95+
<div class="related" role="navigation" aria-label="Related">
9796
<h3>Navigation</h3>
9897
<ul>
9998
<li class="right" style="margin-right: 10px">
@@ -104,11 +103,12 @@ <h3>Navigation</h3>
104103
>modules</a> |</li>
105104

106105

107-
<li><img src="../_static/github-logo.png" alt="GitHub Logo"
106+
107+
<li><img src="../_static/lucit.png" alt="LUCIT Logo"
108108
style="vertical-align: middle; margin-top: -1px"/></li>
109+
<li><a href="https://github.com/oliver-zehentleitner/unicorn-binance-suite#documentation">Docs Index</a> | </li>
109110
<li><a href="https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api">unicorn-binance-websocket-api</a> &#187;</li>
110111

111-
112112

113113

114114
<a href="../index.html">Docs</a> &#187;
@@ -151,7 +151,7 @@ <h1>All modules for which code is available</h1>
151151
</div>
152152
</div>
153153
</div>
154-
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
154+
<div class="sphinxsidebar" role="navigation" aria-label="Main">
155155
<div class="sphinxsidebarwrapper">
156156
<p class="logo">
157157
<div style="text-align: center;">
@@ -207,7 +207,7 @@ <h3>GitHub</h3>
207207
</div>
208208
<div class="clearer"></div>
209209
</div>
210-
<div class="related" role="navigation" aria-label="related navigation">
210+
<div class="related" role="navigation" aria-label="Related">
211211
<h3>Navigation</h3>
212212
<ul>
213213
<li class="right" style="margin-right: 10px">
@@ -218,11 +218,12 @@ <h3>Navigation</h3>
218218
>modules</a> |</li>
219219

220220

221-
<li><img src="../_static/github-logo.png" alt="GitHub Logo"
221+
222+
<li><img src="../_static/lucit.png" alt="LUCIT Logo"
222223
style="vertical-align: middle; margin-top: -1px"/></li>
224+
<li><a href="https://github.com/oliver-zehentleitner/unicorn-binance-suite#documentation">Docs Index</a> | </li>
223225
<li><a href="https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api">unicorn-binance-websocket-api</a> &#187;</li>
224226

225-
226227

227228

228229
<a href="../index.html">Docs</a> &#187;
@@ -245,17 +246,15 @@ <h3>Navigation</h3>
245246
</ul>
246247
</div>
247248
<div class="footer">
248-
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
249+
<a href="https://github.com/oliver-zehentleitner/unicorn-binance-suite#documentation">Index of all docs</a><br />
249250
&copy; <a href="/license.html">Copyright</a> 2019-2025, Oliver Zehentleitner All Rights Reserved..
250251
See <a href="/license.html">License</a> for more information.<br />
251-
Last updated on Jun 22 2025 at 20:02 (CET).
252+
Last updated on Jun 22 2025 at 20:17 (CET).
252253
<a href="https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
253254
<br />
254-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
255-
with <a href="https://github.com/LUCIT-Systems-and-Development/python-docs-theme-lucit">python-docs-theme-lucit</a>
256-
by <a href="https://www.lucit.tech">LUCIT Systems and Development</a>.
255+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
256+
with <a href="https://github.com/LUCIT-Systems-and-Development/python-docs-theme-lucit">python-docs-theme-lucit</a>.
257257
</div>
258-
259258

260259
</body>
261260
</html>

docs/changelog.html

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en" data-content_root="./">
44
<head>
55
<meta charset="utf-8" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<title>unicorn-binance-websocket-api Change Log &#8212; unicorn-binance-websocket-api 2.9.1 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
99

@@ -19,7 +19,6 @@
1919
<link rel="next" title="Contributor Covenant Code of Conduct" href="code_of_conduct.html" />
2020
<link rel="prev" title="unicorn_binance_websocket_api package" href="unicorn_binance_websocket_api.html" /><link rel="shortcut icon" type="image/png" href="_static/lucit.png" />
2121
<script async defer src="https://buttons.github.io/buttons.js"></script>
22-
2322
<script type="text/javascript" src="_static/copybutton.js"></script>
2423
<script type="text/javascript" src="_static/menu.js"></script>
2524
</head>
@@ -831,7 +830,7 @@ <h3>GitHub</h3>
831830
</div>
832831
</div>
833832

834-
<div class="related" role="navigation" aria-label="related navigation">
833+
<div class="related" role="navigation" aria-label="Related">
835834
<h3>Navigation</h3>
836835
<ul>
837836
<li class="right" style="margin-right: 10px">
@@ -848,11 +847,12 @@ <h3>Navigation</h3>
848847
accesskey="P">previous</a> |</li>
849848

850849

851-
<li><img src="_static/github-logo.png" alt="GitHub Logo"
850+
851+
<li><img src="_static/lucit.png" alt="LUCIT Logo"
852852
style="vertical-align: middle; margin-top: -1px"/></li>
853+
<li><a href="https://github.com/oliver-zehentleitner/unicorn-binance-suite#documentation">Docs Index</a> | </li>
853854
<li><a href="https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api">unicorn-binance-websocket-api</a> &#187;</li>
854855

855-
856856

857857

858858
<a href="index.html">Docs</a> &#187;
@@ -3489,7 +3489,7 @@ <h3>Fixed<a class="headerlink" href="#id409" title="Link to this heading">¶</a>
34893489
</div>
34903490
</div>
34913491
</div>
3492-
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
3492+
<div class="sphinxsidebar" role="navigation" aria-label="Main">
34933493
<div class="sphinxsidebarwrapper">
34943494
<p class="logo">
34953495
<div style="text-align: center;">
@@ -4280,7 +4280,7 @@ <h3>GitHub</h3>
42804280
</div>
42814281
<div class="clearer"></div>
42824282
</div>
4283-
<div class="related" role="navigation" aria-label="related navigation">
4283+
<div class="related" role="navigation" aria-label="Related">
42844284
<h3>Navigation</h3>
42854285
<ul>
42864286
<li class="right" style="margin-right: 10px">
@@ -4297,11 +4297,12 @@ <h3>Navigation</h3>
42974297
>previous</a> |</li>
42984298

42994299

4300-
<li><img src="_static/github-logo.png" alt="GitHub Logo"
4300+
4301+
<li><img src="_static/lucit.png" alt="LUCIT Logo"
43014302
style="vertical-align: middle; margin-top: -1px"/></li>
4303+
<li><a href="https://github.com/oliver-zehentleitner/unicorn-binance-suite#documentation">Docs Index</a> | </li>
43024304
<li><a href="https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api">unicorn-binance-websocket-api</a> &#187;</li>
43034305

4304-
43054306

43064307

43074308
<a href="index.html">Docs</a> &#187;
@@ -4324,17 +4325,15 @@ <h3>Navigation</h3>
43244325
</ul>
43254326
</div>
43264327
<div class="footer">
4327-
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
4328+
<a href="https://github.com/oliver-zehentleitner/unicorn-binance-suite#documentation">Index of all docs</a><br />
43284329
&copy; <a href="/license.html">Copyright</a> 2019-2025, Oliver Zehentleitner All Rights Reserved..
43294330
See <a href="/license.html">License</a> for more information.<br />
4330-
Last updated on Jun 22 2025 at 20:02 (CET).
4331+
Last updated on Jun 22 2025 at 20:17 (CET).
43314332
<a href="https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
43324333
<br />
4333-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
4334-
with <a href="https://github.com/LUCIT-Systems-and-Development/python-docs-theme-lucit">python-docs-theme-lucit</a>
4335-
by <a href="https://www.lucit.tech">LUCIT Systems and Development</a>.
4334+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
4335+
with <a href="https://github.com/LUCIT-Systems-and-Development/python-docs-theme-lucit">python-docs-theme-lucit</a>.
43364336
</div>
4337-
43384337

43394338
</body>
43404339
</html>

docs/code_of_conduct.html

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en" data-content_root="./">
44
<head>
55
<meta charset="utf-8" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<title>Contributor Covenant Code of Conduct &#8212; unicorn-binance-websocket-api 2.9.1 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
99

@@ -19,7 +19,6 @@
1919
<link rel="next" title="Contributing" href="contributing.html" />
2020
<link rel="prev" title="unicorn-binance-websocket-api Change Log" href="changelog.html" /><link rel="shortcut icon" type="image/png" href="_static/lucit.png" />
2121
<script async defer src="https://buttons.github.io/buttons.js"></script>
22-
2322
<script type="text/javascript" src="_static/copybutton.js"></script>
2423
<script type="text/javascript" src="_static/menu.js"></script>
2524
</head>
@@ -128,7 +127,7 @@ <h3>GitHub</h3>
128127
</div>
129128
</div>
130129

131-
<div class="related" role="navigation" aria-label="related navigation">
130+
<div class="related" role="navigation" aria-label="Related">
132131
<h3>Navigation</h3>
133132
<ul>
134133
<li class="right" style="margin-right: 10px">
@@ -145,11 +144,12 @@ <h3>Navigation</h3>
145144
accesskey="P">previous</a> |</li>
146145

147146

148-
<li><img src="_static/github-logo.png" alt="GitHub Logo"
147+
148+
<li><img src="_static/lucit.png" alt="LUCIT Logo"
149149
style="vertical-align: middle; margin-top: -1px"/></li>
150+
<li><a href="https://github.com/oliver-zehentleitner/unicorn-binance-suite#documentation">Docs Index</a> | </li>
150151
<li><a href="https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api">unicorn-binance-websocket-api</a> &#187;</li>
151152

152-
153153

154154

155155
<a href="index.html">Docs</a> &#187;
@@ -257,7 +257,7 @@ <h2>Attribution<a class="headerlink" href="#attribution" title="Link to this hea
257257
</div>
258258
</div>
259259
</div>
260-
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
260+
<div class="sphinxsidebar" role="navigation" aria-label="Main">
261261
<div class="sphinxsidebarwrapper">
262262
<p class="logo">
263263
<div style="text-align: center;">
@@ -345,7 +345,7 @@ <h3>GitHub</h3>
345345
</div>
346346
<div class="clearer"></div>
347347
</div>
348-
<div class="related" role="navigation" aria-label="related navigation">
348+
<div class="related" role="navigation" aria-label="Related">
349349
<h3>Navigation</h3>
350350
<ul>
351351
<li class="right" style="margin-right: 10px">
@@ -362,11 +362,12 @@ <h3>Navigation</h3>
362362
>previous</a> |</li>
363363

364364

365-
<li><img src="_static/github-logo.png" alt="GitHub Logo"
365+
366+
<li><img src="_static/lucit.png" alt="LUCIT Logo"
366367
style="vertical-align: middle; margin-top: -1px"/></li>
368+
<li><a href="https://github.com/oliver-zehentleitner/unicorn-binance-suite#documentation">Docs Index</a> | </li>
367369
<li><a href="https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api">unicorn-binance-websocket-api</a> &#187;</li>
368370

369-
370371

371372

372373
<a href="index.html">Docs</a> &#187;
@@ -389,17 +390,15 @@ <h3>Navigation</h3>
389390
</ul>
390391
</div>
391392
<div class="footer">
392-
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
393+
<a href="https://github.com/oliver-zehentleitner/unicorn-binance-suite#documentation">Index of all docs</a><br />
393394
&copy; <a href="/license.html">Copyright</a> 2019-2025, Oliver Zehentleitner All Rights Reserved..
394395
See <a href="/license.html">License</a> for more information.<br />
395-
Last updated on Jun 22 2025 at 20:02 (CET).
396+
Last updated on Jun 22 2025 at 20:17 (CET).
396397
<a href="https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
397398
<br />
398-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
399-
with <a href="https://github.com/LUCIT-Systems-and-Development/python-docs-theme-lucit">python-docs-theme-lucit</a>
400-
by <a href="https://www.lucit.tech">LUCIT Systems and Development</a>.
399+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
400+
with <a href="https://github.com/LUCIT-Systems-and-Development/python-docs-theme-lucit">python-docs-theme-lucit</a>.
401401
</div>
402-
403402

404403
</body>
405404
</html>

docs/contributing.html

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en" data-content_root="./">
44
<head>
55
<meta charset="utf-8" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<title>Contributing &#8212; unicorn-binance-websocket-api 2.9.1 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
99

@@ -19,7 +19,6 @@
1919
<link rel="next" title="MIT License" href="license.html" />
2020
<link rel="prev" title="Contributor Covenant Code of Conduct" href="code_of_conduct.html" /><link rel="shortcut icon" type="image/png" href="_static/lucit.png" />
2121
<script async defer src="https://buttons.github.io/buttons.js"></script>
22-
2322
<script type="text/javascript" src="_static/copybutton.js"></script>
2423
<script type="text/javascript" src="_static/menu.js"></script>
2524
</head>
@@ -123,7 +122,7 @@ <h3>GitHub</h3>
123122
</div>
124123
</div>
125124

126-
<div class="related" role="navigation" aria-label="related navigation">
125+
<div class="related" role="navigation" aria-label="Related">
127126
<h3>Navigation</h3>
128127
<ul>
129128
<li class="right" style="margin-right: 10px">
@@ -140,11 +139,12 @@ <h3>Navigation</h3>
140139
accesskey="P">previous</a> |</li>
141140

142141

143-
<li><img src="_static/github-logo.png" alt="GitHub Logo"
142+
143+
<li><img src="_static/lucit.png" alt="LUCIT Logo"
144144
style="vertical-align: middle; margin-top: -1px"/></li>
145+
<li><a href="https://github.com/oliver-zehentleitner/unicorn-binance-suite#documentation">Docs Index</a> | </li>
145146
<li><a href="https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api">unicorn-binance-websocket-api</a> &#187;</li>
146147

147-
148148

149149

150150
<a href="index.html">Docs</a> &#187;
@@ -201,7 +201,7 @@ <h2>Pull Request Process<a class="headerlink" href="#pull-request-process" title
201201
</div>
202202
</div>
203203
</div>
204-
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
204+
<div class="sphinxsidebar" role="navigation" aria-label="Main">
205205
<div class="sphinxsidebarwrapper">
206206
<p class="logo">
207207
<div style="text-align: center;">
@@ -284,7 +284,7 @@ <h3>GitHub</h3>
284284
</div>
285285
<div class="clearer"></div>
286286
</div>
287-
<div class="related" role="navigation" aria-label="related navigation">
287+
<div class="related" role="navigation" aria-label="Related">
288288
<h3>Navigation</h3>
289289
<ul>
290290
<li class="right" style="margin-right: 10px">
@@ -301,11 +301,12 @@ <h3>Navigation</h3>
301301
>previous</a> |</li>
302302

303303

304-
<li><img src="_static/github-logo.png" alt="GitHub Logo"
304+
305+
<li><img src="_static/lucit.png" alt="LUCIT Logo"
305306
style="vertical-align: middle; margin-top: -1px"/></li>
307+
<li><a href="https://github.com/oliver-zehentleitner/unicorn-binance-suite#documentation">Docs Index</a> | </li>
306308
<li><a href="https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api">unicorn-binance-websocket-api</a> &#187;</li>
307309

308-
309310

310311

311312
<a href="index.html">Docs</a> &#187;
@@ -328,17 +329,15 @@ <h3>Navigation</h3>
328329
</ul>
329330
</div>
330331
<div class="footer">
331-
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
332+
<a href="https://github.com/oliver-zehentleitner/unicorn-binance-suite#documentation">Index of all docs</a><br />
332333
&copy; <a href="/license.html">Copyright</a> 2019-2025, Oliver Zehentleitner All Rights Reserved..
333334
See <a href="/license.html">License</a> for more information.<br />
334-
Last updated on Jun 22 2025 at 20:02 (CET).
335+
Last updated on Jun 22 2025 at 20:17 (CET).
335336
<a href="https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
336337
<br />
337-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
338-
with <a href="https://github.com/LUCIT-Systems-and-Development/python-docs-theme-lucit">python-docs-theme-lucit</a>
339-
by <a href="https://www.lucit.tech">LUCIT Systems and Development</a>.
338+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
339+
with <a href="https://github.com/LUCIT-Systems-and-Development/python-docs-theme-lucit">python-docs-theme-lucit</a>.
340340
</div>
341-
342341

343342
</body>
344343
</html>

0 commit comments

Comments
 (0)