From 79c2834778aaa5238e530fd61e7fadb3cea2db23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Labb=C3=A9?= Date: Thu, 24 Jun 2021 11:05:07 +0200 Subject: [PATCH] 31378: fix ref duplicate [BR2010] -> [BR2010b] --- src/doc/en/reference/references/index.rst | 55 ++++++++++++----------- src/sage/combinat/words/morphic.py | 2 +- 2 files changed, 29 insertions(+), 28 deletions(-) diff --git a/src/doc/en/reference/references/index.rst b/src/doc/en/reference/references/index.rst index a9442ec1b35..9268a94badc 100644 --- a/src/doc/en/reference/references/index.rst +++ b/src/doc/en/reference/references/index.rst @@ -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. @@ -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, @@ -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*, diff --git a/src/sage/combinat/words/morphic.py b/src/sage/combinat/words/morphic.py index 5ed0c8bb001..b87f3a5868d 100644 --- a/src/sage/combinat/words/morphic.py +++ b/src/sage/combinat/words/morphic.py @@ -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'