From cc94d029a103dd1c6d83e0f219b8c54dbf1af2b4 Mon Sep 17 00:00:00 2001 From: stewit <> Date: Sun, 5 Jul 2026 21:40:29 +0200 Subject: [PATCH 1/7] add color, locale, plotly theme, timstamp ticks --- docs/first_steps.html | 2 +- docs/genindex.html | 26 ++++++- docs/index.html | 84 ++++++++++++++++++++++- docs/objects.inv | Bin 445 -> 483 bytes docs/py-modindex.html | 2 +- docs/search.html | 2 +- docs/searchindex.js | 2 +- pyproject.toml | 5 +- sphinx/source/conf.py | 30 ++++---- src/hdhelpers/helpers/__init__.py | 14 +++- src/hdhelpers/helpers/color.py | 51 ++++++++++++++ src/hdhelpers/helpers/locale.py | 26 +++++++ src/hdhelpers/helpers/plotly_theme.py | 62 +++++++++++++++++ src/hdhelpers/helpers/timestamp_ticks.py | 44 ++++++++++++ tests/helpers/test_color_handling.py | 7 ++ tests/helpers/test_locale_handling.py | 18 +++++ 16 files changed, 352 insertions(+), 23 deletions(-) create mode 100644 src/hdhelpers/helpers/color.py create mode 100644 src/hdhelpers/helpers/locale.py create mode 100644 src/hdhelpers/helpers/plotly_theme.py create mode 100644 src/hdhelpers/helpers/timestamp_ticks.py create mode 100644 tests/helpers/test_color_handling.py create mode 100644 tests/helpers/test_locale_handling.py diff --git a/docs/first_steps.html b/docs/first_steps.html index f0b36ca..58fe4d5 100644 --- a/docs/first_steps.html +++ b/docs/first_steps.html @@ -193,7 +193,7 @@