From e09b79197e270a00f6361878ad6237dcda69a537 Mon Sep 17 00:00:00 2001 From: "R. Tyler Ballance" Date: Sun, 7 Jun 2009 16:28:37 -0700 Subject: Fix up the CHEP outlines --- www/chep.rst | 3 ++- www/cheps/1_chep.rst | 11 ++++++++++- www/cheps/2_import.rst | 21 +++++++++++++++++++-- www/cheps/3_super.rst | 36 ++++++++++++++++++++++++++++++++++++ 4 files changed, 67 insertions(+), 4 deletions(-) create mode 100644 www/cheps/3_super.rst (limited to 'www') diff --git a/www/chep.rst b/www/chep.rst index 6c6c859..ece151a 100644 --- a/www/chep.rst +++ b/www/chep.rst @@ -10,7 +10,8 @@ Existing CHEPs -------------- .. toctree:: - :maxdepth: 2 + :maxdepth: 1 cheps/1_chep.rst cheps/2_import.rst + cheps/3_super.rst diff --git a/www/cheps/1_chep.rst b/www/cheps/1_chep.rst index 89dc303..65c54a2 100644 --- a/www/cheps/1_chep.rst +++ b/www/cheps/1_chep.rst @@ -8,10 +8,19 @@ :Author: R Tyler Ballance :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 `_, +for this reason you should refer to `PEP #1 `_ +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. diff --git a/www/cheps/2_import.rst b/www/cheps/2_import.rst index 0f41957..8a6158d 100644 --- a/www/cheps/2_import.rst +++ b/www/cheps/2_import.rst @@ -6,9 +6,9 @@ :Title: Conditionalized #import behavior :Version: 1 :Author: R Tyler Ballance -:Status: Active +:Status: Draft :Type: Standards Track -:Content-Type: text/plain +:Content-Type: text/x-rst :Created: 07-Jun-2009 ---- @@ -16,4 +16,21 @@ Abstract -------- +Specification +------------- +Motivation +---------- + +Rationale +--------- + +Backwards Compatibility +----------------------- + +Reference Implementation +------------------------ + +Copyright +--------- +This document has been placed in the public domain. diff --git a/www/cheps/3_super.rst b/www/cheps/3_super.rst new file mode 100644 index 0000000..0c04784 --- /dev/null +++ b/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 +: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. -- cgit v1.2.1