Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ Volodymyr Kochetkov
Volodymyr Piskun
Wei Lin
Wil Cooley
Will Riley
William Lee
Wim Glenn
Wouter van Ackooy
Expand Down
24 changes: 18 additions & 6 deletions CITATION
Original file line number Diff line number Diff line change
@@ -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, Brianna Laugher, Florian Bruhin, and others.}
}
5 changes: 5 additions & 0 deletions changelog/13415.improvement.rst
Original file line number Diff line number Diff line change
@@ -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`