summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-01-14 02:55:04 -0800
committerSteve Piercy <web@stevepiercy.com>2016-01-14 02:55:04 -0800
commit34515f33b3e391dd1c0c727bf5ef4af586b57889 (patch)
tree44d5016a6699993d92d3f0e19780152194a58870 /docs/narr
parent5dfb7824ba6d0f20a2dfd527f9bafa1db9263a08 (diff)
downloadpyramid-34515f33b3e391dd1c0c727bf5ef4af586b57889.tar.gz
pyramid-34515f33b3e391dd1c0c727bf5ef4af586b57889.tar.bz2
pyramid-34515f33b3e391dd1c0c727bf5ef4af586b57889.zip
Rename Cookbook to Pyramid Community Cookbook
- use .rst intersphinx labels for pages instead of broken URLs
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/advconfig.rst7
-rw-r--r--docs/narr/i18n.rst6
-rw-r--r--docs/narr/introduction.rst3
3 files changed, 7 insertions, 9 deletions
diff --git a/docs/narr/advconfig.rst b/docs/narr/advconfig.rst
index ba9bd1352..bdcdf45a4 100644
--- a/docs/narr/advconfig.rst
+++ b/docs/narr/advconfig.rst
@@ -417,7 +417,6 @@ added in configuration execution order.
More Information
----------------
-For more information, see the article `"A Whirlwind Tour of Advanced
-Configuration Tactics"
-<http://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/configuration/whirlwind_tour.html>`_
-in the Pyramid Cookbook.
+For more information, see the article :ref:`A Whirlwind Tour of Advanced
+Configuration Tactics <cookbook:whirlwind-adv-conf>` in the Pyramid Community
+Cookbook.
diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst
index bb0bbe511..ecc48aa2b 100644
--- a/docs/narr/i18n.rst
+++ b/docs/narr/i18n.rst
@@ -666,9 +666,9 @@ can always use the more manual translation facility described in
Mako Pyramid i18n Support
-------------------------
-There exists a recipe within the :term:`Pyramid Cookbook` named ":ref:`Mako
-Internationalization <cookbook:mako_i18n>`" which explains how to add idiomatic
-i18n support to :term:`Mako` templates.
+There exists a recipe within the :term:`Pyramid Community Cookbook` named
+:ref:`Mako Internationalization <cookbook:mako_i18n>` which explains how to add
+idiomatic i18n support to :term:`Mako` templates.
.. index::
single: localization deployment settings
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst
index 40f465b0a..422db557e 100644
--- a/docs/narr/introduction.rst
+++ b/docs/narr/introduction.rst
@@ -892,8 +892,7 @@ also maintain a "cookbook" of recipes, which are usually demonstrations of
common integration scenarios too specific to add to the official narrative
docs. In any case, the Pyramid documentation is comprehensive.
-Example: The Pyramid Cookbook at
-http://docs.pylonsproject.org/projects/pyramid-cookbook/en/latest/.
+Example: The :ref:`Pyramid Community Cookbook <cookbook:pyramid-cookbook>`.
.. index::
single: Pylons Project