summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/introspector.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/narr/introspector.rst b/docs/narr/introspector.rst
index 6bdca645c..11d779854 100644
--- a/docs/narr/introspector.rst
+++ b/docs/narr/introspector.rst
@@ -514,6 +514,21 @@ introspectables in categories not described here.
The ``over`` argument passed to ``add_tween`` (a string).
+``static views``
+
+ Each introspectable in the ``static views`` category represents a call to
+ :meth:`pyramid.config.Configurator.add_static_view`; each will have the
+ following data.
+
+ ``name``
+
+ The ``name`` argument provided to ``add_static_view``.
+
+ ``spec``
+
+ A normalized version of the ``spec`` argument provided to
+ ``add_static_view``.
+
Introspection in the Toolbar
----------------------------