From 50879db0017c2a76d30664ebeec9bcb53f70729b Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 16 Jun 2012 12:39:01 +0200 Subject: [PATCH] Fixes --- en/index.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/en/index.rst b/en/index.rst index 66658c48c..5e77c9689 100644 --- a/en/index.rst +++ b/en/index.rst @@ -31,13 +31,14 @@ Getting Started * **Introduction**: :doc:`In 10 quick steps ` | :doc:`Architecture ` | - :doc:`Limitations and knowns issues ` * **Setup**: :doc:`Installation ` | :doc:`Configuration ` | :doc:`Tools ` +* :doc:`Limitations and knowns issues ` + Mapping Objects onto a Database ------------------------------- @@ -85,10 +86,10 @@ Advanced Topics Tutorials --------- - * :doc:`Indexed associations ` | - * :doc:`Extra Lazy Assocations ` | - * :doc:`Composite Primary Keys ` | - * :doc:`Ordered associations ` | + * :doc:`Indexed associations ` + * :doc:`Extra Lazy Assocations ` + * :doc:`Composite Primary Keys ` + * :doc:`Ordered associations ` * :doc:`Pagination ` Cookbook