Skip to content

Commit

Permalink
Deleting index files - using globbing
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan authored and wouterj committed Jul 12, 2016
1 parent dc97c65 commit 1324fc0
Show file tree
Hide file tree
Showing 32 changed files with 138 additions and 348 deletions.
10 changes: 10 additions & 0 deletions components/class_loader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ You can install the component in 2 different ways:

.. include:: /components/require_autoload.rst.inc

Learn More
----------

.. toctree::
:glob:
:maxdepth: 1

class_loader/class_loader
class_loader/*

.. _PSR-0: http://www.php-fig.org/psr/psr-0/
.. _PSR-4: http://www.php-fig.org/psr/psr-4/
.. _`autoloading mechanism`: http://php.net/manual/en/language.oop5.autoload.php
Expand Down
16 changes: 0 additions & 16 deletions components/class_loader/index.rst

This file was deleted.

12 changes: 7 additions & 5 deletions components/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ You can install the component in 2 different ways:

.. include:: /components/require_autoload.rst.inc

Sections
--------
Learn More
----------

* :doc:`/components/config/resources`
* :doc:`/components/config/caching`
* :doc:`/components/config/definition`
.. toctree::
:maxdepth: 1
:glob:

config/*

.. _Packagist: https://packagist.org/packages/symfony/config
9 changes: 0 additions & 9 deletions components/config/index.rst

This file was deleted.

16 changes: 8 additions & 8 deletions components/console.rst
Original file line number Diff line number Diff line change
Expand Up @@ -571,14 +571,14 @@ returns the returned code from the command (return value from command's
command from the Web, refactor your code and move the logic to a new
class.

Learn More!
-----------

* :doc:`/components/console/usage`
* :doc:`/components/console/single_command_tool`
* :doc:`/components/console/changing_default_command`
* :doc:`/components/console/events`
* :doc:`/components/console/console_arguments`
Learn More
----------

.. toctree::
:maxdepth: 1
:glob:

console/*

.. _Packagist: https://packagist.org/packages/symfony/console
.. _Cmder: http://cmder.net/
Expand Down
13 changes: 0 additions & 13 deletions components/console/index.rst

This file was deleted.

10 changes: 9 additions & 1 deletion components/dependency_injection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -286,5 +286,13 @@ config files:
->register('newsletter_manager', 'NewsletterManager')
->addMethodCall('setMailer', array(new Reference('mailer')));
.. _Packagist: https://packagist.org/packages/symfony/dependency-injection
Learn More
----------

.. toctree::
:maxdepth: 1
:glob:

dependency_injection/*

.. _Packagist: https://packagist.org/packages/symfony/dependency-injection
18 changes: 0 additions & 18 deletions components/dependency_injection/index.rst

This file was deleted.

9 changes: 9 additions & 0 deletions components/event_dispatcher.rst
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,15 @@ with some other dispatchers:
* :doc:`/components/event_dispatcher/traceable_dispatcher` (provided by the
:doc:`HttpKernel component </components/http_kernel>`)

Learn More
----------

.. toctree::
:maxdepth: 1
:glob:

event_dispatcher/*

.. _Mediator: https://en.wikipedia.org/wiki/Mediator_pattern
.. _Closures: http://php.net/manual/en/functions.anonymous.php
.. _PHP callable: http://www.php.net/manual/en/language.pseudo-types.php#language.types.callback
Expand Down
10 changes: 0 additions & 10 deletions components/event_dispatcher/index.rst

This file was deleted.

9 changes: 9 additions & 0 deletions components/expression_language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,13 @@ Caching
The component provides some different caching strategies, read more about them
in :doc:`/components/expression_language/caching`.

Learn More
----------

.. toctree::
:maxdepth: 1
:glob:

expression_language/*

.. _Packagist: https://packagist.org/packages/symfony/expression-language
9 changes: 0 additions & 9 deletions components/expression_language/index.rst

This file was deleted.

9 changes: 9 additions & 0 deletions components/filesystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,13 @@ Whenever something wrong happens, an exception implementing
An :class:`Symfony\\Component\\Filesystem\\Exception\\IOException` is
thrown if directory creation fails.

Learn More
----------

.. toctree::
:maxdepth: 1
:glob:

filesystem/*

.. _`Packagist`: https://packagist.org/packages/symfony/filesystem
7 changes: 0 additions & 7 deletions components/filesystem/index.rst

This file was deleted.

9 changes: 9 additions & 0 deletions components/form.rst
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,15 @@ method to access the list of errors. It returns a
This is useful, for example, if you want to use PHP's ``array_`` function
on the form errors.

Learn More
----------

.. toctree::
:maxdepth: 1
:glob:

form/*

.. _Packagist: https://packagist.org/packages/symfony/form
.. _Twig: http://twig.sensiolabs.org
.. _`Twig Configuration`: http://twig.sensiolabs.org/doc/intro.html
8 changes: 0 additions & 8 deletions components/form/index.rst

This file was deleted.

9 changes: 9 additions & 0 deletions components/http_foundation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,15 @@ Session

The session information is in its own document: :doc:`/components/http_foundation/sessions`.

Learn More
----------

.. toctree::
:maxdepth: 1
:glob:

http_foundation/*

.. _Packagist: https://packagist.org/packages/symfony/http-foundation
.. _Nginx: http://wiki.nginx.org/XSendfile
.. _Apache: https://tn123.org/mod_xsendfile/
Expand Down
11 changes: 0 additions & 11 deletions components/http_foundation/index.rst

This file was deleted.

51 changes: 4 additions & 47 deletions components/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,8 @@ The Components
==============

.. toctree::
:hidden:

:maxdepth: 1
:glob:

using_components
asset
browser_kit
class_loader
class_loader/index
config
config/index
console
console/index
css_selector
debug
dependency_injection
dependency_injection/index
dom_crawler
event_dispatcher
event_dispatcher/index
expression_language
expression_language/index
filesystem
filesystem/index
finder
form
form/index
http_foundation
http_foundation/index
http_kernel
intl
options_resolver
phpunit_bridge
process
property_access
routing
security
security/index
serializer
stopwatch
templating
templating/index
translation
translation/index
var_dumper
var_dumper/index
yaml
yaml/index

.. include:: /components/map.rst.inc
*
Loading

0 comments on commit 1324fc0

Please sign in to comment.