Skip to content

Commit

Permalink
Merge pull request #43 from robberwick/rtd-readme
Browse files Browse the repository at this point in the history
docs: add RTD docs link to readme
  • Loading branch information
robberwick authored Nov 23, 2024
2 parents 96145cd + 08e61ae commit d8108d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
```
```

For full documentation, please refer to the [API documentation](https://pylibrelinkup.readthedocs.io/en/latest/).

0 comments on commit d8108d2

Please sign in to comment.