From 08e61aedd046f1361981523b29a0de9f4266b63a Mon Sep 17 00:00:00 2001 From: Rob Berwick Date: Sat, 23 Nov 2024 18:15:22 +0000 Subject: [PATCH] docs: add RTD docs link to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e2b698..79ca8b4 100644 --- a/README.md +++ b/README.md @@ -85,4 +85,6 @@ logbook_data = client.logbook(patient_identifier=patient) print(f"logbook data: ({len(logbook_data)} entries)") for measurement in logbook_data: print(f"{measurement.value} {measurement.timestamp} {measurement.factory_timestamp}") -``` \ No newline at end of file +``` + +For full documentation, please refer to the [API documentation](https://pylibrelinkup.readthedocs.io/en/latest/). \ No newline at end of file