From 98b28d3fab8ee2b024432ca9a6e475a8c86b6a4e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 11 Apr 2011 00:25:48 -0400 Subject: fix improper use of :ref: (should have been :meth:) --- docs/designdefense.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/designdefense.rst b/docs/designdefense.rst index 8c92298b9..19deeae7c 100644 --- a/docs/designdefense.rst +++ b/docs/designdefense.rst @@ -1515,11 +1515,11 @@ Pyramid Doesn't Offer Pluggable Apps ------------------------------------ It is "Pyramidic" to compose multiple external sources into the same -configuration using :ref:`~pyramid.config.Configuration.include`. Any number -of includes can be done to compose an application; includes can even be done -from within other includes. Any directive can be used within an include that -can be used outside of one (such as -:ref:`~pyramid.config.Configurator.add_view`, etc). +configuration using :meth:`~pyramid.config.Configuration.include`. Any +number of includes can be done to compose an application; includes can even +be done from within other includes. Any directive can be used within an +include that can be used outside of one (such as +:meth:`~pyramid.config.Configurator.add_view`, etc). Pyramid has a conflict detection system that will throw an error if two included externals try to add "the same" configuration in a conflicting -- cgit v1.2.3