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
16 changes: 16 additions & 0 deletions docs/source/data-structures/elements/bipart/bipart-helpers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@ Bipartition helpers
This page contains the documentation for various helper functions for
manipulating bipartitions.

Contents
--------

.. currentmodule:: libsemigroups_pybind11.bipartition

.. autosummary::
:signatures: short

one
random
underlying_partition
uniform_random

Full API
--------

.. automodule:: libsemigroups_pybind11.bipartition
:members:
:imported-members:
Expand Down
13 changes: 13 additions & 0 deletions docs/source/data-structures/elements/bipart/blocks-helpers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ Blocks helpers
This page contains the documentation for various helper functions for
manipulating blocks.

Contents
--------

.. currentmodule:: libsemigroups_pybind11.blocks

.. autosummary::
:signatures: short

underlying_partition

Full API
--------

.. automodule:: libsemigroups_pybind11.blocks
:members:
:imported-members:
Expand Down
13 changes: 13 additions & 0 deletions docs/source/data-structures/elements/pbr/helpers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ PBR helpers
This page contains the documentation for various helper functions for
manipulating PBRs.

Contents
--------

.. currentmodule:: libsemigroups_pybind11.pbr

.. autosummary::
:signatures: short

one

Full API
--------

.. automodule:: libsemigroups_pybind11.pbr
:members:
:imported-members:
Loading