We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23314e1 commit 6020b4fCopy full SHA for 6020b4f
3 files changed
docs/source/main-algorithms/low-index/classes/simsstats.rst
@@ -5,7 +5,7 @@
5
6
The full license is in the file LICENSE, distributed with this software.
7
8
-.. currentmodule:: _libsemigroups_pybind11
+.. currentmodule:: libsemigroups_pybind11
9
10
The SimsStats class
11
===================
src/libsemigroups_pybind11/__init__.py
@@ -72,6 +72,7 @@
72
ReportGuard,
73
Reporter,
74
Runner,
75
+ SimsStats,
76
StringRange,
77
ToString,
78
ToWord,
src/libsemigroups_pybind11/sims.py
@@ -15,7 +15,6 @@
15
16
from _libsemigroups_pybind11 import ( # pylint: disable=no-name-in-module
17
MinimalRepOrc as _MinimalRepOrc,
18
- PresentationWord as _PresentationWord,
19
RepOrc as _RepOrc,
20
Sims1 as _Sims1,
21
Sims2 as _Sims2,
0 commit comments