@@ -80,14 +80,16 @@ namespace libsemigroups {
8080Return whether :any:`LibsemigroupsError` messages have a C++ prefix.
8181
8282Since ``libsemigroups_pybind11`` is built on top of the C++ library
83- ``libsemigroups`` , many of the errors thrown in ``libsemigroups_pybind11``
83+ libsemigroups_ , many of the errors thrown in ``libsemigroups_pybind11``
8484emanate from C++. This function returns whether :any:`LibsemigroupsError`
8585messages contain a prefix that indicates which C++ function raised the
8686exception.
8787
8888:return: Whether :any:`LibsemigroupsError` messages contain a prefix about the
8989 C++ function that raised the exception.
9090:rtype: bool
91+
92+ .. _libsemigroups: https://libsemigroups.github.io/libsemigroups/
9193)pbdoc" );
9294 m.def (" error_message_with_prefix" ,
9395 py::overload_cast<bool >(&error_message_with_prefix),
@@ -96,14 +98,16 @@ exception.
9698Specify whether :any:`LibsemigroupsError` messages have a C++ prefix.
9799
98100Since ``libsemigroups_pybind11`` is built on top of the C++ library
99- ``libsemigroups`` , many of the errors thrown in ``libsemigroups_pybind11``
101+ libsemigroups_ , many of the errors thrown in ``libsemigroups_pybind11``
100102emanate from C++. This function specifies whether :any:`LibsemigroupsError`
101103messages should contain a prefix that indicates which C++ function raised the
102104exception. By default, this information is not included.
103105
104106:param val: Whether :any:`LibsemigroupsError` messages should contain a prefix
105107 about the C++ function that raised the exception.
106108:type val: bool
109+
110+ .. _libsemigroups: https://libsemigroups.github.io/libsemigroups/
107111)pbdoc" );
108112 }
109113} // namespace libsemigroups
0 commit comments