1
0
mirror of synced 2025-01-18 22:41:43 +03:00
This commit is contained in:
Benjamin Eberlei 2012-06-16 12:39:01 +02:00
parent 63ebaea25a
commit 50879db001

View File

@ -31,13 +31,14 @@ Getting Started
* **Introduction**:
:doc:`In 10 quick steps <tutorials/in-ten-quick-steps>` |
:doc:`Architecture <reference/architecture>` |
:doc:`Limitations and knowns issues <reference/limitations-and-known-issues>`
* **Setup**:
:doc:`Installation <reference/installation>` |
:doc:`Configuration <reference/configuration>` |
:doc:`Tools <reference/tools>`
* :doc:`Limitations and knowns issues <reference/limitations-and-known-issues>`
Mapping Objects onto a Database
-------------------------------
@ -85,10 +86,10 @@ Advanced Topics
Tutorials
---------
* :doc:`Indexed associations <tutorials/working-with-indexed-associations>` |
* :doc:`Extra Lazy Assocations <tutorials/extra-lazy-associations>` |
* :doc:`Composite Primary Keys <tutorials/composite-primary-keys>` |
* :doc:`Ordered associations <tutorials/ordered-associations>` |
* :doc:`Indexed associations <tutorials/working-with-indexed-associations>`
* :doc:`Extra Lazy Assocations <tutorials/extra-lazy-associations>`
* :doc:`Composite Primary Keys <tutorials/composite-primary-keys>`
* :doc:`Ordered associations <tutorials/ordered-associations>`
* :doc:`Pagination <tutorials/pagination>`
Cookbook