summaryrefslogtreecommitdiff
path: root/docs/web
diff options
context:
space:
mode:
authorianb <devnull@localhost>2008-04-27 06:27:38 +0000
committerianb <devnull@localhost>2008-04-27 06:27:38 +0000
commit95c06e05ae57ff98a42622605a0db0384f2529c9 (patch)
tree5b5aec8b028e7dce03af3f544a67d3407f68d89d /docs/web
parentad6924deae625ce803937bf8511b4985464f55ee (diff)
downloadpaste-95c06e05ae57ff98a42622605a0db0384f2529c9.tar.gz
Add basic Sphinx documentation support
Diffstat (limited to 'docs/web')
-rw-r--r--docs/web/index.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/web/index.txt b/docs/web/index.txt
deleted file mode 100644
index ac05668..0000000
--- a/docs/web/index.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-Python Paste
-++++++++++++
-
-Introduction
-============
-
-Python Paste is a web application framework framework. It uses WSGI_
-to create a framework-neutral set of components. It also assists with
-application setup and deployment.
-
-Paste includes a reimplementation of `Webware for Python`_.
-
-.. _Webware for python: http://www.webwareforpython.org
-.. _WSGI: http://www.python.org/peps/pep-0333.html
-
-To check out Paste::
-
- $ svn co http://svn.w4py.org/Paste/trunk Paste
-
-Note that it includes a script ``build-pkg`` which fetches a bunch of
-packages that make Paste more useful. A big tarball of all the
-requirements stuffed together will probably be forthcoming.