Skip to content

Commit

Permalink
Fix up the CHEP outlines
Browse files Browse the repository at this point in the history
  • Loading branch information
R. Tyler Ballance committed Jun 7, 2009
1 parent 0e3fd52 commit e09b791
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 4 deletions.
3 changes: 2 additions & 1 deletion www/chep.rst
Expand Up @@ -10,7 +10,8 @@ Existing CHEPs
--------------

.. toctree::
:maxdepth: 2
:maxdepth: 1

cheps/1_chep.rst
cheps/2_import.rst
cheps/3_super.rst
11 changes: 10 additions & 1 deletion www/cheps/1_chep.rst
Expand Up @@ -8,10 +8,19 @@
:Author: R Tyler Ballance <tyler at slide.com>
:Status: Active
:Type: Process
:Content-Type: text/plain
:Content-Type: text/x-rst
:Created: 07-Jun-2009

----

Abstract
--------
One can consider the basis for all CHEP documents to be
modeled after `PEP #1 <http://www.python.org/dev/peps/pep-0001/>`_,
for this reason you should refer to `PEP #1 <http://www.python.org/dev/peps/pep-0001/>`_
for the true CHEP "purpose and guidelines" instead of them being
enumerated here (and duplicated).

Copyright
---------
This document has been placed in the public domain.
21 changes: 19 additions & 2 deletions www/cheps/2_import.rst
Expand Up @@ -6,14 +6,31 @@
:Title: Conditionalized #import behavior
:Version: 1
:Author: R Tyler Ballance <tyler at slide.com>
:Status: Active
:Status: Draft
:Type: Standards Track
:Content-Type: text/plain
:Content-Type: text/x-rst
:Created: 07-Jun-2009

----

Abstract
--------

Specification
-------------

Motivation
----------

Rationale
---------

Backwards Compatibility
-----------------------

Reference Implementation
------------------------

Copyright
---------
This document has been placed in the public domain.
36 changes: 36 additions & 0 deletions www/cheps/3_super.rst
@@ -0,0 +1,36 @@
(#3) Exposing of super() and self via Template searchList
=========================================================


:CHEP: 3
:Title: Exposing of super() and self via Template searchList
:Version: 1
:Author: R Tyler Ballance <tyler at slide.com>
:Status: Draft
:Type: Standards Track
:Content-Type: text/x-rst
:Created: 07-Jun-2009

----

Abstract
--------

Specification
-------------

Motivation
----------

Rationale
---------

Backwards Compatibility
-----------------------

Reference Implementation
------------------------

Copyright
---------
This document has been placed in the public domain.

0 comments on commit e09b791

Please sign in to comment.