From a90311cb446a0c517c17cf150196d2ba3230808b Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Thu, 17 Oct 2013 15:53:45 +0200 Subject: [PATCH] Fixed documentation rendering The 2 lists I've fixed render as citation in the docs: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/index.html If I didn't make any mistake, now they should render as simple lists. --- docs/en/index.rst | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/en/index.rst b/docs/en/index.rst index 72cac5727..58753eb25 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -65,29 +65,29 @@ Working with Objects Advanced Topics --------------- - * :doc:`Architecture ` - * :doc:`Advanced Configuration ` - * :doc:`Limitations and knowns issues ` - * :doc:`Commandline Tools ` - * :doc:`Transactions and Concurrency ` - * :doc:`Filters ` - * :doc:`NamingStrategy ` - * :doc:`Improving Performance ` - * :doc:`Caching ` - * :doc:`Partial Objects ` - * :doc:`Change Tracking Policies ` - * :doc:`Best Practices ` - * :doc:`Metadata Drivers ` +* :doc:`Architecture ` +* :doc:`Advanced Configuration ` +* :doc:`Limitations and knowns issues ` +* :doc:`Commandline Tools ` +* :doc:`Transactions and Concurrency ` +* :doc:`Filters ` +* :doc:`NamingStrategy ` +* :doc:`Improving Performance ` +* :doc:`Caching ` +* :doc:`Partial Objects ` +* :doc:`Change Tracking Policies ` +* :doc:`Best Practices ` +* :doc:`Metadata Drivers ` Tutorials --------- - * :doc:`Indexed associations ` - * :doc:`Extra Lazy Associations ` - * :doc:`Composite Primary Keys ` - * :doc:`Ordered associations ` - * :doc:`Pagination ` - * :doc:`Override Field/Association Mappings In Subclasses ` +* :doc:`Indexed associations ` +* :doc:`Extra Lazy Associations ` +* :doc:`Composite Primary Keys ` +* :doc:`Ordered associations ` +* :doc:`Pagination ` +* :doc:`Override Field/Association Mappings In Subclasses ` Cookbook --------