Skip to content

Commit 1324fc0

Browse files
weaverryanwouterj
authored andcommitted
Deleting index files - using globbing
1 parent dc97c65 commit 1324fc0

File tree

32 files changed

+138
-348
lines changed

32 files changed

+138
-348
lines changed

components/class_loader.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@ You can install the component in 2 different ways:
5050

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

53+
Learn More
54+
----------
55+
56+
.. toctree::
57+
:glob:
58+
:maxdepth: 1
59+
60+
class_loader/class_loader
61+
class_loader/*
62+
5363
.. _PSR-0: http://www.php-fig.org/psr/psr-0/
5464
.. _PSR-4: http://www.php-fig.org/psr/psr-4/
5565
.. _`autoloading mechanism`: http://php.net/manual/en/language.oop5.autoload.php

components/class_loader/index.rst

Lines changed: 0 additions & 16 deletions
This file was deleted.

components/config.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ You can install the component in 2 different ways:
2020

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

23-
Sections
24-
--------
23+
Learn More
24+
----------
2525

26-
* :doc:`/components/config/resources`
27-
* :doc:`/components/config/caching`
28-
* :doc:`/components/config/definition`
26+
.. toctree::
27+
:maxdepth: 1
28+
:glob:
29+
30+
config/*
2931

3032
.. _Packagist: https://packagist.org/packages/symfony/config

components/config/index.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

components/console.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -571,14 +571,14 @@ returns the returned code from the command (return value from command's
571571
command from the Web, refactor your code and move the logic to a new
572572
class.
573573

574-
Learn More!
575-
-----------
576-
577-
* :doc:`/components/console/usage`
578-
* :doc:`/components/console/single_command_tool`
579-
* :doc:`/components/console/changing_default_command`
580-
* :doc:`/components/console/events`
581-
* :doc:`/components/console/console_arguments`
574+
Learn More
575+
----------
576+
577+
.. toctree::
578+
:maxdepth: 1
579+
:glob:
580+
581+
console/*
582582

583583
.. _Packagist: https://packagist.org/packages/symfony/console
584584
.. _Cmder: http://cmder.net/

components/console/index.rst

Lines changed: 0 additions & 13 deletions
This file was deleted.

components/dependency_injection.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,5 +286,13 @@ config files:
286286
->register('newsletter_manager', 'NewsletterManager')
287287
->addMethodCall('setMailer', array(new Reference('mailer')));
288288
289-
.. _Packagist: https://packagist.org/packages/symfony/dependency-injection
289+
Learn More
290+
----------
291+
292+
.. toctree::
293+
:maxdepth: 1
294+
:glob:
290295

296+
dependency_injection/*
297+
298+
.. _Packagist: https://packagist.org/packages/symfony/dependency-injection

components/dependency_injection/index.rst

Lines changed: 0 additions & 18 deletions
This file was deleted.

components/event_dispatcher.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,15 @@ with some other dispatchers:
512512
* :doc:`/components/event_dispatcher/traceable_dispatcher` (provided by the
513513
:doc:`HttpKernel component </components/http_kernel>`)
514514

515+
Learn More
516+
----------
517+
518+
.. toctree::
519+
:maxdepth: 1
520+
:glob:
521+
522+
event_dispatcher/*
523+
515524
.. _Mediator: https://en.wikipedia.org/wiki/Mediator_pattern
516525
.. _Closures: http://php.net/manual/en/functions.anonymous.php
517526
.. _PHP callable: http://www.php.net/manual/en/language.pseudo-types.php#language.types.callback

components/event_dispatcher/index.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)