Skip to content

Commit 44deff9

Browse files
authored
Update citation files (#13416)
* 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. Closes #13415
1 parent 89b84cb commit 44deff9

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ Volodymyr Kochetkov
472472
Volodymyr Piskun
473473
Wei Lin
474474
Wil Cooley
475+
Will Riley
475476
William Lee
476477
Wim Glenn
477478
Wouter van Ackooy

CITATION

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,28 @@
11
NOTE: Change "x.y" by the version you use. If you are unsure about which version
2-
you are using run: `pip show pytest`.
2+
you are using run: `pip show pytest`. Do not include the patch number (i.e., z in x.y.z)
33

44
Text:
55

66
[pytest] pytest x.y, 2004
77
Krekel et al., https://github.com/pytest-dev/pytest
88

9+
BibLaTeX:
10+
11+
@software{pytest,
12+
title = {pytest x.y},
13+
author = {Holger Krekel and Bruno Oliveira and Ronny Pfannschmidt and Floris Bruynooghe and Brianna Laugher and Florian Bruhin},
14+
year = {2004},
15+
version = {x.y},
16+
url = {https://github.com/pytest-dev/pytest},
17+
note = {Contributors: Holger Krekel and Bruno Oliveira and Ronny Pfannschmidt and Floris Bruynooghe and Brianna Laugher and Florian Bruhin and others}
18+
}
19+
920
BibTeX:
1021

11-
@misc{pytestx.y,
12-
title = {pytest x.y},
13-
author = {Krekel, Holger and Oliveira, Bruno and Pfannschmidt, Ronny and Bruynooghe, Floris and Laugher, Brianna and Bruhin, Florian},
14-
year = {2004},
15-
url = {https://github.com/pytest-dev/pytest},
22+
@misc{pytest,
23+
author = {Holger Krekel and Bruno Oliveira and Ronny Pfannschmidt and Floris Bruynooghe and Brianna Laugher and Florian Bruhin},
24+
title = {pytest x.y},
25+
year = {2004},
26+
howpublished = {\url{https://github.com/pytest-dev/pytest}},
27+
note = {Version x.y. Contributors include Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin, and others.}
1628
}

changelog/13415.improvement.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
The author metadata of the BibTex example is now correctly formatted with last names following first names.
2+
An example of BibLaTex has been added.
3+
BibTex and BibLaTex examples now clearly indicate that what is cited is software.
4+
5+
-- by :user:`willynilly`

0 commit comments

Comments
 (0)