From 560b7377394ff9e854aaf7297bfa111786988d67 Mon Sep 17 00:00:00 2001 From: Junzi Sun Date: Mon, 4 May 2020 01:51:33 +0200 Subject: [PATCH] update api link --- README.rst | 4 ++-- doc/source/_templates/layout.html | 17 +++++++++++++++++ doc/source/conf.py | 4 +--- 3 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 doc/source/_templates/layout.html diff --git a/README.rst b/README.rst index fa14a34..4731b59 100644 --- a/README.rst +++ b/README.rst @@ -57,10 +57,10 @@ Check out and contribute to this open-source project at: https://github.com/junzis/pyModeS Detailed manual on Mode-S decoding is published at: -https://mode-s.org/decode. +https://mode-s.org/decode The API documentation of pyModeS is at: -http://pymodes.readthedocs.io +https://mode-s.org/api diff --git a/doc/source/_templates/layout.html b/doc/source/_templates/layout.html new file mode 100644 index 0000000..02136c3 --- /dev/null +++ b/doc/source/_templates/layout.html @@ -0,0 +1,17 @@ +{% extends "!layout.html" %} + +{% block footer %} +{{ super() }} + + + + + + +{% endblock %} diff --git a/doc/source/conf.py b/doc/source/conf.py index cd0d080..a3dcc54 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -41,8 +41,6 @@ release = "" # ones. extensions = [ "sphinx.ext.autodoc", - "sphinx.ext.todo", - "sphinx.ext.coverage", "sphinx.ext.mathjax", "sphinx.ext.viewcode", "sphinx.ext.githubpages", @@ -50,7 +48,7 @@ extensions = [ ] # Add any paths that contain templates here, relative to this directory. -# templates_path = [''] +templates_path = ["_templates"] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: