From ff206e967993bd2e7aa6597b03d0affee20948b9 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Thu, 29 May 2025 11:38:34 +0200 Subject: [mod] weather results: add types, i18n/l10n, symbols & unit conversions The types necessary for weather information such as GeoLocation, DateTime, Temperature,Pressure, WindSpeed, RelativeHumidity, Compass (wind direction) and symbols for the weather have been implemented. There are unit conversions and translations for weather property labels. Signed-off-by: Markus Heiser --- docs/src/searx.weather.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/src/searx.weather.rst (limited to 'docs/src') diff --git a/docs/src/searx.weather.rst b/docs/src/searx.weather.rst new file mode 100644 index 000000000..6ee2a1848 --- /dev/null +++ b/docs/src/searx.weather.rst @@ -0,0 +1,8 @@ +.. _weather: + +======= +Weather +======= + +.. automodule:: searx.weather + :members: -- cgit v1.2.3