From 19b7d4d0d427ba70673325c9da133a6fa50974f1 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Fri, 27 Jan 2012 21:43:04 +0100 Subject: [PATCH] Simplify section names even more --- en/index.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/en/index.rst b/en/index.rst index 8f0124466..fe7189c29 100644 --- a/en/index.rst +++ b/en/index.rst @@ -39,9 +39,9 @@ Mapping Objects onto a Database ------------------------------- * **Basic Reference**: - :doc:`Mapping Objects and Fields ` | - :doc:`Mapping Associations ` | - :doc:`Inheritance Mapping ` + :doc:`Objects and Fields ` | + :doc:`Associations ` | + :doc:`Inheritance ` * **Mapping Driver References**: :doc:`XML ` | @@ -54,17 +54,17 @@ Working with Objects -------------------- * **Basic Reference**: - :doc:`Working with Objects ` | - :doc:`Working with Assocations ` | + :doc:`Entities ` | + :doc:`Assocations ` | :doc:`Events ` * **Querying Objects**: - :doc:`DQL - Doctrine Query Language ` | + :doc:`Doctrine Query Language (DQL) ` | :doc:`QueryBuilder ` | :doc:`Native SQL Queries ` * **Tutorials**: - :doc:`Working with indexed associations ` | + :doc:`Indexed associations ` | :doc:`Extra Lazy Assocations ` | :doc:`Composite Primary Keys `