X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/957c1a654f871388f37195315b6797bfbcda6a5e..8318347602085438ff700b9c1d6b83f351deccd7:/docs/models/entities.rst diff --git a/docs/models/entities.rst b/docs/models/entities.rst index ef07356..c311d59 100644 --- a/docs/models/entities.rst +++ b/docs/models/entities.rst @@ -1,7 +1,7 @@ Entities and Attributes ======================= -.. module:: philo.models.base +.. automodule:: philo.models.base One of the core concepts in Philo is the relationship between the :class:`Entity` and :class:`Attribute` classes. :class:`Attribute`\ s represent an arbitrary key/value pair by having one :class:`GenericForeignKey` to an :class:`Entity` and another to an :class:`AttributeValue`. @@ -28,6 +28,7 @@ Attributes :show-inheritance: .. automodule:: philo.models.base + :noindex: :members: value_content_type_limiter .. autofunction:: register_value_model(model) @@ -38,7 +39,7 @@ Entities .. autoclass:: Entity :members: - :exclude-members: attribute_set + :exclude-members: attribute_set, get_attribute_mapper .. autoclass:: TreeManager :members: @@ -46,7 +47,7 @@ Entities .. autoclass:: TreeEntity :show-inheritance: :members: - :exclude-members: attribute_set + :exclude-members: attribute_set, get_attribute_mapper .. attribute:: objects