Skip to content

Commit 026be06

Browse files
committed
Removed topics index pages
Also creates a topic root file if there was none yet
1 parent 26f2f88 commit 026be06

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+190
-312
lines changed

assetic.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Assetic
2+
=======
3+
4+
.. toctree::
5+
:maxdepth: 1
6+
:glob:
7+
8+
assetic/*

assetic/index.rst

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

cache/index.rst

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

components/class_loader.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
.. toctree::
2-
:hidden:
3-
:glob:
4-
5-
class_loader/*
6-
71
.. index::
82
single: Components; ClassLoader
93

components/console.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ Learn More
579579
:glob:
580580

581581
console/*
582+
console/helpers/index
582583

583584
.. _Packagist: https://packagist.org/packages/symfony/console
584585
.. _Cmder: http://cmder.net/

configuration.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Configuration
2+
=============
3+
4+
.. toctree::
5+
:maxdepth: 1
6+
:glob:
7+
8+
configuration/*

configuration/index.rst

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

console.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Console
2+
=======
3+
4+
.. toctree::
5+
:maxdepth: 1
6+
:glob:
7+
8+
console/*

console/index.rst

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

controller.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,7 @@ Learn more
812812
----------
813813

814814
.. toctree::
815+
:maxdepth: 1
815816
:glob:
816817

817-
/controller/*
818+
controller/*

0 commit comments

Comments
 (0)