Skip to content

Commit 116bec9

Browse files
Joseph-Edwardsjames-d-mitchell
authored andcommitted
Fix overlap links
1 parent a8d3d65 commit 116bec9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/knuth-bendix.cpp

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ system is measured.
579579
:return: The overlap policy.
580580
:rtype: overlap
581581
582-
.. seealso:: :py:class:`overlap`.
582+
.. seealso:: :any:`overlap`.
583583
)pbdoc")
584584
.def("overlap_policy",
585585
py::overload_cast<
@@ -600,7 +600,7 @@ two words in the system is measured.
600600
:return: ``self``.
601601
:rtype: KnuthBendixRewriteTrie
602602
603-
.. seealso:: :py:class:`overlap`
603+
.. seealso:: :any:`overlap`.
604604
)pbdoc");
605605
//////////////////////////////////////////////////////////////////////////
606606
// Member functions for rules and rewriting
@@ -778,11 +778,15 @@ Run the Knuth-Bendix algorithm by considering all overlaps of a given length.
778778
779779
This function runs the Knuth-Bendix algorithm on the rewriting system
780780
represented by a :any:`KnuthBendixRewriteTrie` instance by considering all overlaps of a
781-
given length :math:`n` (according to the :any:`libsemigroups_pybind11.overlap`) before those overlaps
781+
given length :math:`n` (according to the type of :any:`overlap`) before those overlaps
782782
of length :math:`n + 1`.
783783
784784
:param kb: the :any:`KnuthBendixRewriteTrie` instance.
785785
:type kb: KnuthBendixRewriteTrie
786+
787+
.. seealso:: :any:`KnuthBendixRewriteTrie.overlap_policy`
788+
789+
786790
)pbdoc");
787791
m.def(
788792
"knuth_bendix_is_reduced",

0 commit comments

Comments
 (0)