[mod] declare TypedDict of weather forecast types.

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2022-09-19 18:26:52 +02:00
parent 627dfc2af6
commit e7ff672f3a
4 changed files with 388 additions and 0 deletions

View file

@ -125,6 +125,7 @@ extensions = [
"sphinx_tabs.tabs", # https://github.com/djungelorm/sphinx-tabs
'myst_parser', # https://www.sphinx-doc.org/en/master/usage/markdown.html
'notfound.extension', # https://github.com/readthedocs/sphinx-notfound-page
'sphinx.ext.inheritance_diagram', # https://www.sphinx-doc.org/en/master/usage/extensions/inheritance.html
]
myst_enable_extensions = [

View file

@ -0,0 +1,8 @@
.. _searx.results.weather:
================
Weather forecast
================
.. automodule:: searx.results.weather
:members: