From 168acfb88d3c1118faf3c95bbcd0a5491fdd6322 Mon Sep 17 00:00:00 2001 From: junzis Date: Tue, 16 Aug 2016 17:07:02 +0200 Subject: [PATCH] update README and docs --- README.rst | 4 +++- doc/index.rst | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9b0a386..c8a2967 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ develop to decode the following messages: heading, and roll angle, etc. A detailed manuel on Mode-S decoding is published by the author, at: -http://adsb-decode-guide.readthedocs.org +http://adsb-decode-guide.readthedocs.io Source code @@ -24,6 +24,8 @@ Source code Checkourt and contribute to this open source project at: https://github.com/junzis/pyModeS +API documentation at: +http://pymodes.readthedocs.io Install ------- diff --git a/doc/index.rst b/doc/index.rst index d1e21c3..e05f04f 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -4,9 +4,13 @@ contain the root `toctree` directive. -pyModeS API documents +pyModeS APIs ===================== +This document contains all the functions within pyModeS package. + +Source code and user guide: https://github.com/junzis/pyModeS + pyModeS.adsb module -------------------