X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/943e8bc4af0c11b0ace3811199e3b0844c4c3fbc..30c59c96869c9996540f1cf844dadd38d00ab8f3:/docs/models/entities.rst diff --git a/docs/models/entities.rst b/docs/models/entities.rst index 4127f56..a394c6f 100644 --- a/docs/models/entities.rst +++ b/docs/models/entities.rst @@ -1,7 +1,7 @@ Entities and Attributes ======================= -.. automodule:: philo.models.base +.. module:: 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`. @@ -16,6 +16,7 @@ Attributes :members: .. automodule:: philo.models.base + :noindex: :members: attribute_value_limiter .. autoclass:: JSONValue @@ -39,7 +40,6 @@ Entities .. autoclass:: Entity :members: - :exclude-members: attribute_set .. autoclass:: TreeManager :members: @@ -47,7 +47,6 @@ Entities .. autoclass:: TreeEntity :show-inheritance: :members: - :exclude-members: attribute_set .. attribute:: objects