Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/plugins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Currently :code:`bilby` allows for the following plugin groups:

- :code:`"bilby.samplers"`: group for adding samplers to :code:`bilby`. See :ref:`Sampler plugins` for more details.

.. _sampler-plugins:

---------------
Sampler plugins
Expand Down
6 changes: 3 additions & 3 deletions docs/samplers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ A list of available samplers can be produced using
This will list native bilby samplers and any samplers available via a plugin.
If a plugin provides a sampler that is also implemented in bilby, the bilby
implementation will be labeled with the prefix `bilby.` to distinguish it from
the plugin version. See `sampler plugins`_ for more details.
the plugin version. See :ref:`sampler-plugins` for more details.


-------------------
Expand Down Expand Up @@ -185,7 +185,7 @@ Adding new samplers to bilby

We actively encourage the addition of new samplers to :code:`bilby`.
We now recommended adding support for new samplers via the sampler plugins
interface. For more details, and a template, see `sampler plugins`_.
interface. For more details, and a template, see :ref:`sampler-plugins`.

If you have a :code:`bilby` sampler plugin that you would like to be listed here,
please let us know!
Expand All @@ -212,4 +212,4 @@ will automatically be used instead of the native bilby interface.
Some samplers may require additional installation steps.

For more details about how sampler plugins, including a list of available
sampler plugins, see `sampler plugins`_.
sampler plugins, see :ref:`sampler-plugins`.
Loading