Skip to content

Commit 6020b4f

Browse files
Export SimsStats (#278)
1 parent 23314e1 commit 6020b4f

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/main-algorithms/low-index/classes/simsstats.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
The full license is in the file LICENSE, distributed with this software.
77

8-
.. currentmodule:: _libsemigroups_pybind11
8+
.. currentmodule:: libsemigroups_pybind11
99

1010
The SimsStats class
1111
===================

src/libsemigroups_pybind11/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
ReportGuard,
7373
Reporter,
7474
Runner,
75+
SimsStats,
7576
StringRange,
7677
ToString,
7778
ToWord,

src/libsemigroups_pybind11/sims.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
from _libsemigroups_pybind11 import ( # pylint: disable=no-name-in-module
1717
MinimalRepOrc as _MinimalRepOrc,
18-
PresentationWord as _PresentationWord,
1918
RepOrc as _RepOrc,
2019
Sims1 as _Sims1,
2120
Sims2 as _Sims2,

0 commit comments

Comments
 (0)