Skip to content

Commit ff1661f

Browse files
doc: fix some links
1 parent 4b210b5 commit ff1661f

3 files changed

Lines changed: 11 additions & 13 deletions

File tree

docs/source/authors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ Contributors
3333
- Chinmaya Nagpal (chinmaya1011@gmail.com) resolved some issues with the
3434
packaging.
3535

36-
.. _nicolas thiery: http://nicolas.thiery.name/
36+
.. _nicolas thiery: https://nicolas.thiery.name/

docs/source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ presented, semigroups and monoids. The main algorithms implemented in
2121
is decidable (such as transformations, partial permutations, permutations,
2222
bipartitions, and matrices over a semiring);
2323
- Kambites' algorithm for solving the word problem in small overlap monoids
24-
from `Small overlap monoids I: The word problem <Small overlap monoids I>`_,
24+
from
25+
`Small overlap monoids I: The word problem <https://doi.org/10.1016/j.jalgebra.2008.09.038>`_,
2526
and the algorithm from
2627
`An explicit algorithm for normal forms in small overlap monoids`_;
2728
- the `Knuth-Bendix algorithm`_ for finitely presented semigroups and monoids;
@@ -48,11 +49,10 @@ presented, semigroups and monoids. The main algorithms implemented in
4849
see also `The Todd-Coxeter algorithm for semigroups and monoids`_.
4950

5051
`libsemigroups`_ is partly based on
51-
`Algorithms for computing finite semigroups <Froidure-Pin algorithm>`_,
52+
`Algorithms for computing finite semigroups <https://www.irif.fr/~jep/PDF/Rio.pdf>`_,
5253
`Expository Slides`_, and `Semigroupe 2.01`_ by `Jean-Eric Pin`_.
5354

5455
.. _Froidure-Pin algorithm: https://www.irif.fr/~jep/PDF/Rio.pdf
55-
.. _Small overlap monoids I: https://doi.org/10.1016/j.jalgebra.2008.09.038
5656
.. _An explicit algorithm for normal forms in small overlap monoids: https://doi.org/10.1016/j.jalgebra.2023.04.019
5757
.. _Knuth-Bendix algorithm: https://en.wikipedia.org/wiki/Knuth%E2%80%93Bendix_completion_algorithm
5858
.. _Computing finite index congruences of finitely presented semigroups and monoids: https://arxiv.org/abs/2302.06295

docs/source/libsemigroups.bib

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ @article{Aho1975aa
7676
title = {Efficient string matching: an aid to bibliographic search},
7777
volume = {18},
7878
issn = {0001-0782, 1557-7317},
79-
url = {https://dl.acm.org/doi/10.1145/360825.360855},
79+
url = {https://doi.org/10.1145/360825.360855},
8080
doi = {10.1145/360825.360855},
8181
shorttitle = {Efficient string matching},
8282
abstract = {This paper describes a simple, efficient algorithm to locate all occurrences of any of a finite number of keywords in a string of text. The algorithm consists of constructing a finite state pattern matching machine from the keywords and then using the pattern matching machine to process the text string in a single pass. Construction of the pattern matching machine takes time proportional to the sum of the lengths of the keywords. The number of state transitions made by the pattern matching machine in processing the text string is independent of the number of keywords. The algorithm has been used to improve the speed of a library bibliographic search program by a factor of 5 to 10.},
@@ -410,17 +410,15 @@ @article{Moore1897aa
410410
year = 1897}
411411

412412
@book{Sims1994aa,
413-
address = {Cambridge,, England, New York},
414413
author = {Sims, Charles C.},
415-
date-added = {2019-10-23 12:55:38 +0100},
416-
date-modified = {2019-10-23 12:55:38 +0100},
417-
isbn = {0-521-43213-8},
414+
collection = {Encyclopedia of Mathematics and its Applications},
415+
place = {Cambridge},
418416
publisher = {Cambridge University Press},
419-
series = {Encyclopedia of mathematics and its applications},
420-
title = {Computation with finitely presented groups},
421-
url = {http://opac.inria.fr/record=b1082972},
417+
series = {Encyclopedia of Mathematics and its Applications},
418+
title = {Computation with Finitely Presented Groups},
419+
url = {https://doi.org/10.1017/CBO9780511574702},
422420
year = 1994,
423-
bdsk-url-1 = {http://opac.inria.fr/record=b1082972}}
421+
}
424422

425423
@book{Knuth2009aa,
426424
author = {Knuth, Donald E.},

0 commit comments

Comments
 (0)