summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-06-07 16:20:03 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-06-07 16:20:03 -0700
commit0e3fd5259a407bbc240b3ed791550f12a17947b4 (patch)
treed7fc048042ab2585b72ab98dba6fe51526c91c40 /www
parent5ece9aab08238445e614aab221d27decccad0c00 (diff)
downloadpython-cheetah-0e3fd5259a407bbc240b3ed791550f12a17947b4.tar.gz
Add the preliminary Sphinx versions of the CHEP documents
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
Diffstat (limited to 'www')
-rw-r--r--www/chep.rst16
-rw-r--r--www/cheps/1_chep.rst17
-rw-r--r--www/cheps/2_import.rst19
-rw-r--r--www/index.rst1
4 files changed, 53 insertions, 0 deletions
diff --git a/www/chep.rst b/www/chep.rst
new file mode 100644
index 0000000..6c6c859
--- /dev/null
+++ b/www/chep.rst
@@ -0,0 +1,16 @@
+Cheetah Enhancement Proposals
+=============================
+
+The concept of the **Cheetah Enhancement Proposal** is similar to the
+`Python Enhancement Proposal <http://www.python.org/dev/peps/>`_ in that
+they are used to outline the future development of Cheetah as both a
+language and a framework.
+
+Existing CHEPs
+--------------
+
+.. toctree::
+ :maxdepth: 2
+
+ cheps/1_chep.rst
+ cheps/2_import.rst
diff --git a/www/cheps/1_chep.rst b/www/cheps/1_chep.rst
new file mode 100644
index 0000000..89dc303
--- /dev/null
+++ b/www/cheps/1_chep.rst
@@ -0,0 +1,17 @@
+(#1) CHEP Purpose and Guidelines
+=================================
+
+
+:CHEP: 1
+:Title: CHEP Purpose and Guidelines
+:Version: 1
+:Author: R Tyler Ballance <tyler at slide.com>
+:Status: Active
+:Type: Process
+:Content-Type: text/plain
+:Created: 07-Jun-2009
+
+----
+
+Abstract
+--------
diff --git a/www/cheps/2_import.rst b/www/cheps/2_import.rst
new file mode 100644
index 0000000..0f41957
--- /dev/null
+++ b/www/cheps/2_import.rst
@@ -0,0 +1,19 @@
+(#2) Conditionalized #import behavior
+=====================================
+
+
+:CHEP: 2
+:Title: Conditionalized #import behavior
+:Version: 1
+:Author: R Tyler Ballance <tyler at slide.com>
+:Status: Active
+:Type: Standards Track
+:Content-Type: text/plain
+:Created: 07-Jun-2009
+
+----
+
+Abstract
+--------
+
+
diff --git a/www/index.rst b/www/index.rst
index bcfa124..fe3fa98 100644
--- a/www/index.rst
+++ b/www/index.rst
@@ -33,6 +33,7 @@ Contents
download.rst
roadmap.rst
documentation.rst
+ chep.rst
Cheetah in a nutshell