summaryrefslogtreecommitdiff
path: root/vendor/CherryPy-3.2.0/sphinx/source/progguide/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/CherryPy-3.2.0/sphinx/source/progguide/index.rst')
-rw-r--r--vendor/CherryPy-3.2.0/sphinx/source/progguide/index.rst35
1 files changed, 0 insertions, 35 deletions
diff --git a/vendor/CherryPy-3.2.0/sphinx/source/progguide/index.rst b/vendor/CherryPy-3.2.0/sphinx/source/progguide/index.rst
deleted file mode 100644
index 0049441..0000000
--- a/vendor/CherryPy-3.2.0/sphinx/source/progguide/index.rst
+++ /dev/null
@@ -1,35 +0,0 @@
-******************
-Programmer's Guide
-******************
-
-When you build a web application, you need more than just headers and bodies.
-Here are a number of discussions on how to add higher-level features to your
-CherryPy application, and how to leverage some of the power of HTTP.
-
-Features
-========
-
-.. toctree::
- :maxdepth: 2
-
- choosingtemplate
- Exceptions </refman/_cperror>
- files/index
- Logging </refman/_cplogging>
- responsetimeouts
- Sessions </refman/lib/sessions>
- extending/index
-
-
-HTTP details
-============
-
-.. toctree::
- :maxdepth: 2
-
- cookies
- customheaders
- Request Bodies </refman/_cpreqbody>
- REST
- streaming
-