1
0
mirror of synced 2025-03-17 21:43:55 +03:00

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.
This commit is contained in:
Matthieu Napoli 2013-10-17 15:53:45 +02:00
parent 1e10fca66a
commit a90311cb44

View File

@ -65,29 +65,29 @@ Working with Objects
Advanced Topics Advanced Topics
--------------- ---------------
* :doc:`Architecture <reference/architecture>` * :doc:`Architecture <reference/architecture>`
* :doc:`Advanced Configuration <reference/advanced-configuration>` * :doc:`Advanced Configuration <reference/advanced-configuration>`
* :doc:`Limitations and knowns issues <reference/limitations-and-known-issues>` * :doc:`Limitations and knowns issues <reference/limitations-and-known-issues>`
* :doc:`Commandline Tools <reference/tools>` * :doc:`Commandline Tools <reference/tools>`
* :doc:`Transactions and Concurrency <reference/transactions-and-concurrency>` * :doc:`Transactions and Concurrency <reference/transactions-and-concurrency>`
* :doc:`Filters <reference/filters>` * :doc:`Filters <reference/filters>`
* :doc:`NamingStrategy <reference/namingstrategy>` * :doc:`NamingStrategy <reference/namingstrategy>`
* :doc:`Improving Performance <reference/improving-performance>` * :doc:`Improving Performance <reference/improving-performance>`
* :doc:`Caching <reference/caching>` * :doc:`Caching <reference/caching>`
* :doc:`Partial Objects <reference/partial-objects>` * :doc:`Partial Objects <reference/partial-objects>`
* :doc:`Change Tracking Policies <reference/change-tracking-policies>` * :doc:`Change Tracking Policies <reference/change-tracking-policies>`
* :doc:`Best Practices <reference/best-practices>` * :doc:`Best Practices <reference/best-practices>`
* :doc:`Metadata Drivers <reference/metadata-drivers>` * :doc:`Metadata Drivers <reference/metadata-drivers>`
Tutorials Tutorials
--------- ---------
* :doc:`Indexed associations <tutorials/working-with-indexed-associations>` * :doc:`Indexed associations <tutorials/working-with-indexed-associations>`
* :doc:`Extra Lazy Associations <tutorials/extra-lazy-associations>` * :doc:`Extra Lazy Associations <tutorials/extra-lazy-associations>`
* :doc:`Composite Primary Keys <tutorials/composite-primary-keys>` * :doc:`Composite Primary Keys <tutorials/composite-primary-keys>`
* :doc:`Ordered associations <tutorials/ordered-associations>` * :doc:`Ordered associations <tutorials/ordered-associations>`
* :doc:`Pagination <tutorials/pagination>` * :doc:`Pagination <tutorials/pagination>`
* :doc:`Override Field/Association Mappings In Subclasses <tutorials/override-field-association-mappings-in-subclasses>` * :doc:`Override Field/Association Mappings In Subclasses <tutorials/override-field-association-mappings-in-subclasses>`
Cookbook Cookbook
-------- --------