summaryrefslogtreecommitdiff
path: root/docs/narr/viewconfig.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-09-27 21:53:03 -0500
committerMichael Merickel <michael@merickel.org>2018-09-27 21:53:03 -0500
commitf081ae991a9107363fceeeeccd361c2f85bdd046 (patch)
tree85dc0cae8faffbf77bd539c4558e0126b9af79cd /docs/narr/viewconfig.rst
parentc3c83eb71ff3352cee754b404ad4d65ab02fa464 (diff)
downloadpyramid-f081ae991a9107363fceeeeccd361c2f85bdd046.tar.gz
pyramid-f081ae991a9107363fceeeeccd361c2f85bdd046.tar.bz2
pyramid-f081ae991a9107363fceeeeccd361c2f85bdd046.zip
fix docs
Diffstat (limited to 'docs/narr/viewconfig.rst')
-rw-r--r--docs/narr/viewconfig.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/narr/viewconfig.rst b/docs/narr/viewconfig.rst
index cd49d6e94..7e6617b78 100644
--- a/docs/narr/viewconfig.rst
+++ b/docs/narr/viewconfig.rst
@@ -352,7 +352,7 @@ configured view.
If ``accept`` is not specified, the ``HTTP_ACCEPT`` HTTP header is not taken into consideration when deciding whether or not to invoke the associated view callable.
- See :ref:`accept_content_negotation` for more information.
+ See :ref:`accept_content_negotiation` for more information.
.. versionchanged:: 1.10
Media ranges such as ``text/*`` will now raise :class:`pyramid.exceptions.ConfigurationError`.
@@ -1028,9 +1028,9 @@ these values.
.. index::
single: Accept
- single: Accept content negotation
+ single: Accept content negotiation
-.. _accept_content_negotation:
+.. _accept_content_negotiation:
Accept Header Content Negotiation
---------------------------------
@@ -1084,6 +1084,9 @@ For example:
In this case, the ``application/json`` view should always be selected in cases where it is otherwise ambiguous.
+.. index::
+ single: default accept ordering
+
.. _default_accept_ordering:
Default Accept Ordering