From f081ae991a9107363fceeeeccd361c2f85bdd046 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Thu, 27 Sep 2018 21:53:03 -0500 Subject: fix docs --- docs/narr/viewconfig.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3