Skip to content

Commit

Permalink
minor #3906 Blockquote introductions (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Blockquote introductions

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets |

Most component descriptions start with a blockquote introducing the purpose of a particular component. This pull requests adds these introductions where they are missing.

Commits
-------

6d7ef9c unify blockquote introduction for the components
  • Loading branch information
weaverryan committed Jun 7, 2014
2 parents 32b9058 + 6d7ef9c commit 36337e7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
9 changes: 3 additions & 6 deletions components/config/introduction.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
The Config Component The Config Component
==================== ====================


Introduction The Config component provides several classes to help you find, load,
------------ combine, autofill and validate configuration values of any kind, whatever

their source may be (YAML, XML, INI files, or for instance a database).
The Config component provides several classes to help you find, load, combine,
autofill and validate configuration values of any kind, whatever their source
may be (YAML, XML, INI files, or for instance a database).


.. caution:: .. caution::


Expand Down
4 changes: 4 additions & 0 deletions components/event_dispatcher/introduction.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
The EventDispatcher Component The EventDispatcher Component
============================= =============================


The EventDispatcher component provides tools that allow your application
components to communicate with each other by dispatching events and listening
to them.

Introduction Introduction
------------ ------------


Expand Down
15 changes: 6 additions & 9 deletions components/security/introduction.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@
The Security Component The Security Component
====================== ======================


Introduction The Security component provides a complete security system for your web
------------ application. It ships with facilities for authenticating using HTTP basic

or digest authentication, interactive form login or X.509 certificate
The Security component provides a complete security system for your web login, but also allows you to implement your own authentication strategies.
application. It ships with facilities for authenticating using HTTP basic Furthermore, the component provides ways to authorize authenticated users
or digest authentication, interactive form login or X.509 certificate login, based on their roles, and it contains an advanced ACL system.
but also allows you to implement your own authentication strategies.
Furthermore, the component provides ways to authorize authenticated users
based on their roles, and it contains an advanced ACL system.


Installation Installation
------------ ------------
Expand Down
2 changes: 1 addition & 1 deletion components/stopwatch.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Stopwatch Component The Stopwatch Component
======================= =======================


Stopwatch component provides a way to profile code. The Stopwatch component provides a way to profile code.


.. versionadded:: 2.2 .. versionadded:: 2.2
The Stopwatch component was introduced in Symfony 2.2. Previously, the The Stopwatch component was introduced in Symfony 2.2. Previously, the
Expand Down

0 comments on commit 36337e7

Please sign in to comment.