Skip to content
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

Add some love to the code snippets on the pep pages #889

Closed
nwjlyons opened this issue Feb 24, 2016 · 1 comment
Closed

Add some love to the code snippets on the pep pages #889

nwjlyons opened this issue Feb 24, 2016 · 1 comment
Labels
app/peps Relates to the peps app

Comments

@nwjlyons
Copy link

I'd like to see syntax highlighting via http://pygments.org/ or a frontend javascript library.

Also don't wrap code snippets on mobile.

pre.literal-block {
    white-space: pre;
    overflow-x: scroll;
    word-wrap: normal;
}
@nwjlyons nwjlyons changed the title Add some love to the code snippets in peps Add some love to the code snippets on the pep pages Feb 24, 2016
@berkerpeksag berkerpeksag added the app/peps Relates to the peps app label Apr 29, 2016
@berkerpeksag
Copy link
Member

Thank you for the report. Our goal is to host all PEPs on RtD. You can see the list of remaining tasks at https://github.com/python/peps/projects/1 I'd like to spend more time on that project instead of adding features to the legacy importer in python.org (which would also increase the risk of introducing bugs in a stable software)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app/peps Relates to the peps app
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants