From 4eb6a6ade3718f75aef87efe253be15a78bd8069 Mon Sep 17 00:00:00 2001 From: Joseph Edwards Date: Mon, 25 May 2026 11:00:14 +0100 Subject: [PATCH] Doc: add missing tables of contents --- .../elements/bipart/bipart-helpers.rst | 16 ++++++++++++++++ .../elements/bipart/blocks-helpers.rst | 13 +++++++++++++ .../data-structures/elements/pbr/helpers.rst | 13 +++++++++++++ 3 files changed, 42 insertions(+) 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: