Commit c65ee9c0 authored by Fabien Potencier's avatar Fabien Potencier

fixed docs titles

parent 895ae468
Silex The Book
===== ========
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
......
DoctrineServiceProvider Doctrine
======================= ========
The *DoctrineServiceProvider* provides integration with the `Doctrine DBAL The *DoctrineServiceProvider* provides integration with the `Doctrine DBAL
<http://www.doctrine-project.org/projects/dbal>`_ for easy database access <http://www.doctrine-project.org/projects/dbal>`_ for easy database access
......
FormServiceProvider Form
=================== ====
The *FormServiceProvider* provides a service for building forms in The *FormServiceProvider* provides a service for building forms in
your application with the Symfony Form component. your application with the Symfony Form component.
......
HttpCacheServiceProvider HTTP Cache
======================== ==========
The *HttpCacheServiceProvider* provides support for the Symfony Reverse The *HttpCacheServiceProvider* provides support for the Symfony Reverse
Proxy. Proxy.
......
HttpFragmentServiceProvider HTTP Fragment
=========================== =============
The *HttpFragmentServiceProvider* provides support for the Symfony fragment The *HttpFragmentServiceProvider* provides support for the Symfony fragment
sub-framework, which allows you to embed fragments of HTML in a template. sub-framework, which allows you to embed fragments of HTML in a template.
......
Silex Built-in Service Providers
===== ==========================
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
......
MonologServiceProvider Monolog
====================== =======
The *MonologServiceProvider* provides a default logging mechanism through The *MonologServiceProvider* provides a default logging mechanism through
Jordi Boggiano's `Monolog <https://github.com/Seldaek/monolog>`_ library. Jordi Boggiano's `Monolog <https://github.com/Seldaek/monolog>`_ library.
......
RememberMeServiceProvider Remember Me
========================= ===========
The *RememberMeServiceProvider* adds "Remember-Me" authentication to the The *RememberMeServiceProvider* adds "Remember-Me" authentication to the
*SecurityServiceProvider*. *SecurityServiceProvider*.
......
SecurityServiceProvider Security
======================= ========
The *SecurityServiceProvider* manages authentication and authorization for The *SecurityServiceProvider* manages authentication and authorization for
your applications. your applications.
......
SerializerServiceProvider Serializer
=========================== ==========
The *SerializerServiceProvider* provides a service for serializing objects. The *SerializerServiceProvider* provides a service for serializing objects.
......
ServiceControllerServiceProvider Service Controllers
================================ ===================
As your Silex application grows, you may wish to begin organizing your As your Silex application grows, you may wish to begin organizing your
controllers in a more formal fashion. Silex can use controller classes out of controllers in a more formal fashion. Silex can use controller classes out of
......
SessionServiceProvider Session
====================== =======
The *SessionServiceProvider* provides a service for storing data persistently The *SessionServiceProvider* provides a service for storing data persistently
between requests. between requests.
......
SwiftmailerServiceProvider Swiftmailer
========================== ===========
The *SwiftmailerServiceProvider* provides a service for sending email through The *SwiftmailerServiceProvider* provides a service for sending email through
the `Swift Mailer <http://swiftmailer.org>`_ library. the `Swift Mailer <http://swiftmailer.org>`_ library.
......
TranslationServiceProvider Translation
========================== ===========
The *TranslationServiceProvider* provides a service for translating your The *TranslationServiceProvider* provides a service for translating your
application into different languages. application into different languages.
......
TwigServiceProvider Twig
=================== ====
The *TwigServiceProvider* provides integration with the `Twig The *TwigServiceProvider* provides integration with the `Twig
<http://twig.sensiolabs.org/>`_ template engine. <http://twig.sensiolabs.org/>`_ template engine.
......
UrlGeneratorServiceProvider URL Generator
=========================== =============
The *UrlGeneratorServiceProvider* provides a service for generating URLs for The *UrlGeneratorServiceProvider* provides a service for generating URLs for
named routes. named routes.
......
ValidatorServiceProvider Validator
======================== =========
The *ValidatorServiceProvider* provides a service for validating data. It is The *ValidatorServiceProvider* provides a service for validating data. It is
most useful when used with the *FormServiceProvider*, but can also be used most useful when used with the *FormServiceProvider*, but can also be used
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment