@@ -24,6 +24,10 @@ permuta
2424Permuta is a Python library for working with perms (short for permutations),
2525patterns, and mesh patterns.
2626
27+ If this code is useful to you in your work, please consider citing it. To generate a
28+ BibTeX entry (or another format), click the "DOI" badge above and locate the "Cite As"
29+ section.
30+
2731If you need support, you can join us in our `Discord support server `_.
2832
2933.. _Discord support server : https://discord.gg/ngPZVT5
@@ -259,7 +263,7 @@ and a class (no class will use the set of all permutations).
259263 >> > depth.distribution_up_to(4 , Av.from_string(" 123" ))
260264 [[1 ], [1 ], [1 , 1 ], [0 , 2 , 3 ], [0 , 0 , 3 , 7 , 4 ]]
261265
262- Given a bijection as a dictionary, we can check which statistics are preserved with
266+ Given a bijection as a dictionary, we can check which statistics are preserved with
263267``check_all_preservations `` and which are transformed with ``check_all_transformed ``
264268
265269.. code-block :: python
@@ -499,9 +503,9 @@ BSD-3: see the `LICENSE <https://github.com/PermutaTriangle/Permuta/blob/master/
499503Citing
500504######
501505
502- If you found this library helpful with your research and would like to cite us,
503- you can use the following `BibTeX `_ or go to `Zenodo `_ for alternative formats.
506+ If you found this library helpful with your research and would like to cite us,
507+ you can use the following `BibTeX `_ or go to `Zenodo `_ for alternative formats.
504508
505509.. _BibTex : https://zenodo.org/record/4725759/export/hx#.YImTibX7SUk
506510
507- .. _Zenodo : https://doi.org/10.5281/zenodo.4725759
511+ .. _Zenodo : https://doi.org/10.5281/zenodo.4725759
0 commit comments