Skip to content

Commit e98b6b5

Browse files
Rename file
1 parent 1a02769 commit e98b6b5

3 files changed

Lines changed: 19 additions & 19 deletions

File tree

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 align="center">
2-
<img src ="docs/pictures/libsemigroups_pbind11_banner.svg" width="75%">
2+
<img src ="docs/pictures/libsemigroups_pybind11_banner.svg" width="75%">
33
</h1>
44

55
[![DOI](https://zenodo.org/badge/299898305.svg)](https://zenodo.org/badge/latestdoi/299898305)
@@ -10,22 +10,22 @@
1010
algorithms for computing finite and finitely presented semigroups.
1111
Namely:
1212

13-
- the [Froidure-Pin algorithm](https://www.irif.fr/~jep/PDF/Rio.pdf)
14-
for computing finite semigroups
15-
- the [Todd-Coxeter
16-
algorithm](https://en.wikipedia.org/wiki/Todd%E2%80%93Coxeter_algorithm)
17-
for finitely presented semigroups and monoids;
18-
- the [Knuth-Bendix
19-
algorithm](https://en.wikipedia.org/wiki/Knuth%E2%80%93Bendix_completion_algorithm)
20-
for finitely presented semigroups and monoids;
21-
- the [Schreier-Sims
22-
algorithm](https://en.wikipedia.org/wiki/Schreier%E2%80%93Sims_algorithm)
23-
for permutation groups;
24-
- a preliminary implementation of the
25-
[Konieczny](https://link.springer.com/article/10.1007/BF02573672)
26-
and
27-
[Lallement-McFadden](https://www.sciencedirect.com/science/article/pii/S0747717108800570)
28-
algorithm for computing finite semigroups which act on sets.
13+
- the [Froidure-Pin algorithm](https://www.irif.fr/~jep/PDF/Rio.pdf)
14+
for computing finite semigroups
15+
- the [Todd-Coxeter
16+
algorithm](https://en.wikipedia.org/wiki/Todd%E2%80%93Coxeter_algorithm)
17+
for finitely presented semigroups and monoids;
18+
- the [Knuth-Bendix
19+
algorithm](https://en.wikipedia.org/wiki/Knuth%E2%80%93Bendix_completion_algorithm)
20+
for finitely presented semigroups and monoids;
21+
- the [Schreier-Sims
22+
algorithm](https://en.wikipedia.org/wiki/Schreier%E2%80%93Sims_algorithm)
23+
for permutation groups;
24+
- a preliminary implementation of the
25+
[Konieczny](https://link.springer.com/article/10.1007/BF02573672)
26+
and
27+
[Lallement-McFadden](https://www.sciencedirect.com/science/article/pii/S0747717108800570)
28+
algorithm for computing finite semigroups which act on sets.
2929

3030
`libsemigroups_pybind11` is a python package exposing much (but not all)
3131
of the functionality of `libsemigroups`.

docs/pictures/libsemigroups_pbind11_banner.svg renamed to docs/pictures/libsemigroups_pybind11_banner.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. image:: ../pictures/libsemigroups_pbind11_banner.svg
1+
.. image:: ../pictures/libsemigroups_pybind11_banner.svg
22
:width: 75%
33
:align: center
44
:alt: libsemigroups_pybind11 banner

0 commit comments

Comments
 (0)