Skip to content

Commit

Permalink
correcting docs link syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronDevine committed Jun 12, 2024
1 parent 3a5520b commit f79bc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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>`_.
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 f79bc21

Please sign in to comment.