-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a45bf14
commit cfdda4c
Showing
27 changed files
with
2,379 additions
and
681 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[codespell] | ||
skip = ./.git,./docs/_build/*,./gh-pages | ||
ignore-words-list=nd,alph,falsy,toword | ||
ignore-words-list=nd,alph,falsy,toword,noe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
.. Copyright (c) 2024 J. D. Mitchell | ||
Distributed under the terms of the GPL license version 3. | ||
The full license is in the file LICENSE, distributed with this software. | ||
Helper functions for word graphs | ||
================================ | ||
|
||
This page contains the documentation for various helper functions for | ||
manipulating word graphs. | ||
|
||
Contents | ||
-------- | ||
|
||
In ``libsemigroups_pybind11``: | ||
|
||
.. currentmodule:: libsemigroups_pybind11 | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
to_word_graph | ||
|
||
In ``libsemigroups_pybind11.word_graph``: | ||
|
||
.. currentmodule:: libsemigroups_pybind11.word_graph | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
add_cycle | ||
adjacency_matrix | ||
dot | ||
equal_to | ||
follow_path | ||
is_acyclic | ||
is_compatible | ||
is_complete | ||
is_connected | ||
is_reachable | ||
is_strictly_cyclic | ||
last_node_on_path | ||
nodes_reachable_from | ||
number_of_nodes_reachable_from | ||
random_acyclic | ||
spanning_tree | ||
standardize | ||
topological_sort | ||
|
||
Full API | ||
-------- | ||
|
||
.. currentmodule:: libsemigroups_pybind11 | ||
|
||
.. autofunction:: to_word_graph | ||
|
||
.. automodule:: libsemigroups_pybind11.word_graph | ||
:members: | ||
:imported-members: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
.. Copyright (c) 2021-2024 J. D. Mitchell | ||
Distributed under the terms of the GPL license version 3. | ||
The full license is in the file LICENSE, distributed with this software. | ||
.. currentmodule:: _libsemigroups_pybind11 | ||
|
||
The Joiner class | ||
================ | ||
|
||
.. autoclass:: Joiner | ||
:doc-only: | ||
:class-doc-from: class | ||
|
||
Contents | ||
-------- | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
~Joiner | ||
Joiner.__call__ | ||
Joiner.copy | ||
Joiner.is_subrelation | ||
|
||
Full API | ||
-------- | ||
|
||
.. autoclass:: Joiner | ||
:members: | ||
:special-members: __init__, __call__ | ||
:class-doc-from: init |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
.. Copyright (c) 2021-2024 J. D. Mitchell | ||
Distributed under the terms of the GPL license version 3. | ||
The full license is in the file LICENSE, distributed with this software. | ||
.. currentmodule:: _libsemigroups_pybind11 | ||
|
||
The Meeter class | ||
================ | ||
|
||
.. autoclass:: Meeter | ||
:doc-only: | ||
:class-doc-from: class | ||
|
||
Contents | ||
-------- | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
~Meeter | ||
Meeter.__call__ | ||
Meeter.copy | ||
Meeter.is_subrelation | ||
|
||
Full API | ||
-------- | ||
|
||
.. autoclass:: Meeter | ||
:members: | ||
:special-members: __init__, __call__ | ||
:class-doc-from: init |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.