mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-08 07:53:58 +00:00
improved documentation
This commit is contained in:
parent
624cea3942
commit
d6d90d3e2a
14 changed files with 118 additions and 44 deletions
25
docs/build/html/index.html
vendored
25
docs/build/html/index.html
vendored
|
|
@ -24,7 +24,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<link rel="top" title="pyhamtools 0.1 documentation" href="#" />
|
||||
<link rel="next" title="Callinfo" href="Callinfo.html" />
|
||||
<link rel="next" title="utils" href="utils.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="related">
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
<a href="py-modindex.html" title="Python Module Index"
|
||||
>modules</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="Callinfo.html" title="Callinfo"
|
||||
<a href="utils.html" title="utils"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li><a href="#">pyhamtools 0.1 documentation</a> »</li>
|
||||
</ul>
|
||||
|
|
@ -72,10 +72,17 @@
|
|||
with some modules and classes which are frequently necessary, like parsing of an Amateur Radio callsign.</p>
|
||||
<p>Currently, PyHamtools contain the following modules and classes:</p>
|
||||
<div class="section" id="modules">
|
||||
<h2>Modules:<a class="headerlink" href="#modules" title="Permalink to this headline">¶</a></h2>
|
||||
<h2>Modules<a class="headerlink" href="#modules" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="toctree-wrapper compound">
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="utils.html">utils</a><ul class="simple">
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="clases">
|
||||
<h2>Clases:<a class="headerlink" href="#clases" title="Permalink to this headline">¶</a></h2>
|
||||
<h2>Clases<a class="headerlink" href="#clases" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="toctree-wrapper compound">
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="Callinfo.html">Callinfo</a><ul class="simple">
|
||||
|
|
@ -106,8 +113,8 @@ with some modules and classes which are frequently necessary, like parsing of an
|
|||
<h3><a href="#">Table Of Contents</a></h3>
|
||||
<ul>
|
||||
<li><a class="reference internal" href="#">PyHamTools</a><ul>
|
||||
<li><a class="reference internal" href="#modules">Modules:</a></li>
|
||||
<li><a class="reference internal" href="#clases">Clases:</a><ul>
|
||||
<li><a class="reference internal" href="#modules">Modules</a></li>
|
||||
<li><a class="reference internal" href="#clases">Clases</a><ul>
|
||||
<li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
@ -116,8 +123,8 @@ with some modules and classes which are frequently necessary, like parsing of an
|
|||
</ul>
|
||||
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="Callinfo.html"
|
||||
title="next chapter">Callinfo</a></p>
|
||||
<p class="topless"><a href="utils.html"
|
||||
title="next chapter">utils</a></p>
|
||||
<h3>This Page</h3>
|
||||
<ul class="this-page-menu">
|
||||
<li><a href="_sources/index.txt"
|
||||
|
|
@ -150,7 +157,7 @@ with some modules and classes which are frequently necessary, like parsing of an
|
|||
<a href="py-modindex.html" title="Python Module Index"
|
||||
>modules</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="Callinfo.html" title="Callinfo"
|
||||
<a href="utils.html" title="utils"
|
||||
>next</a> |</li>
|
||||
<li><a href="#">pyhamtools 0.1 documentation</a> »</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue