From 35ff8e696a2c983cee119c936ea12ecb2f7da2c3 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 29 Jul 2008 01:54:50 +0000 Subject: 0.2.5: add model_url. --- docs/api/traversal.rst | 1 + docs/conf.py | 4 ++-- docs/glossary.rst | 3 ++- docs/narr/models.rst | 2 ++ 4 files changed, 7 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/api/traversal.rst b/docs/api/traversal.rst index 41d66b2eb..eac63a271 100644 --- a/docs/api/traversal.rst +++ b/docs/api/traversal.rst @@ -7,4 +7,5 @@ .. autofunction:: find_interface + .. autofunction:: model_url diff --git a/docs/conf.py b/docs/conf.py index 979c6d9ac..8d19cf4db 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = '2008, Agendaless Consulting' # other places throughout the built documents. # # The short X.Y version. -version = '0.2' +version = '0.2.5' # The full version, including alpha/beta/rc tags. -release = '0.2' +release = '0.2.5' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/docs/glossary.rst b/docs/glossary.rst index 4e88b51d2..27326f539 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -74,7 +74,8 @@ Glossary Interface An attribute of an object that determines its type. Location - The path to an object in a model graph. + The path to an object in a model graph. See :ref:`location_aware` + for more information about how to make a model object *location-aware*. Security policy An object that provides a mechanism to check authorization using authentication data and a permission associated with a model. It diff --git a/docs/narr/models.rst b/docs/narr/models.rst index efbcd47b2..7df265657 100644 --- a/docs/narr/models.rst +++ b/docs/narr/models.rst @@ -58,6 +58,8 @@ instance nodes in the graph: implement a ``__getitem__``, or if they do, their ``__getitem__`` method must raise a ``KeyError``. +.. _location_aware: + Location-Aware Model Instances ------------------------------ -- cgit v1.2.3