add unique id ending function and get full id function

and write ascii data file function
This commit is contained in:
2019-07-29 19:08:42 +02:00
parent 2503ee1f64
commit 5b6d8b77ae
35 changed files with 426 additions and 221 deletions

View File

@@ -42,7 +42,7 @@
</dl>
<span class="target" id="module-date"></span><dl class="function">
<dt id="date.ascension_of_jesus">
<code class="descname">ascension_of_jesus</code><span class="sig-paren">(</span><em>year</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/date.html#ascension_of_jesus"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#date.ascension_of_jesus" title="Permalink to this definition"></a></dt>
<code class="sig-name descname">ascension_of_jesus</code><span class="sig-paren">(</span><em class="sig-param">year</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/date.html#ascension_of_jesus"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#date.ascension_of_jesus" title="Permalink to this definition"></a></dt>
<dd><p>Ascension of Jesus.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
@@ -59,7 +59,7 @@
<dl class="function">
<dt id="date.easter_friday">
<code class="descname">easter_friday</code><span class="sig-paren">(</span><em>year</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/date.html#easter_friday"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#date.easter_friday" title="Permalink to this definition"></a></dt>
<code class="sig-name descname">easter_friday</code><span class="sig-paren">(</span><em class="sig-param">year</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/date.html#easter_friday"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#date.easter_friday" title="Permalink to this definition"></a></dt>
<dd><p>Easter Friday.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
@@ -76,7 +76,7 @@
<dl class="function">
<dt id="date.easter_monday">
<code class="descname">easter_monday</code><span class="sig-paren">(</span><em>year</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/date.html#easter_monday"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#date.easter_monday" title="Permalink to this definition"></a></dt>
<code class="sig-name descname">easter_monday</code><span class="sig-paren">(</span><em class="sig-param">year</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/date.html#easter_monday"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#date.easter_monday" title="Permalink to this definition"></a></dt>
<dd><p>Easter Monday.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
@@ -93,7 +93,7 @@
<dl class="function">
<dt id="date.easter_sunday">
<code class="descname">easter_sunday</code><span class="sig-paren">(</span><em>year</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/date.html#easter_sunday"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#date.easter_sunday" title="Permalink to this definition"></a></dt>
<code class="sig-name descname">easter_sunday</code><span class="sig-paren">(</span><em class="sig-param">year</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/date.html#easter_sunday"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#date.easter_sunday" title="Permalink to this definition"></a></dt>
<dd><p>Easter Sunday.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
@@ -110,7 +110,7 @@
<dl class="function">
<dt id="date.gaußsche_osterformel">
<code class="descname">gaußsche_osterformel</code><span class="sig-paren">(</span><em>year</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/date.html#gaußsche_osterformel"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#date.gaußsche_osterformel" title="Permalink to this definition"></a></dt>
<code class="sig-name descname">gaußsche_osterformel</code><span class="sig-paren">(</span><em class="sig-param">year</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/date.html#gaußsche_osterformel"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#date.gaußsche_osterformel" title="Permalink to this definition"></a></dt>
<dd><p>Gaußsche Osterformel.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
@@ -144,7 +144,7 @@
<dl class="function">
<dt id="date.pentecost">
<code class="descname">pentecost</code><span class="sig-paren">(</span><em>year</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/date.html#pentecost"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#date.pentecost" title="Permalink to this definition"></a></dt>
<code class="sig-name descname">pentecost</code><span class="sig-paren">(</span><em class="sig-param">year</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/date.html#pentecost"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#date.pentecost" title="Permalink to this definition"></a></dt>
<dd><p>Pentecost.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
@@ -187,10 +187,10 @@
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
@@ -212,7 +212,7 @@
&copy;2019, Daniel Weschke.
|
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.0.1</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.1.2</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
|