@@ -24,6 +24,10 @@ permuta
24
24
Permuta is a Python library for working with perms (short for permutations),
25
25
patterns, and mesh patterns.
26
26
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
+
27
31
If you need support, you can join us in our `Discord support server `_.
28
32
29
33
.. _Discord support server : https://discord.gg/ngPZVT5
@@ -259,7 +263,7 @@ and a class (no class will use the set of all permutations).
259
263
>> > depth.distribution_up_to(4 , Av.from_string(" 123" ))
260
264
[[1 ], [1 ], [1 , 1 ], [0 , 2 , 3 ], [0 , 0 , 3 , 7 , 4 ]]
261
265
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
263
267
``check_all_preservations `` and which are transformed with ``check_all_transformed ``
264
268
265
269
.. code-block :: python
@@ -499,9 +503,9 @@ BSD-3: see the `LICENSE <https://github.com/PermutaTriangle/Permuta/blob/master/
499
503
Citing
500
504
######
501
505
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.
504
508
505
509
.. _BibTex : https://zenodo.org/record/4725759/export/hx#.YImTibX7SUk
506
510
507
- .. _Zenodo : https://doi.org/10.5281/zenodo.4725759
511
+ .. _Zenodo : https://doi.org/10.5281/zenodo.4725759
0 commit comments