From 3060775c380412f02f9f2553d3d2e0219fcc9724 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Fri, 8 Nov 2013 16:36:45 +0200 Subject: [PATCH] Fixed TOC levels --- docs/index.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index e24c6bb..d4df29b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,10 +3,11 @@ SQLAlchemy-Utils .. contents:: + SQLAlchemy-Utils provides custom data types and various utility functions for SQLAlchemy. Using automatic data coercion ------------------------------ +============================= SQLAlchemy-Utils provides various new data types for SQLAlchemy and in order to gain full advantage of these datatypes you should use coercion_listener. Setting up the listener is easy: @@ -47,7 +48,7 @@ Example Data types ----------- +========== SQLAlchemy-Utils provides various new data types for SQLAlchemy. @@ -154,7 +155,7 @@ UUIDType Aggregated attributes ---------------------- +===================== .. automodule:: sqlalchemy_utils.aggregates @@ -163,7 +164,7 @@ Aggregated attributes The generates decorator ------------------------ +======================= .. module:: sqlalchemy_utils.decorators @@ -171,7 +172,7 @@ The generates decorator Generic Relationship --------------------- +==================== Generic relationship is a form of relationship that supports creating a 1 to many relationship to any target model. @@ -223,7 +224,7 @@ Generic relationship is a form of relationship that supports creating a 1 to man Utility functions ------------------ +================= .. module:: sqlalchemy_utils.functions @@ -276,6 +277,6 @@ sort_query License -------- +======= .. include:: ../LICENSE