From 75234ef3b0e6357b3b8a31dceca2cbaae2a0f574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20S=C3=A1nchez-Gallego?= Date: Sat, 21 Dec 2024 20:02:23 -0800 Subject: [PATCH] Update changelog and docs --- CHANGELOG.md | 1 + docs/sphinx/api.rst | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a1651c..ba664af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ * [#10](https://vscode.dev/github/sdss/lvmopstools/pull/10) Added a `pubsub` module with tools to emit and subscribe to events using RabbitMQ. * [#11](https://vscode.dev/github/sdss/lvmopstools/pull/11) Added a `slack` module with tools to send messages to Slack. +* [#12](https://vscode.dev/github/sdss/lvmopstools/pull/12) Added a `notifications` module. * Added `ephemeris.is_sun_up`. diff --git a/docs/sphinx/api.rst b/docs/sphinx/api.rst index 5ace18b..938047c 100644 --- a/docs/sphinx/api.rst +++ b/docs/sphinx/api.rst @@ -20,6 +20,12 @@ InfluxDB .. autofunction:: lvmopstools.influxdb.query_influxdb +Notifications +------------- + +.. automodule:: lvmopstools.notifications + :members: + PubSub ------