From 2b9b6cab969eab9b1976a1a9a29ed2e44e92ca6d Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 1 May 2017 21:10:30 -0500 Subject: update changelog and add whatsnew-1.9 --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index ed5b458ea..7d3393548 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -185,6 +185,7 @@ Change History .. toctree:: :maxdepth: 1 + whatsnew-1.9 whatsnew-1.8 whatsnew-1.7 whatsnew-1.6 -- cgit v1.2.3 From 4216e1f9204ea3d0d495d6edc84d8d656fc09e1d Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Thu, 15 Jun 2017 10:12:52 -0700 Subject: Use HTTPS for pylonsproject.org --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 7d3393548..e3d2835b7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,7 +5,7 @@ The Pyramid Web Framework ========================= :app:`Pyramid` is a small, fast, down-to-earth Python web framework. It is -developed as part of the `Pylons Project `_. +developed as part of the `Pylons Project `_. It is licensed under a `BSD-like license `_. Here is one of the simplest :app:`Pyramid` applications you can make: -- cgit v1.2.3 From 80ce00e7a408fc295d9eb1ffef3cdc6073a01b5e Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Thu, 15 Jun 2017 22:04:05 -0700 Subject: remove trailing slash --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index e3d2835b7..6df3023f0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,7 +5,7 @@ The Pyramid Web Framework ========================= :app:`Pyramid` is a small, fast, down-to-earth Python web framework. It is -developed as part of the `Pylons Project `_. +developed as part of the `Pylons Project `_. It is licensed under a `BSD-like license `_. Here is one of the simplest :app:`Pyramid` applications you can make: -- cgit v1.2.3 From c2161266fa7fdca8b6e7405de9a903c24b49ba69 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Thu, 15 Jun 2017 23:20:25 -0700 Subject: update contributing URL --- docs/index.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 6df3023f0..4b739d23f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -95,9 +95,7 @@ the trunk via ``git``, use either command: # Otherwise, HTTPS will work, using your GitHub login: git clone https://github.com/Pylons/pyramid.git -To find out how to become a contributor to :app:`Pyramid`, please see the -`contributor's section of the documentation -`_. +To find out how to become a contributor to :app:`Pyramid`, please see `How to Contribute Source Code and Documentation `_. .. _html_narrative_documentation: -- cgit v1.2.3 From 9f5f84dc7946207c52046808a9e2723d457ae2c9 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 22 Oct 2017 13:05:16 +0200 Subject: Move Quick Tutorial under Tutorials --- docs/index.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 4b739d23f..3cd764b2f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -35,9 +35,6 @@ speed right away. * :doc:`quick_tour` gives an overview of the major features in Pyramid, covering a little about a lot. -* :doc:`quick_tutorial/index` is similar to the Quick Tour, but in a tutorial - format, with somewhat deeper treatment of each topic and with working code. - * Like learning by example? Visit the official :ref:`html_tutorials` as well as the community-contributed :ref:`Pyramid Tutorials ` and :ref:`Pyramid Community Cookbook @@ -53,13 +50,12 @@ speed right away. Tutorials ========= -Official tutorials explaining how to use :app:`Pyramid` to build various types -of applications, and how to deploy :app:`Pyramid` applications to various -platforms. +Official tutorials provide a quick overview of :app:`Pyramid`'s features in more depth than the Quick Tour and with working code, explain how to use :app:`Pyramid` to build various types of applications, and how to deploy :app:`Pyramid` applications to various platforms. .. toctree:: :maxdepth: 1 + quick_tutorial/index tutorials/wiki2/index tutorials/wiki/index tutorials/modwsgi/index -- cgit v1.2.3