From 3e90154b9bf4271574d14518028866728da5ebf5 Mon Sep 17 00:00:00 2001 From: dh1tw Date: Sat, 11 Oct 2014 23:46:14 +0200 Subject: [PATCH] Added documentation for pyhamtools.qsl --- docs/build/html/_sources/index.txt | 2 +- docs/source/reference.rst | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/build/html/_sources/index.txt b/docs/build/html/_sources/index.txt index 748273b..43d512f 100644 --- a/docs/build/html/_sources/index.txt +++ b/docs/build/html/_sources/index.txt @@ -6,7 +6,7 @@ :Version: |release| :Code: https://github.com/dh1tw/pyhamtools -:License: MIT; see LICENSE file +:License: MIT; see :doc:`license` file :Issues: https://github.com/dh1tw/pyhamtools/issues :Documentation: http://pyhamtools.readthedocs.org/ :IRC: #hamtests on webirc.deltaxray.org diff --git a/docs/source/reference.rst b/docs/source/reference.rst index 6ff5047..eef4df8 100644 --- a/docs/source/reference.rst +++ b/docs/source/reference.rst @@ -9,6 +9,15 @@ pyhamtools.locator .. automodule:: pyhamtools.locator :members: + +pyhamtools.qsl +------------------ + +.. module:: pyhamtools.qsl + +.. automodule:: pyhamtools.qsl + :members: + pyhamtools.frequency --------------------