mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-07 07:24:03 +00:00
added qrz.com and callsign exception file
This commit is contained in:
parent
c037bcee71
commit
63eb9a2447
31 changed files with 1061 additions and 233 deletions
18
docs/build/html/index.html
vendored
18
docs/build/html/index.html
vendored
|
|
@ -6,7 +6,7 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>PyHamTools — pyhamtools 0.4.1 documentation</title>
|
||||
<title>PyHamTools — pyhamtools 0.4.2 documentation</title>
|
||||
|
||||
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '0.4.1',
|
||||
VERSION: '0.4.2',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<link rel="top" title="pyhamtools 0.4.1 documentation" href="#" />
|
||||
<link rel="top" title="pyhamtools 0.4.2 documentation" href="#" />
|
||||
<link rel="next" title="Reference" href="reference.html" />
|
||||
</head>
|
||||
<body>
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
<li class="right" >
|
||||
<a href="reference.html" title="Reference"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li><a href="#">pyhamtools 0.4.1 documentation</a> »</li>
|
||||
<li><a href="#">pyhamtools 0.4.2 documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -54,11 +54,11 @@
|
|||
<col class="field-name" />
|
||||
<col class="field-body" />
|
||||
<tbody valign="top">
|
||||
<tr class="field-odd field"><th class="field-name">Version:</th><td class="field-body">0.4.1</td>
|
||||
<tr class="field-odd field"><th class="field-name">Version:</th><td class="field-body">0.4.2</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Code:</th><td class="field-body"><a class="reference external" href="https://github.com/dh1tw/pyhamtools">https://github.com/dh1tw/pyhamtools</a></td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">License:</th><td class="field-body">MIT; see LICENSE file</td>
|
||||
<tr class="field-odd field"><th class="field-name">License:</th><td class="field-body">MIT; see <a class="reference internal" href="license.html"><em>license</em></a> file</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Issues:</th><td class="field-body"><a class="reference external" href="https://github.com/dh1tw/pyhamtools/issues">https://github.com/dh1tw/pyhamtools/issues</a></td>
|
||||
</tr>
|
||||
|
|
@ -85,6 +85,7 @@ with some modules and classes which are frequently needed:</p>
|
|||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="reference.html">Reference</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="reference.html#module-pyhamtools.locator">pyhamtools.locator</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="reference.html#module-pyhamtools.qsl">pyhamtools.qsl</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="reference.html#module-pyhamtools.frequency">pyhamtools.frequency</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="reference.html#module-pyhamtools.callinfo">pyhamtools.callinfo</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="reference.html#module-pyhamtools.lookuplib">pyhamtools.lookuplib</a></li>
|
||||
|
|
@ -95,10 +96,11 @@ with some modules and classes which are frequently needed:</p>
|
|||
<li class="toctree-l2"><a class="reference internal" href="examples.html#calculate-shortpath-and-longpath-heading-between-two-locators">Calculate Shortpath and Longpath Heading between two locators</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="examples.html#calculate-distance-between-two-wgs84-coordinates">Calculate Distance between two WGS84 Coordinates</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="examples.html#calculate-sunrise-and-sunset-for-jn48qm-on-the-1-january-2015">Calculate Sunrise and Sunset for JN48QM on the 1. January 2015</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="examples.html#decode-a-callsign-and-get-country-itu-zone-cq-zone-latitude-longitude">Decode a Callsign and get Country, ITU Zone, CQ Zone, Latitude & Longitude</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="examples.html#decode-a-callsign-and-get-country-name-adif-id-latitude-longitude">Decode a Callsign and get Country name, ADIF ID, Latitude & Longitude</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="changelog.html#pyhamtools-0-4-2">PyHamTools 0.4.2</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="changelog.html#pyhamtools-0-4-1">PyHamTools 0.4.1</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="changelog.html#pyhamtools-0-4-0">PyHamTools 0.4.0</a></li>
|
||||
</ul>
|
||||
|
|
@ -167,7 +169,7 @@ with some modules and classes which are frequently needed:</p>
|
|||
<li class="right" >
|
||||
<a href="reference.html" title="Reference"
|
||||
>next</a> |</li>
|
||||
<li><a href="#">pyhamtools 0.4.1 documentation</a> »</li>
|
||||
<li><a href="#">pyhamtools 0.4.2 documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue