From 1cb30e690a7ba97db212e7ec9002fd83f950b0bd Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 23 Apr 2016 02:45:04 -0700 Subject: Fix all the stinky linkie rot via `make linkcheck SPHINXBUILD=$VENV/bin/sphinx-build`, but don't bother with HISTORY.txt or whatsnew-xx --- docs/index.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index aecc26d2e..ad667684c 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: @@ -70,15 +70,17 @@ platforms. Support and Development ======================= -The `Pylons Project web site `_ is the main online -source of :app:`Pyramid` support and development information. +The `Pylons Project web site `_ is the main +online source of :app:`Pyramid` support and development information. To report bugs, use the `issue tracker `_. If you've got questions that aren't answered by this documentation, contact the -`Pylons-discuss maillist `_ or -join the `#pyramid IRC channel `_. +`Pylons-discuss maillist +`_ or join the +`#pyramid IRC channel +`_. Browse and check out tagged and trunk versions of :app:`Pyramid` via the `Pyramid GitHub repository `_. To check out -- cgit v1.2.3 From a1aa71ac60fbaac4fc0fbc3d4846fb9f33d2ad07 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 8 May 2016 12:35:16 -0700 Subject: - use cleaner URL for IRC --- 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 ad667684c..452666dc8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -80,7 +80,7 @@ If you've got questions that aren't answered by this documentation, contact the `Pylons-discuss maillist `_ or join the `#pyramid IRC channel -`_. +`_. Browse and check out tagged and trunk versions of :app:`Pyramid` via the `Pyramid GitHub repository `_. To check out -- cgit v1.2.3 From 3a32502ee74b1a966e9e122b9d76551ec2cd7e80 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 14 May 2016 22:47:01 -0700 Subject: fix punctuation --- 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 452666dc8..f337174b1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -167,7 +167,7 @@ Comprehensive reference material for every public API exposed by ``p*`` Scripts Documentation ============================ -``p*`` scripts included with :app:`Pyramid`:. +``p*`` scripts included with :app:`Pyramid`. .. toctree:: :maxdepth: 1 -- cgit v1.2.3 From 9337737a9ce2403c724cdd4d3ce8a7f0e5e85e47 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 15 May 2016 03:03:37 -0700 Subject: fix headings and suffices --- docs/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index f337174b1..cb63832c1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,7 +18,7 @@ After you install :app:`Pyramid` and run this application, when you visit this application works. -.. _html_getting_started: +.. _getting_started: Getting Started =============== @@ -60,9 +60,9 @@ platforms. .. toctree:: :maxdepth: 1 - tutorials/wiki2/index.rst - tutorials/wiki/index.rst - tutorials/modwsgi/index.rst + tutorials/wiki2/index + tutorials/wiki/index + tutorials/modwsgi/index .. _support-and-development: -- cgit v1.2.3 From dcb5d6922b8939963ed1995bc04fe096b9b0d6ae Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 16 May 2016 00:53:00 -0700 Subject: Change link from pylonsproject.org to trypyramid.com --- docs/index.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index cb63832c1..d4476a952 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -70,8 +70,9 @@ platforms. Support and Development ======================= -The `Pylons Project web site `_ is the main -online source of :app:`Pyramid` support and development information. +The `Pyramid website `_ is the main +entry point to :app:`Pyramid` web framework resources for support and +development information. To report bugs, use the `issue tracker `_. -- cgit v1.2.3 From 88030f98e792c4f9723faba80de0a79784238725 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 16 May 2016 01:02:49 -0700 Subject: remove stray / --- 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 d4476a952..02c35866a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -70,7 +70,7 @@ platforms. Support and Development ======================= -The `Pyramid website `_ is the main +The `Pyramid website `_ is the main entry point to :app:`Pyramid` web framework resources for support and development information. -- cgit v1.2.3