File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -579,7 +579,7 @@ system is measured.
579
579
:return: The overlap policy.
580
580
:rtype: overlap
581
581
582
- .. seealso:: :py:class :`overlap`.
582
+ .. seealso:: :any :`overlap`.
583
583
)pbdoc" )
584
584
.def (" overlap_policy" ,
585
585
py::overload_cast<
@@ -600,7 +600,7 @@ two words in the system is measured.
600
600
:return: ``self``.
601
601
:rtype: KnuthBendixRewriteTrie
602
602
603
- .. seealso:: :py:class: `overlap`
603
+ .. seealso:: :any: `overlap`.
604
604
)pbdoc" );
605
605
// ////////////////////////////////////////////////////////////////////////
606
606
// Member functions for rules and rewriting
@@ -778,11 +778,15 @@ Run the Knuth-Bendix algorithm by considering all overlaps of a given length.
778
778
779
779
This function runs the Knuth-Bendix algorithm on the rewriting system
780
780
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
782
782
of length :math:`n + 1`.
783
783
784
784
:param kb: the :any:`KnuthBendixRewriteTrie` instance.
785
785
:type kb: KnuthBendixRewriteTrie
786
+
787
+ .. seealso:: :any:`KnuthBendixRewriteTrie.overlap_policy`
788
+
789
+
786
790
)pbdoc" );
787
791
m.def (
788
792
" knuth_bendix_is_reduced" ,
You can’t perform that action at this time.
0 commit comments