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
9 changes: 5 additions & 4 deletions docs/source/main-algorithms/knuth-bendix/helpers.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
..
Copyright (c) 2021-2024 J. D. Mitchell
Copyright (c) 2021-2026 J. D. Mitchell

Distributed under the terms of the GPL license version 3.

Expand All @@ -8,9 +8,9 @@
KnuthBendix helpers
===================

This page contains the documentation for various helper functions for
manipulating :any:`KnuthBendix` objects. All such functions are contained in the
submodule ``libsemigroups_pybind11.knuth_bendix``.
This page contains the documentation for various helper functions and classes
for manipulating :any:`KnuthBendix` objects. All these functions and classes
are contained in the submodule ``libsemigroups_pybind11.knuth_bendix``.

.. seealso::

Expand All @@ -30,6 +30,7 @@ Contents
normal_forms
partition
redundant_rule
TietzeExplorer

Full API
--------
Expand Down
Loading
Loading