Skip to content

Commit b3f6289

Browse files
authored
Merge pull request symfony#94 from sensiolabs/issue-80
add missing cross-references
2 parents 07bcda9 + 9dead64 commit b3f6289

11 files changed

+27
-3
lines changed

bundles.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ create and validate forms, create translations for your application, write
172172
tests and much more. Each of these has their own place and role within the
173173
bundle.
174174

175-
Learn More
175+
Learn more
176176
----------
177177

178178
.. toctree::

configuration.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,9 @@ After you deploy, you'll use the ``prod`` environment.
371371
To learn more about *how* to execute and control each environment, see
372372
:doc:`/configuration/environments`.
373373

374+
Learn more
375+
----------
376+
374377
.. toctree::
375378
:maxdepth: 1
376379
:glob:

doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ Doctrine has a lot more complex features to learn, like relationshps, complex qu
846846
and event listeners.
847847

848848
Learn more
849-
~~~~~~~~~~
849+
----------
850850

851851
.. toctree::
852852
:maxdepth: 1

email.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ The ``$message`` object supports many more options, such as including attachment
152152
adding HTML content, and much more. Fortunately, Swift Mailer covers the topic
153153
of `Creating Messages`_ in great detail in its documentation.
154154

155-
Learn More
155+
Learn more
156156
----------
157157

158158
.. toctree::

event_dispatcher.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,9 @@ its name:
282282
283283
$ php app/console debug:event-dispatcher kernel.exception
284284
285+
Learn more
286+
----------
287+
285288
.. toctree::
286289
:maxdepth: 1
287290
:glob:

expressions.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,9 @@ Additionally, you have access to a number of functions inside the expression:
104104
via a remember-me cookie and ``is_fully_authenticated`` *only* returns
105105
true if the user has actually logged in during this session (i.e. is
106106
full-fledged).
107+
108+
Learn more
109+
----------
110+
111+
* :doc:`/service_container/expression_language`
112+
* :doc:`/reference/constraints/Expression`

logging.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,9 @@ information to your log entries.
316316

317317
See :doc:`/logging/processors` for details.
318318

319+
Learn more
320+
----------
321+
319322
.. toctree::
320323
:maxdepth: 1
321324
:glob:

performance.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@ file since there will be fewer files to monitor for changes. Of course if this
139139
feature is disabled in the byte code cache (e.g. ``apc.stat=0`` in APC), there
140140
is no longer a reason to use a bootstrap file.
141141

142+
Learn more
143+
----------
144+
145+
* :doc:`/cache/varnish`
146+
* :doc:`/cache/form_csrf_caching`
147+
142148
.. _`byte code caches`: https://en.wikipedia.org/wiki/List_of_PHP_accelerators
143149
.. _`OPcache`: http://php.net/manual/en/book.opcache.php
144150
.. _`APC`: http://php.net/manual/en/book.apc.php

profiler.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Profiler
22
========
33

44
.. toctree::
5+
:maxdepth: 1
56
:glob:
67

78
profiler/*

request.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Request
22
=======
33

44
.. toctree::
5+
:maxdepth: 1
56
:glob:
67

78
request/*

session.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Sessions
22
========
33

44
.. toctree::
5+
:maxdepth: 1
56
:glob:
67

78
session/*

0 commit comments

Comments
 (0)