From 673b17e067491a7a5fa15ca1e23c445368e56424 Mon Sep 17 00:00:00 2001 From: Will Riley Date: Sat, 10 May 2025 11:20:50 +0200 Subject: [PATCH 1/4] Update CITATION with BibLaTex instructions and correct formatting of author syntax. --- CITATION | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/CITATION b/CITATION index d4e9d8ec7a1..47503d13cef 100644 --- a/CITATION +++ b/CITATION @@ -1,16 +1,28 @@ NOTE: Change "x.y" by the version you use. If you are unsure about which version -you are using run: `pip show pytest`. +you are using run: `pip show pytest`. Do not include the patch number (i.e., z in x.y.z) Text: [pytest] pytest x.y, 2004 Krekel et al., https://github.com/pytest-dev/pytest +BibLaTeX: + +@software{pytest, + title = {pytest x.y}, + author = {Holger Krekel and Bruno Oliveira and Ronny Pfannschmidt and Floris Bruynooghe and Brianna Laugher and Florian Bruhin}, + year = {2004}, + version = {x.y}, + url = {https://github.com/pytest-dev/pytest}, + note = {Contributors: Holger Krekel and Bruno Oliveira and Ronny Pfannschmidt and Floris Bruynooghe and Brianna Laugher and Florian Bruhin and others} +} + BibTeX: -@misc{pytestx.y, - title = {pytest x.y}, - author = {Krekel, Holger and Oliveira, Bruno and Pfannschmidt, Ronny and Bruynooghe, Floris and Laugher, Brianna and Bruhin, Florian}, - year = {2004}, - url = {https://github.com/pytest-dev/pytest}, +@misc{pytest, + author = {Holger Krekel and Bruno Oliveira and Ronny Pfannschmidt and Floris Bruynooghe and Brianna Laugher and Florian Bruhin}, + title = {pytest x.y}, + year = {2004}, + howpublished = {\url{https://github.com/pytest-dev/pytest}}, + note = {Version x.y. Contributors include Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe and others} } From bec6223bb5a09fc788c74ad9d81ad79b04bee0e8 Mon Sep 17 00:00:00 2001 From: Will Riley Date: Sat, 10 May 2025 11:23:34 +0200 Subject: [PATCH 2/4] Update AUTHORS Added my name to authors. --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index 1dfa55b131f..9be48958485 100644 --- a/AUTHORS +++ b/AUTHORS @@ -472,6 +472,7 @@ Volodymyr Kochetkov Volodymyr Piskun Wei Lin Wil Cooley +Will Riley William Lee Wim Glenn Wouter van Ackooy From c82406ba84b32da039c012de7ed689ec140e6bce Mon Sep 17 00:00:00 2001 From: Will Riley Date: Sat, 10 May 2025 11:42:58 +0200 Subject: [PATCH 3/4] Create 13415.improvement.rst --- changelog/13415.improvement.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/13415.improvement.rst diff --git a/changelog/13415.improvement.rst b/changelog/13415.improvement.rst new file mode 100644 index 00000000000..61667f15c7b --- /dev/null +++ b/changelog/13415.improvement.rst @@ -0,0 +1,5 @@ +The author metadata of the BibTex example is now correctly formatted with last names following first names. +An example of BibLaTex has been added. +BibTex and BibLaTex examples now clearly indicate that what is cited is software. + +-- by :user:`willynilly` From 62ffce55a50c2a04d78f2d3fcd2a22a086492c12 Mon Sep 17 00:00:00 2001 From: Will Riley Date: Sat, 10 May 2025 12:01:19 +0200 Subject: [PATCH 4/4] Update CITATION with two names and English comma. --- CITATION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION b/CITATION index 47503d13cef..98beee72209 100644 --- a/CITATION +++ b/CITATION @@ -24,5 +24,5 @@ BibTeX: title = {pytest x.y}, year = {2004}, howpublished = {\url{https://github.com/pytest-dev/pytest}}, - note = {Version x.y. Contributors include Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe and others} + note = {Version x.y. Contributors include Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin, and others.} }