From b731b5fca253d9d95b3307490aa585e194676c01 Mon Sep 17 00:00:00 2001 From: Paul Everitt Date: Thu, 26 Sep 2013 17:41:44 -0400 Subject: Quick Tour: shorten the setup part and point to Quick Tutorial Requirements for more explanation. Cross link each Quick Tour section with its Quick Tutorial match. --- docs/quick_tutorial/databases.rst | 2 ++ docs/quick_tutorial/debugtoolbar.rst | 2 ++ docs/quick_tutorial/forms.rst | 2 ++ docs/quick_tutorial/functional_testing.rst | 2 ++ docs/quick_tutorial/hello_world.rst | 2 ++ docs/quick_tutorial/ini.rst | 2 ++ docs/quick_tutorial/jinja2.rst | 2 ++ docs/quick_tutorial/json.rst | 2 ++ docs/quick_tutorial/logging.rst | 2 ++ docs/quick_tutorial/more_view_classes.rst | 2 ++ docs/quick_tutorial/request_response.rst | 2 ++ docs/quick_tutorial/requirements.rst | 2 ++ docs/quick_tutorial/routing.rst | 2 ++ docs/quick_tutorial/scaffolds.rst | 2 ++ docs/quick_tutorial/sessions.rst | 2 ++ docs/quick_tutorial/static_assets.rst | 2 ++ docs/quick_tutorial/templating.rst | 2 ++ docs/quick_tutorial/unit_testing.rst | 2 ++ docs/quick_tutorial/view_classes.rst | 2 ++ docs/quick_tutorial/views.rst | 2 ++ 20 files changed, 40 insertions(+) (limited to 'docs/quick_tutorial') diff --git a/docs/quick_tutorial/databases.rst b/docs/quick_tutorial/databases.rst index 83cf33862..93a02ffc7 100644 --- a/docs/quick_tutorial/databases.rst +++ b/docs/quick_tutorial/databases.rst @@ -1,3 +1,5 @@ +.. _qtut_databases: + ============================== 19: Databases Using SQLAlchemy ============================== diff --git a/docs/quick_tutorial/debugtoolbar.rst b/docs/quick_tutorial/debugtoolbar.rst index 6c711e2f2..d25588c49 100644 --- a/docs/quick_tutorial/debugtoolbar.rst +++ b/docs/quick_tutorial/debugtoolbar.rst @@ -1,3 +1,5 @@ +.. _qtut_debugtoolbar: + ============================================ 04: Easier Development with ``debugtoolbar`` ============================================ diff --git a/docs/quick_tutorial/forms.rst b/docs/quick_tutorial/forms.rst index 0328ef528..e8bc0c8b4 100644 --- a/docs/quick_tutorial/forms.rst +++ b/docs/quick_tutorial/forms.rst @@ -1,3 +1,5 @@ +.. _qtut_forms: + ==================================== 18: Forms and Validation With Deform ==================================== diff --git a/docs/quick_tutorial/functional_testing.rst b/docs/quick_tutorial/functional_testing.rst index c9c99d76f..205ddf5cb 100644 --- a/docs/quick_tutorial/functional_testing.rst +++ b/docs/quick_tutorial/functional_testing.rst @@ -1,3 +1,5 @@ +.. _qtut_functional_testing: + =================================== 06: Functional Testing with WebTest =================================== diff --git a/docs/quick_tutorial/hello_world.rst b/docs/quick_tutorial/hello_world.rst index 59e088a31..c7a8eaf5e 100644 --- a/docs/quick_tutorial/hello_world.rst +++ b/docs/quick_tutorial/hello_world.rst @@ -1,3 +1,5 @@ +.. _qtut_hello_world: + ================================ 01: Single-File Web Applications ================================ diff --git a/docs/quick_tutorial/ini.rst b/docs/quick_tutorial/ini.rst index 35d6b46cc..630b1faa5 100644 --- a/docs/quick_tutorial/ini.rst +++ b/docs/quick_tutorial/ini.rst @@ -1,3 +1,5 @@ +.. _qtut_ini: + ================================================= 03: Application Configuration with ``.ini`` Files ================================================= diff --git a/docs/quick_tutorial/jinja2.rst b/docs/quick_tutorial/jinja2.rst index 134ab39ca..40d941098 100644 --- a/docs/quick_tutorial/jinja2.rst +++ b/docs/quick_tutorial/jinja2.rst @@ -1,3 +1,5 @@ +.. _qtut_jinja2: + ============================== 12: Templating With ``jinja2`` ============================== diff --git a/docs/quick_tutorial/json.rst b/docs/quick_tutorial/json.rst index c92e4eadd..ece8a61c0 100644 --- a/docs/quick_tutorial/json.rst +++ b/docs/quick_tutorial/json.rst @@ -1,3 +1,5 @@ +.. _qtut_json: + ======================================== 14: Ajax Development With JSON Renderers ======================================== diff --git a/docs/quick_tutorial/logging.rst b/docs/quick_tutorial/logging.rst index 123e8e314..0167e5249 100644 --- a/docs/quick_tutorial/logging.rst +++ b/docs/quick_tutorial/logging.rst @@ -1,3 +1,5 @@ +.. _qtut_logging: + ============================================ 16: Collecting Application Info With Logging ============================================ diff --git a/docs/quick_tutorial/more_view_classes.rst b/docs/quick_tutorial/more_view_classes.rst index 8b004f19d..2792869ac 100644 --- a/docs/quick_tutorial/more_view_classes.rst +++ b/docs/quick_tutorial/more_view_classes.rst @@ -1,3 +1,5 @@ +.. _qtut_more_view_classes: + ========================== 15: More With View Classes ========================== diff --git a/docs/quick_tutorial/request_response.rst b/docs/quick_tutorial/request_response.rst index fc5ea020d..504803804 100644 --- a/docs/quick_tutorial/request_response.rst +++ b/docs/quick_tutorial/request_response.rst @@ -1,3 +1,5 @@ +.. _qtut_request_response: + ======================================= 10: Handling Web Requests and Responses ======================================= diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst index 8afb664d4..df63ff912 100644 --- a/docs/quick_tutorial/requirements.rst +++ b/docs/quick_tutorial/requirements.rst @@ -1,3 +1,5 @@ +.. _qtut_requirements: + ============ Requirements ============ diff --git a/docs/quick_tutorial/routing.rst b/docs/quick_tutorial/routing.rst index bfae69615..54dff5c39 100644 --- a/docs/quick_tutorial/routing.rst +++ b/docs/quick_tutorial/routing.rst @@ -1,3 +1,5 @@ +.. _qtut_routing: + ========================================== 11: Dispatching URLs To Views With Routing ========================================== diff --git a/docs/quick_tutorial/scaffolds.rst b/docs/quick_tutorial/scaffolds.rst index c8f6d5c66..8ca2d27df 100644 --- a/docs/quick_tutorial/scaffolds.rst +++ b/docs/quick_tutorial/scaffolds.rst @@ -1,3 +1,5 @@ +.. _qtut_scaffolds: + ============================================= Prelude: Quick Project Startup with Scaffolds ============================================= diff --git a/docs/quick_tutorial/sessions.rst b/docs/quick_tutorial/sessions.rst index 56980f6ee..ba26d0133 100644 --- a/docs/quick_tutorial/sessions.rst +++ b/docs/quick_tutorial/sessions.rst @@ -1,3 +1,5 @@ +.. _qtut_sessions: + ================================= 17: Transient Data Using Sessions ================================= diff --git a/docs/quick_tutorial/static_assets.rst b/docs/quick_tutorial/static_assets.rst index 3c029a6bd..19d33f00f 100644 --- a/docs/quick_tutorial/static_assets.rst +++ b/docs/quick_tutorial/static_assets.rst @@ -1,3 +1,5 @@ +.. _qtut_static_assets: + ========================================== 13: CSS/JS/Images Files With Static Assets ========================================== diff --git a/docs/quick_tutorial/templating.rst b/docs/quick_tutorial/templating.rst index 136a494a0..d73067f48 100644 --- a/docs/quick_tutorial/templating.rst +++ b/docs/quick_tutorial/templating.rst @@ -1,3 +1,5 @@ +.. _qtut_templating: + =================================== 08: HTML Generation With Templating =================================== diff --git a/docs/quick_tutorial/unit_testing.rst b/docs/quick_tutorial/unit_testing.rst index a71ad0097..73b33c588 100644 --- a/docs/quick_tutorial/unit_testing.rst +++ b/docs/quick_tutorial/unit_testing.rst @@ -1,3 +1,5 @@ +.. _qtut_unit_testing: + =========================== 05: Unit Tests and ``nose`` =========================== diff --git a/docs/quick_tutorial/view_classes.rst b/docs/quick_tutorial/view_classes.rst index b55abf218..58ab43e40 100644 --- a/docs/quick_tutorial/view_classes.rst +++ b/docs/quick_tutorial/view_classes.rst @@ -1,3 +1,5 @@ +.. _qtut_view_classes: + ====================================== 09: Organizing Views With View Classes ====================================== diff --git a/docs/quick_tutorial/views.rst b/docs/quick_tutorial/views.rst index 78f038d91..15785e902 100644 --- a/docs/quick_tutorial/views.rst +++ b/docs/quick_tutorial/views.rst @@ -1,3 +1,5 @@ +.. _qtut_views: + ================================= 07: Basic Web Handling With Views ================================= -- cgit v1.2.3