diff --git a/en/_exts/configurationblock.pyc b/en/_exts/configurationblock.pyc deleted file mode 100644 index bd1959c3a..000000000 Binary files a/en/_exts/configurationblock.pyc and /dev/null differ diff --git a/en/index.rst b/en/index.rst index 3aca1abca..c02cdba0e 100644 --- a/en/index.rst +++ b/en/index.rst @@ -44,6 +44,7 @@ Tutorials tutorials/getting-started-xml-edition tutorials/working-with-indexed-associations + Cookbook -------- diff --git a/en/tutorials/working-with-indexed-assocations.rst b/en/tutorials/working-with-indexed-associations.rst similarity index 98% rename from en/tutorials/working-with-indexed-assocations.rst rename to en/tutorials/working-with-indexed-associations.rst index 5e82617d9..88ffe0261 100644 --- a/en/tutorials/working-with-indexed-assocations.rst +++ b/en/tutorials/working-with-indexed-associations.rst @@ -120,7 +120,7 @@ The code and mappings for the Market entity looks like this: - .. code-block:: yml + .. code-block:: yaml Doctrine\Tests\Models\StockExchange\Market: type: entity @@ -207,7 +207,7 @@ here are the code and mappings for it: - .. code-block:: yml + .. code-block:: yaml Doctrine\Tests\Models\StockExchange\Stock: type: entity @@ -289,6 +289,6 @@ Outlook into the Future ~~~~~~~~~~~~~~~~~~~~~~~ For the inverse side of a many-to-many associations there will be a way to persist the keys and the order -as a third and fourth parameter into the join table. This feature is discussed in `DDC-213`_ +as a third and fourth parameter into the join table. This feature is discussed in `DDC-213 `_ This feature cannot be implemeted for One-To-Many associations, because they are never the owning side.