From ae901436a61563968cc31cc636f1fbeb5e85b528 Mon Sep 17 00:00:00 2001 From: Paul Everitt Date: Sun, 11 Aug 2013 09:53:00 -0400 Subject: Per discussion with Chris, just wrap up "getting started" as the Quick Tour. Still need to do more linking and perhaps add a section on root factories, authorization, authentication. --- docs/getting_started/index.rst | 60 ------------------------------------------ 1 file changed, 60 deletions(-) delete mode 100644 docs/getting_started/index.rst (limited to 'docs/getting_started/index.rst') 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 -- cgit v1.2.3