◐ Shell
clean mode source ↗

Infra: Add BibTeX citations to PEPs by hugovk · Pull Request #4879 · python/peps

Adds a "Cite: BibTeX" link to the bottom of each PEP. For example:

@techreport{pep8,
    author = "Guido van Rossum and Barry Warsaw and Alyssa Coghlan",
    title = "PEP 8 -- Style Guide for Python Code",
    institution = "Python Software Foundation",
    year = "2001",
    month = jul,
    type = "PEP",
    number = "8",
    url = "https://peps.python.org/pep-0008/",
}