Skip to content

Commit 2341837

Browse files
authored
[no ci] docs: change ref function to func (#382)
:py:function: is invalid, has to be :py:func:
1 parent 5c5bc6b commit 2341837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bayesflow/simulators/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
This module provides :py:class:`~bayesflow.simulators.Simulator`, :py:function:`~bayesflow.simulators.make_simulator`,
2+
This module provides :py:class:`~bayesflow.simulators.Simulator`, :py:func:`~bayesflow.simulators.make_simulator`,
33
and several other kinds of :py:class:`~bayesflow.simulators.Simulator` implementations, which serve as generative
44
mathematical models, or data generating processes, with their primary function being to sample data.
55
"""

0 commit comments

Comments
 (0)