From fe0de812873926ef3d9a36febf207c3dec8582f1 Mon Sep 17 00:00:00 2001 From: LuisCastilloH Date: Tue, 15 May 2018 15:50:14 -0500 Subject: Update quick tour index with cut and paste instructions --- docs/quick_tour.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/quick_tour.rst') diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst index c6e696ae3..a29a6ea9b 100644 --- a/docs/quick_tour.rst +++ b/docs/quick_tour.rst @@ -10,6 +10,7 @@ for those who want to evaluate Pyramid, whether you are new to Python web frameworks, or a pro in a hurry. For more detailed treatment of each topic, give the :ref:`quick_tutorial` a try. +If you would prefer to cut and paste the example code in this tour you may browsethe source code on `GitHub `. If you have downloaded the source code, you will find the tour in the same location. Installation ============ -- cgit v1.2.3 From d71bbc6358e1bc5a84a2d9ab637bdf32d027431c Mon Sep 17 00:00:00 2001 From: LuisCastilloH Date: Tue, 15 May 2018 16:08:10 -0500 Subject: Fix misspelling --- docs/quick_tour.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/quick_tour.rst') diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst index a29a6ea9b..6d31cdc4e 100644 --- a/docs/quick_tour.rst +++ b/docs/quick_tour.rst @@ -10,7 +10,7 @@ for those who want to evaluate Pyramid, whether you are new to Python web frameworks, or a pro in a hurry. For more detailed treatment of each topic, give the :ref:`quick_tutorial` a try. -If you would prefer to cut and paste the example code in this tour you may browsethe source code on `GitHub `. If you have downloaded the source code, you will find the tour in the same location. +If you would prefer to cut and paste the example code in this tour you may browse the source code on `GitHub `. If you have downloaded the source code, you will find the tour in the same location. Installation ============ -- cgit v1.2.3 From e6581faba90297aec9e41293be8c181f89e6816d Mon Sep 17 00:00:00 2001 From: LuisCastilloH Date: Wed, 16 May 2018 10:14:04 -0500 Subject: Update GitHub URLs for tutorials --- docs/quick_tour.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/quick_tour.rst') diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst index 6d31cdc4e..97dda98c0 100644 --- a/docs/quick_tour.rst +++ b/docs/quick_tour.rst @@ -10,7 +10,7 @@ for those who want to evaluate Pyramid, whether you are new to Python web frameworks, or a pro in a hurry. For more detailed treatment of each topic, give the :ref:`quick_tutorial` a try. -If you would prefer to cut and paste the example code in this tour you may browse the source code on `GitHub `. If you have downloaded the source code, you will find the tour in the same location. +If you would prefer to cut and paste the example code in this tour you may browse the source code located in the `Pyramid repository in the directory "docs/quick_tour" `. If you have downloaded the source code, you will find the tour in the same location. Installation ============ -- cgit v1.2.3