Skip to content

Commit 616c1c2

Browse files
committed
removed emtpy learn more sections
1 parent 68a37b6 commit 616c1c2

File tree

7 files changed

+3
-26
lines changed

7 files changed

+3
-26
lines changed

book/forms/fields.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,4 @@ Symfony2 ships with the following fields:
214214

215215
fields/index
216216

217-
.. include:: fields/map.rst.inc
218-
219-
Learn more from the Cookbook
220-
----------------------------
221-
217+
.. include:: fields/map.rst.inc

book/http_fundamentals.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,6 @@ quickly start development by using a Symfony2 distribution, which provides
408408
a project skeleton with sensible defaults. For more advanced users, the sky
409409
is the limit.
410410

411-
Learn more from the Cookbook
412-
----------------------------
413-
414411
.. _`HTTP 1.1 RFC`: http://www.w3.org/Protocols/rfc2616/rfc2616.html
415412
.. _`HTTP Bis`: http://datatracker.ietf.org/wg/httpbis/
416413
.. _`Live HTTP Headers`: https://addons.mozilla.org/en-US/firefox/addon/3829/

book/routing.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,4 @@ The main routing resource file (``app/config/routing.yml`` by default) configure
727727
the rules of the routing system and can include other external routing resources.
728728
The goal of matching a route is ultimately to determine a controller and
729729
a set of parameter values for a given path info (i.e. URI). The ``Router``
730-
should also be used each time you need to render a URL.
731-
732-
Learn more from the Cookbook
733-
----------------------------
730+
should also be used each time you need to render a URL.

book/translation.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -795,9 +795,6 @@ steps:
795795

796796
* Manage the user's locale, which is stored in the session.
797797

798-
Learn more from the Cookbook
799-
----------------------------
800-
801798
.. _`strtr function`: http://www.php.net/manual/en/function.strtr.php
802799
.. _`ISO 31-11`: http://en.wikipedia.org/wiki/Interval_%28mathematics%29#The_ISO_notation
803800
.. _`Translatable Extension`: https://github.com/l3pp4rd/DoctrineExtensions

book/validator/constraints.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,3 @@ validator::
269269
{
270270
return 'alias_name';
271271
}
272-
273-
Learn more from the Cookbook
274-
----------------------------

book/validator/overview.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,4 @@ message:
100100
101101
Insert a value into the property and the error message will disappear.
102102

103-
Learn more from the Cookbook
104-
----------------------------
105-
106-
107103
.. _JSR303 Bean Validation specification: http://jcp.org/en/jsr/detail?id=303

book/validator/validation.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,4 @@ The above call will output something similar to this:
4242
Sensio\HelloBundle\Author.fullName:
4343
This value is too short. It should have 10 characters or more
4444
45-
If you fill the object with correct values the validation errors disappear.
46-
47-
Learn more from the Cookbook
48-
----------------------------
45+
If you fill the object with correct values the validation errors disappear.

0 commit comments

Comments
 (0)