Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
31378: fix ref duplicate [BR2010] -> [BR2010b]
Browse files Browse the repository at this point in the history
  • Loading branch information
seblabbe committed Sep 30, 2021
1 parent 7a4af93 commit 79c2834
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
55 changes: 28 additions & 27 deletions src/doc/en/reference/references/index.rst
Expand Up @@ -1070,6 +1070,27 @@ REFERENCES:
*Reverse-Engineering the S-Box of Streebog, Kuznyechik and STRIBOBr1*; in
EuroCrypt'16, pp. 372-402.
.. [Br1910] Bruckner, "Uber die Ableitung der allgemeinen Polytope und
die nach Isomorphismus verschiedenen Typen der allgemeinen
Achtzelle (Oktatope)", Verhand. Konik. Akad. Wetenschap,
Erste Sectie, 10 (1910)
.. [Br2000] Kenneth S. Brown, *Semigroups, rings, and Markov chains*,
:arxiv:`math/0006145v1`.
.. [BR2000a] \P. Barreto and V. Rijmen,
*The ANUBIS Block Cipher*; in
First Open NESSIE Workshop, (2000).
.. [BR2000b] \P. Barreto and V. Rijmen,
*The Khazad legacy-level Block Cipher*; in
First Open NESSIE Workshop, (2000).
.. [BR2000c] \P. Barreto and V. Rijmen,
*The Whirlpool hashing function*; in
First Open NESSIE Workshop, (2000).
.. [BR2010] Matthew Baker and Robert Rumely. Potential theory and dynamics on the
Berkovich projective line. Mathematical Surveys and Monographs,
Volumne 159. 2010.
Expand All @@ -1078,6 +1099,13 @@ REFERENCES:
*Noncommutative Rational Series With Applications*.
Cambridge, 2010.
.. [BR2010b] Valérie Berthé and Michel Rigo, editors. Combinatorics, automata,
and number theory, volume 135. Cambridge: Cambridge University Press, 2010.
.. [Br2016] *Bresenham's Line Algorithm*, Python, 26 December 2016.
http://www.roguebasin.com/index.php?title=Bresenham%27s_Line_Algorithm
.. [Brandes01] Ulrik Brandes,
A faster algorithm for betweenness centrality,
Journal of Mathematical Sociology 25.2 (2001): 163-177,
Expand Down Expand Up @@ -1111,33 +1139,6 @@ REFERENCES:
.. [Bro2016] \A.E. Brouwer,
Personal communication, 2016.
.. [Br1910] Bruckner, "Uber die Ableitung der allgemeinen Polytope und
die nach Isomorphismus verschiedenen Typen der allgemeinen
Achtzelle (Oktatope)", Verhand. Konik. Akad. Wetenschap,
Erste Sectie, 10 (1910)
.. [Br2000] Kenneth S. Brown, *Semigroups, rings, and Markov chains*,
:arxiv:`math/0006145v1`.
.. [BR2000a] \P. Barreto and V. Rijmen,
*The ANUBIS Block Cipher*; in
First Open NESSIE Workshop, (2000).
.. [BR2000b] \P. Barreto and V. Rijmen,
*The Khazad legacy-level Block Cipher*; in
First Open NESSIE Workshop, (2000).
.. [BR2000c] \P. Barreto and V. Rijmen,
*The Whirlpool hashing function*; in
First Open NESSIE Workshop, (2000).
.. [BR2010] Valérie Berthé and Michel Rigo, editors. Combinatorics, automata,
and number theory, volume 135. Cambridge: Cambridge University Press, 2010.
.. [Br2016] *Bresenham's Line Algorithm*, Python, 26 December 2016.
http://www.roguebasin.com/index.php?title=Bresenham%27s_Line_Algorithm
.. [Bro1982] \A. Brouwer,
*Polarities of G. Higman's symmetric design and a strongly regular
graph on 176 vertices*,
Expand Down
2 changes: 1 addition & 1 deletion src/sage/combinat/words/morphic.py
Expand Up @@ -22,7 +22,7 @@
Computing the n-th letter of a fixed point is fast as it is using the
abstract numeration system associated to the morphism and the starting
letter, see chapter 3 of the book [BR2010]_::
letter, see chapter 3 of the book [BR2010b]_::
sage: w[10000000]
'b'
Expand Down

0 comments on commit 79c2834

Please sign in to comment.