Skip to content

Infra: Add BibTeX citations to PEPs#4879

Open
hugovk wants to merge 1 commit intopython:mainfrom
hugovk:bibtex
Open

Infra: Add BibTeX citations to PEPs#4879
hugovk wants to merge 1 commit intopython:mainfrom
hugovk:bibtex

Conversation

@hugovk
Copy link
Copy Markdown
Member

@hugovk hugovk commented Mar 30, 2026

Follow on from #2085.

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/",
}

Handy reference: https://www.bibtex.com/g/bibtex-format/


📚 Documentation preview 📚: https://pep-previews--4879.org.readthedocs.build/

@hugovk hugovk added the infra Core infrastructure for building and rendering PEPs label Mar 30, 2026
@hugovk hugovk requested a review from AA-Turner as a code owner March 30, 2026 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infra Core infrastructure for building and rendering PEPs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant