From 6f63aa652c2210a5f084644afad1bb44fa7494c2 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 3 Jan 2016 00:41:44 -0800 Subject: attempt to install a patched release of sphinx 1.3.3. See https://github.com/sphinx-doc/sphinx/issues/2189 --- rtd.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/rtd.txt b/rtd.txt index 142b6ca35..62b070a83 100644 --- a/rtd.txt +++ b/rtd.txt @@ -1 +1,2 @@ -e .[docs] +git+https://github.com/sphinx-doc/sphinx.git@222a51e0cf0080b74f3a8a233590c707ee4eec32#egg=sphinx-222a51e0cf0080b74f3a8a233590c707ee4eec32 -- cgit v1.2.3 From 0713ac1b2b346ea5adb88e3b66381393368434af Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 3 Jan 2016 01:08:00 -0800 Subject: undo patch of sphinx --- rtd.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/rtd.txt b/rtd.txt index 62b070a83..142b6ca35 100644 --- a/rtd.txt +++ b/rtd.txt @@ -1,2 +1 @@ -e .[docs] -git+https://github.com/sphinx-doc/sphinx.git@222a51e0cf0080b74f3a8a233590c707ee4eec32#egg=sphinx-222a51e0cf0080b74f3a8a233590c707ee4eec32 -- cgit v1.2.3 From 8a80b1094cf0ba762b30a9bae56831d4daf69e3c Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 5 Jan 2016 04:33:29 -0800 Subject: update links to tutorials in cookbook --- docs/index.rst | 6 +++--- docs/quick_tour.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 8c8a0a18d..9a34f088b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,9 +39,9 @@ speed right away. 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 - `, which include a :ref:`Todo List Application - in One File `. + the community-contributed :ref:`Pyramid Tutorials + ` and :ref:`Pyramid Cookbook + `. * For help getting Pyramid set up, try :ref:`installing_chapter`. diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst index be5be2e36..56ca53a69 100644 --- a/docs/quick_tour.rst +++ b/docs/quick_tour.rst @@ -98,7 +98,7 @@ one that we will revisit regurlarly in this *Quick Tour*. .. seealso:: See also: :ref:`Quick Tutorial Hello World `, :ref:`firstapp_chapter`, and - :ref:`Single File Tasks tutorial ` + :ref:`Todo List Application in One File ` Handling web requests and responses =================================== -- cgit v1.2.3