aboutsummaryrefslogtreecommitdiffstats
path: root/mako/runtime.py
diff options
context:
space:
mode:
Diffstat (limited to 'mako/runtime.py')
-rw-r--r--mako/runtime.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/mako/runtime.py b/mako/runtime.py
index b5fa944..c483617 100644
--- a/mako/runtime.py
+++ b/mako/runtime.py
@@ -406,8 +406,13 @@ class Namespace(object):
This accessor allows templates to supply "scalar"
attributes which are particularly handy in inheritance
- relationships. See the example in
- :ref:`inheritance_toplevel`.
+ relationships.
+
+ .. seealso::
+
+ :ref:`inheritance_attr`
+
+ :ref:`namespace_attr_for_includes`
"""
return _NSAttr(self)