Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -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
===================
Expand Down
1 change: 1 addition & 0 deletions src/libsemigroups_pybind11/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
ReportGuard,
Reporter,
Runner,
SimsStats,
StringRange,
ToString,
ToWord,
Expand Down
1 change: 0 additions & 1 deletion src/libsemigroups_pybind11/sims.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down