X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/fb8a270fa22abc217efc471d860c76d5a2352c61..21abe382ad825e1383dfb1299efc1201ddd1e1c0:/docs/models/entities.rst diff --git a/docs/models/entities.rst b/docs/models/entities.rst index a834b13..b39a253 100644 --- a/docs/models/entities.rst +++ b/docs/models/entities.rst @@ -10,25 +10,27 @@ Attributes ---------- .. autoclass:: Attribute - :members: + :members: .. autoclass:: AttributeValue - :members: + :members: .. automodule:: philo.models.base - :members: attribute_value_limiter + :noindex: + :members: attribute_value_limiter .. autoclass:: JSONValue - :show-inheritance: + :show-inheritance: .. autoclass:: ForeignKeyValue - :show-inheritance: + :show-inheritance: .. autoclass:: ManyToManyValue - :show-inheritance: + :show-inheritance: .. automodule:: philo.models.base - :members: value_content_type_limiter + :noindex: + :members: value_content_type_limiter .. autofunction:: register_value_model(model) .. autofunction:: unregister_value_model(model) @@ -37,18 +39,17 @@ Entities -------- .. autoclass:: Entity - :members: - :exclude-members: attribute_set + :members: -.. autoclass:: TreeManager - :members: +.. autoclass:: TreeEntityManager + :members: .. autoclass:: TreeEntity - :members: - :exclude-members: attribute_set + :show-inheritance: + :members: - .. attribute:: objects + .. attribute:: objects - An instance of :class:`TreeManager`. - - .. automethod:: get_path \ No newline at end of file + An instance of :class:`TreeEntityManager`. + + .. automethod:: get_path \ No newline at end of file