Removed unneeded unittest links from submodules and commented out the unittest link in main module

This commit is contained in:
Dirk Alders 2025-08-17 12:51:38 +02:00
parent 5fbf08e06a
commit e3c36cc493
6 changed files with 3 additions and 31 deletions

View File

@ -18,9 +18,9 @@ geo (Geographic)
* :mod:`geo.osm`
* :mod:`geo.sun`
**Unittest:**
.. **Unittest:**
See also the :download:`unittest <../../geo/_testresults_/unittest.pdf>` documentation.
See also the :download:`unittest <../geo/_testresults_/unittest.pdf>` documentation.
"""
__DEPENDENCIES__ = []

View File

@ -231,10 +231,6 @@
<li><p><a class="reference internal" href="#module-geo.osm" title="geo.osm"><code class="xref py py-mod docutils literal notranslate"><span class="pre">geo.osm</span></code></a></p></li>
<li><p><a class="reference internal" href="#module-geo.sun" title="geo.sun"><code class="xref py py-mod docutils literal notranslate"><span class="pre">geo.sun</span></code></a></p></li>
</ul>
<p><strong>Unittest:</strong></p>
<blockquote>
<div><p>See also the <code class="xref download docutils literal notranslate"><span class="pre">unittest</span></code> documentation.</p>
</div></blockquote>
</section>
<section id="submodules">
<h2>Submodules<a class="headerlink" href="#submodules" title="Link to this heading"></a></h2>
@ -258,10 +254,6 @@
<li><p><a class="reference internal" href="#geo.gps.tracklist" title="geo.gps.tracklist"><code class="xref py py-class docutils literal notranslate"><span class="pre">geo.gps.tracklist</span></code></a></p></li>
<li><p><a class="reference internal" href="#geo.gps.track" title="geo.gps.track"><code class="xref py py-class docutils literal notranslate"><span class="pre">geo.gps.track</span></code></a></p></li>
</ul>
<p><strong>Unittest:</strong></p>
<blockquote>
<div><p>See also the <code class="xref download docutils literal notranslate"><span class="pre">unittest</span></code> documentation.</p>
</div></blockquote>
</section>
<dl class="py class">
<dt class="sig sig-object py" id="geo.gps.area">
@ -623,10 +615,6 @@
<ul class="simple">
<li><p><a class="reference internal" href="#geo.osm.landmark_link" title="geo.osm.landmark_link"><code class="xref py py-func docutils literal notranslate"><span class="pre">geo.osm.landmark_link()</span></code></a></p></li>
</ul>
<p><strong>Unittest:</strong></p>
<blockquote>
<div><p>See also the <code class="xref download docutils literal notranslate"><span class="pre">unittest</span></code> documentation.</p>
</div></blockquote>
</section>
<dl class="py data">
<dt class="sig sig-object py" id="geo.osm.MAP_CYCLEMAP">
@ -737,10 +725,6 @@
<li><p><a class="reference internal" href="#geo.sun.sunset" title="geo.sun.sunset"><code class="xref py py-func docutils literal notranslate"><span class="pre">geo.sun.sunset()</span></code></a></p></li>
<li><p><a class="reference internal" href="#geo.sun.sunrise" title="geo.sun.sunrise"><code class="xref py py-func docutils literal notranslate"><span class="pre">geo.sun.sunrise()</span></code></a></p></li>
</ul>
<p><strong>Unittest:</strong></p>
<blockquote>
<div><p>See also the <code class="xref download docutils literal notranslate"><span class="pre">unittest</span></code> documentation.</p>
</div></blockquote>
</section>
<dl class="py function">
<dt class="sig sig-object py" id="geo.sun.BerechneZeitgleichung">

File diff suppressed because one or more lines are too long

4
gps.py
View File

@ -19,10 +19,6 @@ geo.gps (Geo-Positioning)
* :class:`geo.gps.coordinate`
* :class:`geo.gps.tracklist`
* :class:`geo.gps.track`
**Unittest:**
See also the :download:`unittest <../../geo/_testresults_/unittest.pdf>` documentation.
"""
import calendar

4
osm.py
View File

@ -16,10 +16,6 @@ geo.osm (Open Streetmap)
**Contentlist:**
* :func:`geo.osm.landmark_link`
**Unittest:**
See also the :download:`unittest <../../geo/_testresults_/unittest.pdf>` documentation.
"""

4
sun.py
View File

@ -19,10 +19,6 @@ geo.sun (Sun)
* :func:`geo.sun.sunset`
* :func:`geo.sun.sunrise`
**Unittest:**
See also the :download:`unittest <../../geo/_testresults_/unittest.pdf>` documentation.
"""