diff options
| author | Steve Piercy <web@stevepiercy.com> | 2014-02-10 03:22:33 -0600 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2014-02-10 22:32:34 -0600 |
| commit | 2033eeb3602f330930585678aac926749b9c22f7 (patch) | |
| tree | 8c0b12ea184357772b7c703f8171095dfd5226d5 /docs/narr/security.rst | |
| parent | 5ac519452613b7bd5df22293c2ccb3b9c3597ef4 (diff) | |
| download | pyramid-2033eeb3602f330930585678aac926749b9c22f7.tar.gz pyramid-2033eeb3602f330930585678aac926749b9c22f7.tar.bz2 pyramid-2033eeb3602f330930585678aac926749b9c22f7.zip | |
- Garden PR #1121
Diffstat (limited to 'docs/narr/security.rst')
| -rw-r--r-- | docs/narr/security.rst | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/docs/narr/security.rst b/docs/narr/security.rst index 9e6fb6c82..8db23a33b 100644 --- a/docs/narr/security.rst +++ b/docs/narr/security.rst @@ -113,9 +113,11 @@ authorization policies, it is an error to configure a Pyramid application with an authentication policy but without the authorization policy or vice versa. If you do this, you'll receive an error at application startup time. -See also the :mod:`pyramid.authorization` and -:mod:`pyramid.authentication` modules for alternate implementations -of authorization and authentication policies. +.. seealso:: + + See also the :mod:`pyramid.authorization` and + :mod:`pyramid.authentication` modules for alternate implementations of + authorization and authentication policies. .. index:: single: permissions @@ -495,8 +497,14 @@ is said to be *location-aware*. Location-aware objects define an ``__parent__`` attribute which points at their parent object. The root object's ``__parent__`` is ``None``. -See :ref:`location_module` for documentations of functions which use -location-awareness. See also :ref:`location_aware`. +.. seealso:: + + See also :ref:`location_module` for documentations of functions which use + location-awareness. + +.. seealso:: + + See also :ref:`location_aware`. .. index:: single: forbidden view |
