Skip to content

Commit fa63c26

Browse files
docs
1 parent 9c6da4f commit fa63c26

22 files changed

+75
-1094
lines changed

dev/sphinx/source/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1515
### Fixed
1616
- Import in `licensing_manager.py` and `licensing_cli.py`.
1717
- Type of global `logger` variable.
18+
- Error in sphinx config
1819

1920
## 1.8.2
2021
`lucit-licensing-python` can now also be installed on all architectures on which there are no precompiled packages from

dev/sphinx/source/lucit_licensing_python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Submodules
88
lucit\_licensing\_python.cli module
99
------------------------------------------------------------------------------------
1010

11-
.. automodule:: lucit_licensing_python.cli
11+
.. automodule:: lucit_licensing_python.licensing_cli
1212
:members:
1313
:undoc-members:
1414
:show-inheritance:

docs/_modules/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ <h3>Navigation</h3>
143143
<div class="body" role="main">
144144

145145
<h1>All modules for which code is available</h1>
146-
<ul><li><a href="lucit_licensing_python/licensing_exceptions.html">lucit_licensing_python.licensing_exceptions</a></li>
146+
<ul><li><a href="lucit_licensing_python/licensing_cli.html">lucit_licensing_python.licensing_cli</a></li>
147+
<li><a href="lucit_licensing_python/licensing_exceptions.html">lucit_licensing_python.licensing_exceptions</a></li>
147148
<li><a href="lucit_licensing_python/licensing_manager.html">lucit_licensing_python.licensing_manager</a></li>
148149
</ul>
149150

@@ -249,7 +250,7 @@ <h3>Navigation</h3>
249250
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
250251
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
251252
See <a href="/license.html">License</a> for more information.<br />
252-
Last updated on May 12 2024 at 11:16 (CET).
253+
Last updated on May 12 2024 at 12:03 (CET).
253254
<a href="https://github.com/LUCIT-Systems-and-Development/lucit-licensing-python/issues/new/choose">Found a bug</a>?
254255
<br />
255256
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/_modules/lucit_licensing_python/exceptions.html

Lines changed: 0 additions & 288 deletions
This file was deleted.

docs/_modules/lucit_licensing_python/cli.html renamed to docs/_modules/lucit_licensing_python/licensing_cli.html

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>lucit_licensing_python.cli &#8212; lucit-licensing-python 1.8.1 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>lucit_licensing_python.licensing_cli &#8212; lucit-licensing-python 1.8.2 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
88

99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=92fd9be5" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pydoctheme.css?v=fdf8e9ae" />
@@ -112,14 +112,15 @@ <h3>Navigation</h3>
112112

113113
<li><img src="../../_static/lucit.png" alt="LUCIT Logo"
114114
style="vertical-align: middle; margin-top: -1px"/></li>
115+
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
115116
<li><a href="https://www.lucit.tech/lucit-licensing-python.html">lucit-licensing-python</a> &#187;</li>
116117

117118

118119

119120
<a href="../../index.html">Docs</a> &#187;
120121

121122
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">Module code</a> &#187;</li>
122-
<li class="nav-item nav-item-this"><a href="">lucit_licensing_python.cli</a></li>
123+
<li class="nav-item nav-item-this"><a href="">lucit_licensing_python.licensing_cli</a></li>
123124
<li class="right">
124125

125126

@@ -142,11 +143,11 @@ <h3>Navigation</h3>
142143
<div class="bodywrapper">
143144
<div class="body" role="main">
144145

145-
<h1>Source code for lucit_licensing_python.cli</h1><div class="highlight"><pre>
146+
<h1>Source code for lucit_licensing_python.licensing_cli</h1><div class="highlight"><pre>
146147
<span></span><span class="ch">#!/usr/bin/env python3</span>
147148
<span class="c1"># -*- coding: utf-8 -*-</span>
148149
<span class="c1">#</span>
149-
<span class="c1"># File: lucit_licensing_python/cli.py</span>
150+
<span class="c1"># File: lucit_licensing_python/licensing_cli.py</span>
150151
<span class="c1">#</span>
151152
<span class="c1"># Project website: https://www.lucit.tech/lucit-licensing-python.html</span>
152153
<span class="c1"># Github: https://github.com/LUCIT-Systems-and-Development/lucit-licensing-python</span>
@@ -171,15 +172,15 @@ <h1>Source code for lucit_licensing_python.cli</h1><div class="highlight"><pre>
171172
<span class="kn">import</span> <span class="nn">textwrap</span>
172173
<span class="kn">from</span> <span class="nn">pathlib</span> <span class="kn">import</span> <span class="n">Path</span>
173174
<span class="k">try</span><span class="p">:</span>
174-
<span class="kn">from</span> <span class="nn">manager</span> <span class="kn">import</span> <span class="n">LucitLicensingManager</span>
175-
<span class="kn">from</span> <span class="nn">exceptions</span> <span class="kn">import</span> <span class="n">NoValidatedLucitLicense</span>
175+
<span class="kn">from</span> <span class="nn">.licensing_manager</span> <span class="kn">import</span> <span class="n">LucitLicensingManager</span>
176+
<span class="kn">from</span> <span class="nn">.licensing_exceptions</span> <span class="kn">import</span> <span class="n">NoValidatedLucitLicense</span>
176177
<span class="k">except</span> <span class="ne">ModuleNotFoundError</span><span class="p">:</span>
177-
<span class="kn">from</span> <span class="nn">lucit_licensing_python.manager</span> <span class="kn">import</span> <span class="n">LucitLicensingManager</span>
178-
<span class="kn">from</span> <span class="nn">lucit_licensing_python.exceptions</span> <span class="kn">import</span> <span class="n">NoValidatedLucitLicense</span>
178+
<span class="kn">from</span> <span class="nn">lucit_licensing_python.licensing_manager</span> <span class="kn">import</span> <span class="n">LucitLicensingManager</span>
179+
<span class="kn">from</span> <span class="nn">lucit_licensing_python.licensing_exceptions</span> <span class="kn">import</span> <span class="n">NoValidatedLucitLicense</span>
179180

180181

181182
<div class="viewcode-block" id="cli">
182-
<a class="viewcode-back" href="../../lucit_licensing_python.html#lucit_licensing_python.cli.cli">[docs]</a>
183+
<a class="viewcode-back" href="../../lucit_licensing_python.html#lucit_licensing_python.licensing_cli.cli">[docs]</a>
183184
<span class="k">async</span> <span class="k">def</span> <span class="nf">cli</span><span class="p">():</span>
184185
<span class="w"> </span><span class="sd">&quot;&quot;&quot;</span>
185186
<span class="sd"> LUCIT License Manager Command Line Interface</span>
@@ -396,7 +397,7 @@ <h1>Source code for lucit_licensing_python.cli</h1><div class="highlight"><pre>
396397

397398

398399
<div class="viewcode-block" id="main">
399-
<a class="viewcode-back" href="../../lucit_licensing_python.html#lucit_licensing_python.cli.main">[docs]</a>
400+
<a class="viewcode-back" href="../../lucit_licensing_python.html#lucit_licensing_python.licensing_cli.main">[docs]</a>
400401
<span class="k">def</span> <span class="nf">main</span><span class="p">():</span>
401402
<span class="k">try</span><span class="p">:</span>
402403
<span class="n">asyncio</span><span class="o">.</span><span class="n">run</span><span class="p">(</span><span class="n">cli</span><span class="p">())</span>
@@ -483,14 +484,15 @@ <h3>Navigation</h3>
483484

484485
<li><img src="../../_static/lucit.png" alt="LUCIT Logo"
485486
style="vertical-align: middle; margin-top: -1px"/></li>
487+
<li><a href="https://docs.lucit.tech">Docs Index</a> | </li>
486488
<li><a href="https://www.lucit.tech/lucit-licensing-python.html">lucit-licensing-python</a> &#187;</li>
487489

488490

489491

490492
<a href="../../index.html">Docs</a> &#187;
491493

492494
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
493-
<li class="nav-item nav-item-this"><a href="">lucit_licensing_python.cli</a></li>
495+
<li class="nav-item nav-item-this"><a href="">lucit_licensing_python.licensing_cli</a></li>
494496
<li class="right">
495497

496498

@@ -508,9 +510,10 @@ <h3>Navigation</h3>
508510
</ul>
509511
</div>
510512
<div class="footer">
513+
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
511514
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
512515
See <a href="/license.html">License</a> for more information.<br />
513-
Last updated on Nov 15 2023 at 14:21 (CET).
516+
Last updated on May 12 2024 at 12:03 (CET).
514517
<a href="https://github.com/LUCIT-Systems-and-Development/lucit-licensing-python/issues/new/choose">Found a bug</a>?
515518
<br />
516519
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

0 commit comments

Comments
 (0)