summaryrefslogtreecommitdiff
path: root/docs/getting_started/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting_started/index.rst')
-rw-r--r--docs/getting_started/index.rst60
1 files changed, 0 insertions, 60 deletions
diff --git a/docs/getting_started/index.rst b/docs/getting_started/index.rst
deleted file mode 100644
index b7ab3c7bb..000000000
--- a/docs/getting_started/index.rst
+++ /dev/null
@@ -1,60 +0,0 @@
-============================
-Getting Started With Pyramid
-============================
-
-Welcome to Pyramid, the Python web framework that lets you start small
-and finish big. Whether you are new to Python web development or you're
-an experienced developer wanting a quick look at the major
-features, this guide provides a convenient entry point with independent
-chapters for each topic.
-
-About This Guide
-================
-
-Evaluators want to jump right into a particular topic. This *Getting
-Started* guide is structured with chapter titles that focuses on a
-particular aspect of web development. Each chapter is autonomous and
-you don't have to follow from beginning to end.
-
-By definition, each topic is covered at a high level. To make it easy
-to get to in-depth treatment, the chapters provide interlinking with
-the full treatment in the :ref:`html_narrative_documentation`.
-
-This guide is part of the official documentation. If you find a bug,
-you can report it using the same facilities as the described in the
-software's :ref:`support-and-development`.
-
-Notes
-=====
-
-- Cover static urls and asset specifications, resolving, replacing
-
-.. toctree::
- :maxdepth: 1
-
- gettingstarted
-
-
-Contents
-========
-
-.. toctree::
- :maxdepth: 2
-
- quick_glance
- scaffolds
- configuration
- routes
- views
- templates
- static_assets
- pserve
- testing
- forms
- databases
- security
- json
- sessions
- internationalization
- special_views
- top_ten \ No newline at end of file