mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-02-24 08:24:26 +01:00
updated documentation
This commit is contained in:
parent
eec8dc2008
commit
c37b69d6ed
|
|
@ -58,9 +58,9 @@ copyright = u'2014, Tobias Wellnitz, DH1TW'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.3'
|
||||
version = '0.4'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.3.1'
|
||||
release = '0.4.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
|
|
@ -12,7 +12,8 @@
|
|||
:IRC: #hamtests on webirc.deltaxray.org
|
||||
|
||||
PyHamTools is a Python library which helps you creating Amateur Radio applications faster. It comes
|
||||
with some modules and classes which are frequently necessary, like parsing of an Amateur Radio callsign.
|
||||
with some modules and classes which are frequently needed, like locator based calculations (distance,
|
||||
heading, etc) or parsing of an Amateur Radio callsign.
|
||||
|
||||
Currently, PyHamtools contain the following modules and classes:
|
||||
|
||||
|
|
@ -22,6 +23,7 @@ Modules
|
|||
:maxdepth: 2
|
||||
|
||||
utils
|
||||
locator
|
||||
|
||||
Clases
|
||||
^^^^^^
|
||||
|
|
|
|||
8
docs/source/locator.rst
Normal file
8
docs/source/locator.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
locator
|
||||
=======
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
.. automodule:: pyhamtools.locator
|
||||
:members:
|
||||
Loading…
Reference in a new issue