Skip to content

Commit

Permalink
updating docs with message library template
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronDevine committed Jun 12, 2024
1 parent d560e55 commit 3a5520b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Welcome to Pigeon's documentation!
:maxdepth: 2
:caption: Contents:

Pigeon is a combination of a `STOMP client<https://pypi.org/project/stomp-py/>`_, and a message definition system using `Pydantic<https://docs.pydantic.dev/latest/>`_ models. The message definitions can either be defined manually, or Pigeon can search for message definitions via Python entry-points. A template for message definitions is available `here<https://github.com/AllenInstitute/pigeon-msgs-cookiecutter>`_.

.. autoclass:: pigeon.Pigeon
:members:

Expand Down

0 comments on commit 3a5520b

Please sign in to comment.