Skip to content

Commit

Permalink
Update changelog and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 22, 2024
1 parent bfc605c commit 75234ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.


Expand Down
6 changes: 6 additions & 0 deletions docs/sphinx/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ InfluxDB

.. autofunction:: lvmopstools.influxdb.query_influxdb

Notifications
-------------

.. automodule:: lvmopstools.notifications
:members:

PubSub
------

Expand Down

0 comments on commit 75234ef

Please sign in to comment.