From 7ed19ce5e0152f62783ccfc2234eecb6ec8cee85 Mon Sep 17 00:00:00 2001 From: Ian Kluft Date: Fri, 13 Dec 2024 23:57:42 -0800 Subject: [PATCH] README link updates: fix tzinfo, linkify flit --- src/python/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/python/README.md b/src/python/README.md index 7b1fb99..5b8d093 100644 --- a/src/python/README.md +++ b/src/python/README.md @@ -39,12 +39,12 @@ The Solaer time zones also have another set of overlay time zones the width of 1 Usage of timezone_solar ----------------------- -The timezone_solar package implements the [https://docs.python.org/3.6/library/datetime.html#datetime.tzinfo](tzinfo) +The timezone_solar package implements the [tzinfo](https://docs.python.org/3.6/library/datetime.html#datetime.tzinfo) interface. To do that, it provides the functions _utcoffset_, _dst_ and _tzname_. It inherits the _fromutc_ function from tzinfo. -If the library is installed from source code from GitHub, use the Python flit command to build and install. It can be built with "flit built" and installed with "flit install". +If the library is installed from source code from GitHub, use the Python [flit](https://flit.pypa.io/en/stable/) command to build and install. It can be built with "flit built" and installed with "flit install". Online resources ----------------