diff --git a/docs/source/main-algorithms/low-index/classes/simsstats.rst b/docs/source/main-algorithms/low-index/classes/simsstats.rst index b4bc78d7e..d727e4b67 100644 --- a/docs/source/main-algorithms/low-index/classes/simsstats.rst +++ b/docs/source/main-algorithms/low-index/classes/simsstats.rst @@ -5,7 +5,7 @@ The full license is in the file LICENSE, distributed with this software. -.. currentmodule:: _libsemigroups_pybind11 +.. currentmodule:: libsemigroups_pybind11 The SimsStats class =================== diff --git a/src/libsemigroups_pybind11/__init__.py b/src/libsemigroups_pybind11/__init__.py index 5ad2f9f6d..930e03440 100644 --- a/src/libsemigroups_pybind11/__init__.py +++ b/src/libsemigroups_pybind11/__init__.py @@ -72,6 +72,7 @@ ReportGuard, Reporter, Runner, + SimsStats, StringRange, ToString, ToWord, diff --git a/src/libsemigroups_pybind11/sims.py b/src/libsemigroups_pybind11/sims.py index 526f94b2f..0d8c4fbc5 100644 --- a/src/libsemigroups_pybind11/sims.py +++ b/src/libsemigroups_pybind11/sims.py @@ -15,7 +15,6 @@ from _libsemigroups_pybind11 import ( # pylint: disable=no-name-in-module MinimalRepOrc as _MinimalRepOrc, - PresentationWord as _PresentationWord, RepOrc as _RepOrc, Sims1 as _Sims1, Sims2 as _Sims2,