From 4d7625e9b69ba7218ad0ec79f25ce3769b199f54 Mon Sep 17 00:00:00 2001 From: LuisCastilloH Date: Tue, 15 May 2018 09:43:46 -0500 Subject: Add cut and paste text to quick tutorial index --- docs/quick_tutorial/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/quick_tutorial/index.rst b/docs/quick_tutorial/index.rst index b5b7b3313..f9eaee5ab 100644 --- a/docs/quick_tutorial/index.rst +++ b/docs/quick_tutorial/index.rst @@ -11,6 +11,10 @@ This hands-on tutorial covers "a little about a lot": practical introductions to the most common facilities. Fun, fast-paced, and most certainly not aimed at experts of the Pyramid web framework. +For cut and paste purposes, the source code for all stages of this tutorial can +be browsed on `GitHub `_, +which corresponds to the same location if you have Pyramid sources. + Contents ======== -- cgit v1.2.3 From c0f5f071b4d8672996b006d1ea38b870bfea1e11 Mon Sep 17 00:00:00 2001 From: LuisCastilloH Date: Tue, 15 May 2018 15:39:43 -0500 Subject: Removed for code review --- docs/quick_tutorial/index.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/quick_tutorial/index.rst b/docs/quick_tutorial/index.rst index f9eaee5ab..b5b7b3313 100644 --- a/docs/quick_tutorial/index.rst +++ b/docs/quick_tutorial/index.rst @@ -11,10 +11,6 @@ This hands-on tutorial covers "a little about a lot": practical introductions to the most common facilities. Fun, fast-paced, and most certainly not aimed at experts of the Pyramid web framework. -For cut and paste purposes, the source code for all stages of this tutorial can -be browsed on `GitHub `_, -which corresponds to the same location if you have Pyramid sources. - Contents ======== -- cgit v1.2.3 From a3b215947627a6c420a5e1cd12f7bfb23379d831 Mon Sep 17 00:00:00 2001 From: LuisCastilloH Date: Tue, 15 May 2018 15:42:28 -0500 Subject: Added cut and paste instructions in new location --- docs/quick_tutorial/tutorial_approach.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick_tutorial/tutorial_approach.rst b/docs/quick_tutorial/tutorial_approach.rst index 8da9f71b3..b76b1be40 100644 --- a/docs/quick_tutorial/tutorial_approach.rst +++ b/docs/quick_tutorial/tutorial_approach.rst @@ -15,7 +15,7 @@ This "Getting Started" tutorial is broken into independent steps, starting with the smallest possible "single file WSGI app" example. Each of these steps introduces a topic and a very small set of concepts via working code. The steps each correspond to a directory in our workspace, where each step's directory is -a Python package. +a Python package. Source code used in this tutorial is located in the `Pyramid repository in the directory "docs/quick_tutorial" `_. You may ``git clone`` the repository, download, or copy-paste the source code. If you do so, then make sure you use the same branch as this documentation. As we develop our tutorial, our directory tree will resemble the structure below: -- cgit v1.2.3 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(+) 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 71cc19fcc2cf9fe5353c4c8682088d953b37c6ae Mon Sep 17 00:00:00 2001 From: LuisCastilloH Date: Tue, 15 May 2018 15:53:00 -0500 Subject: Update wiki2 tutorial index with cut and paste instructions --- docs/tutorials/wiki2/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/wiki2/index.rst b/docs/tutorials/wiki2/index.rst index 740a7f014..32d2ad0c3 100644 --- a/docs/tutorials/wiki2/index.rst +++ b/docs/tutorials/wiki2/index.rst @@ -8,7 +8,7 @@ This tutorial introduces an :term:`SQLAlchemy` and :term:`URL dispatch`-based application with authentication and authorization. For cut and paste purposes, the source code for all stages of this tutorial can -be browsed on `GitHub `_, +be browsed on `GitHub `_, which corresponds to the same location if you have Pyramid sources. .. toctree:: -- cgit v1.2.3 From f7e065a7831439fcf35f0bedbb5f7081d0a5ee9b Mon Sep 17 00:00:00 2001 From: LuisCastilloH Date: Tue, 15 May 2018 15:55:56 -0500 Subject: Update wiki tutorial index with cut and paste instructions --- docs/tutorials/wiki/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/wiki/index.rst b/docs/tutorials/wiki/index.rst index 7bd58656b..4c107a364 100644 --- a/docs/tutorials/wiki/index.rst +++ b/docs/tutorials/wiki/index.rst @@ -10,7 +10,7 @@ finished, the developer will have created a basic Wiki application with authentication. For cut and paste purposes, the source code for all stages of this -tutorial can be browsed on GitHub at `GitHub `_ for a specific branch or version under ``docs/tutorials/wiki/src``, +tutorial can be browsed on GitHub at `GitHub `_ for a specific branch or version under ``docs/tutorials/wiki/src``, which corresponds to the same location if you have Pyramid sources. .. toctree:: -- 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(-) 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 +- docs/quick_tutorial/tutorial_approach.rst | 2 +- docs/tutorials/wiki/index.rst | 2 +- docs/tutorials/wiki2/index.rst | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) 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 ============ diff --git a/docs/quick_tutorial/tutorial_approach.rst b/docs/quick_tutorial/tutorial_approach.rst index b76b1be40..7d87b6a49 100644 --- a/docs/quick_tutorial/tutorial_approach.rst +++ b/docs/quick_tutorial/tutorial_approach.rst @@ -15,7 +15,7 @@ This "Getting Started" tutorial is broken into independent steps, starting with the smallest possible "single file WSGI app" example. Each of these steps introduces a topic and a very small set of concepts via working code. The steps each correspond to a directory in our workspace, where each step's directory is -a Python package. Source code used in this tutorial is located in the `Pyramid repository in the directory "docs/quick_tutorial" `_. You may ``git clone`` the repository, download, or copy-paste the source code. If you do so, then make sure you use the same branch as this documentation. +a Python package. Source code used in this tutorial is located in the `Pyramid repository in the directory "docs/quick_tutorial" `_. You may ``git clone`` the repository, download, or copy-paste the source code. If you do so, then make sure you use the same branch as this documentation. As we develop our tutorial, our directory tree will resemble the structure below: diff --git a/docs/tutorials/wiki/index.rst b/docs/tutorials/wiki/index.rst index 4c107a364..7bd58656b 100644 --- a/docs/tutorials/wiki/index.rst +++ b/docs/tutorials/wiki/index.rst @@ -10,7 +10,7 @@ finished, the developer will have created a basic Wiki application with authentication. For cut and paste purposes, the source code for all stages of this -tutorial can be browsed on GitHub at `GitHub `_ for a specific branch or version under ``docs/tutorials/wiki/src``, +tutorial can be browsed on GitHub at `GitHub `_ for a specific branch or version under ``docs/tutorials/wiki/src``, which corresponds to the same location if you have Pyramid sources. .. toctree:: diff --git a/docs/tutorials/wiki2/index.rst b/docs/tutorials/wiki2/index.rst index 32d2ad0c3..40a194155 100644 --- a/docs/tutorials/wiki2/index.rst +++ b/docs/tutorials/wiki2/index.rst @@ -7,8 +7,8 @@ This tutorial introduces an :term:`SQLAlchemy` and :term:`URL dispatch`-based :app:`Pyramid` application to a developer familiar with Python. When finished, the developer will have created a basic wiki application with authentication and authorization. -For cut and paste purposes, the source code for all stages of this tutorial can -be browsed on `GitHub `_, +For cut and paste purposes, the source code for all stages of this +tutorial can be browsed on GitHub at `GitHub `_ for a specific branch or version under ``docs/tutorials/wiki2/src``, which corresponds to the same location if you have Pyramid sources. .. toctree:: -- cgit v1.2.3