updated documentation

This commit is contained in:
dh1tw 2014-09-21 19:52:48 +02:00
parent eec8dc2008
commit c37b69d6ed
3 changed files with 13 additions and 3 deletions

View file

@ -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.

View file

@ -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
View file

@ -0,0 +1,8 @@
locator
=======
.. toctree::
:maxdepth: 2
.. automodule:: pyhamtools.locator
:members: