Skip to content

PEP 1: Reference to pep2pyramid isn't right #575

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ncoghlan opened this issue Feb 19, 2018 · 2 comments
Closed

PEP 1: Reference to pep2pyramid isn't right #575

ncoghlan opened this issue Feb 19, 2018 · 2 comments

Comments

@ncoghlan
Copy link
Contributor

PEP 1 references pep2pyramid.py in a footnote in https://www.python.org/dev/peps/pep-0001/#pep-formats-and-templates, which describes how PEPs are generated for http://legacy.python.org/dev/peps/

The relevant code for https://www.python.org/dev/peps/ is in the pythondotorg repo.

That section and the linked footnote should be adjusted to either be independent of how the website works, or else to be accurate for the current site.

@warsaw @gvanrossum Any preference on how we fix that?

I'm personally inclined towards:

  • mention in this section of PEP 1 that technical details of the current rendering pipeline can be found in the repo's README.rst
  • update README.rst as needed
@gvanrossum
Copy link
Member

gvanrossum commented Feb 19, 2018 via email

@ncoghlan
Copy link
Contributor Author

@Mariatta summarised the current rendering workflow here: #463 (comment)

I'll adapt that into a PR against PEP 1 + the README

ncoghlan added a commit to ncoghlan/peps that referenced this issue Apr 21, 2018
This removes any reference to the technical details of online PEP
publication from PEP 1, replacing it with a reference to the
README in the PEP repository.

It also updates the README with relevant cross-references to the
pythondotorg project (based on some process pointers provided by
Mariatta Wijaya).

Resolves pythonGH-575.
ncoghlan added a commit that referenced this issue Apr 27, 2018
This removes any reference to the technical details of online PEP
publication from PEP 1, replacing it with a reference to the
README in the PEP repository.

It also updates the README with relevant cross-references to the
pythondotorg project (based on some process pointers provided by
Mariatta Wijaya).

Resolves GH-575.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants