Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked frompython/peps

Python Enhancement Proposals

NotificationsYou must be signed in to change notification settings

phouse512/peps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Enhancement Proposals

https://travis-ci.org/python/peps.svg?branch=master

The PEPs in this repo are published automatically on the web athttp://www.python.org/dev/peps/. To learn more about the purpose ofPEPs and how to go about writing a PEP, please start reading at PEP 1(pep-0001.txt in this repo). Note that PEP 0, the index PEP, isnow automatically generated, and not committed to the repo.

reStructuredText for PEPs

Original PEP source may be written using two standard formats, amildly idiomatic plaintext format and the reStructuredText format(also, technically plaintext). These two formats are described inPEP 9 and PEP 12 respectively. Thepep2html.py processing andinstallation script knows how to produce the HTML for either PEPformat.

For processing reStructuredText format PEPs, you need the docutilspackage, which is available fromPyPI.If you have pip,pip install docutils should install it.

Generating HTML

Do not commit changes with bad formatting. To check the formatting ofa PEP, use the Makefile. In particular, to generate HTML for PEP 999,your source code should be inpep-0999.txt and the HTML will begenerated topep-0999.html by the commandmake pep-0999.html.The default Make target generates HTML for all PEPs. If you don't haveMake, use thepep2html.py script.

About

Python Enhancement Proposals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python91.3%
  • CSS5.0%
  • C3.1%
  • Makefile0.6%

[8]ページ先頭

©2009-2025 Movatter.jp