mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-21 06:13:57 +00:00
fixing minor documentation issues
This commit is contained in:
parent
3e90154b9b
commit
9b83c0f3c2
1 changed files with 7 additions and 9 deletions
|
|
@ -7,9 +7,7 @@ from requests.exceptions import ConnectionError, HTTPError, Timeout
|
||||||
|
|
||||||
|
|
||||||
def get_lotw_users(**kwargs):
|
def get_lotw_users(**kwargs):
|
||||||
"""download the latest list of ARRL Logbook of the World (LOTW) inofficial user list
|
"""Download the latest inoffical list of `ARRL Logbook of the World (LOTW)`__ users which is provided on a weekly basis by HB9BZA_. Dates of the users last upload is added by WD5EAE_.
|
||||||
which is provided on a weekly basis by `HB9BZA`_. Dates of last activity on LOTW
|
|
||||||
is added by `WD5EAE`_.
|
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
url (str, optional): Download URL
|
url (str, optional): Download URL
|
||||||
|
|
@ -28,9 +26,10 @@ def get_lotw_users(**kwargs):
|
||||||
>>> mydict['DH1TW']
|
>>> mydict['DH1TW']
|
||||||
datetime.datetime(2014, 9, 7, 0, 0)
|
datetime.datetime(2014, 9, 7, 0, 0)
|
||||||
|
|
||||||
.. HB9BZA: http://www.hb9bza.net/lotw-users-list
|
.. _ARRL: http://www.arrl.org/logbook-of-the-world
|
||||||
.. WD5EAE: http://www.wd5eae.org/HB9BZA_LoTWUsersList.html
|
.. _HB9BZA: http://www.hb9bza.net/lotw-users-list
|
||||||
|
.. _WD5EAE: http://www.wd5eae.org/HB9BZA_LoTWUsersList.html
|
||||||
|
__ ARRL_
|
||||||
"""
|
"""
|
||||||
url = ""
|
url = ""
|
||||||
|
|
||||||
|
|
@ -58,7 +57,7 @@ def get_lotw_users(**kwargs):
|
||||||
return lotw
|
return lotw
|
||||||
|
|
||||||
def get_eqsl_users(**kwargs):
|
def get_eqsl_users(**kwargs):
|
||||||
"""download the latest official list of EQSL.cc users. The list of users can be found `here`_.
|
"""Download the latest official list of EQSL.cc users. The list of users can be found here_.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
url (str, optional): Download URL
|
url (str, optional): Download URL
|
||||||
|
|
@ -80,8 +79,7 @@ def get_eqsl_users(**kwargs):
|
||||||
>>> print e
|
>>> print e
|
||||||
'DH1TW' is not in list
|
'DH1TW' is not in list
|
||||||
|
|
||||||
.. here: http://www.eqsl.cc/QSLCard/DownloadedFiles/AGMemberlist.txt
|
.. _here: http://www.eqsl.cc/QSLCard/DownloadedFiles/AGMemberlist.txt
|
||||||
.. WD5EAE: http://www.wd5eae.org/HB9BZA_LoTWUsersList.html
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue