From c1492dd59a3f842723a4f4662804afbf3fe2d854 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Wed, 3 Jul 2013 11:25:00 +0300 Subject: [PATCH] Updated docs --- docs/index.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 4564743..a7584bf 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -29,6 +29,8 @@ using these types to appropriate objects. Example :: + + from colour import Color from sqlalchemy_utils import ColorType @@ -175,8 +177,13 @@ API Documentation ----------------- .. module:: sqlalchemy_utils + .. autoclass:: InstrumentedList :members: + + +.. module:: sqlalchemy_utils.functions + .. autofunction:: sort_query .. autofunction:: escape_like .. autofunction:: non_indexed_foreign_keys