diff --git a/docs/source/data-structures/elements/bipart/bipart-helpers.rst b/docs/source/data-structures/elements/bipart/bipart-helpers.rst index be3ab58fb..b377d2ec2 100644 --- a/docs/source/data-structures/elements/bipart/bipart-helpers.rst +++ b/docs/source/data-structures/elements/bipart/bipart-helpers.rst @@ -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: diff --git a/docs/source/data-structures/elements/bipart/blocks-helpers.rst b/docs/source/data-structures/elements/bipart/blocks-helpers.rst index fc8e1f23a..ccf80634d 100644 --- a/docs/source/data-structures/elements/bipart/blocks-helpers.rst +++ b/docs/source/data-structures/elements/bipart/blocks-helpers.rst @@ -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: diff --git a/docs/source/data-structures/elements/pbr/helpers.rst b/docs/source/data-structures/elements/pbr/helpers.rst index b57dd32cb..ae1f94519 100644 --- a/docs/source/data-structures/elements/pbr/helpers.rst +++ b/docs/source/data-structures/elements/pbr/helpers.rst @@ -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: