Skip to content

Commit fdd532c

Browse files
committed
merged branch drak/component_split (PR #1287)
Commits ------- 6945d57 Rename files. e3af8e9 [Components] Split up components documentation so it possible to document complex components in sections/chapters. Discussion ---------- Setup Components structure Setup structure divides the documentation into sections for components where necessary. --------------------------------------------------------------------------- by drak at 2012-04-21T08:47:50Z @fabpot - is this structure OK now? I based it on the cookbook structure as you instructed.
2 parents f00f4a1 + 6945d57 commit fdd532c

File tree

5 files changed

+54
-16
lines changed

5 files changed

+54
-16
lines changed

components/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ The Components
88
console
99
css_selector
1010
dom_crawler
11-
dependency_injection
12-
event_dispatcher
11+
dependency_injection/introduction
12+
event_dispatcher/introduction
1313
finder
14-
http_foundation
14+
http_foundation/introduction
1515
locale
1616
process
1717
routing

components/map.rst.inc

Lines changed: 51 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,51 @@
1-
* :doc:`/components/class_loader`
2-
* :doc:`/components/console`
3-
* :doc:`/components/css_selector`
4-
* :doc:`/components/dependency_injection`
5-
* :doc:`/components/event_dispatcher`
6-
* :doc:`/components/dom_crawler`
7-
* :doc:`/components/finder`
8-
* :doc:`/components/http_foundation`
9-
* :doc:`/components/locale`
10-
* :doc:`/components/process`
11-
* :doc:`/components/routing`
12-
* :doc:`/components/templating`
13-
* :doc:`/components/yaml`
1+
* **The Class Loader Component**
2+
3+
* :doc:`/components/class_loader`
4+
5+
* **The Console Component**
6+
7+
* :doc:`/components/console`
8+
9+
* **The CSS Selector Component**
10+
11+
* :doc:`/components/css_selector`
12+
13+
* **The Dependency Injection Component**
14+
15+
* :doc:`/components/dependency_injection/introduction`
16+
17+
* **The Event Dispatcher Component**
18+
19+
* :doc:`/components/event_dispatcher/introduction`
20+
21+
* **The DOM Crawler Component**
22+
23+
* :doc:`/components/dom_crawler`
24+
25+
* **The Finder Component**
26+
27+
* :doc:`/components/finder`
28+
29+
* **The HTTP Foundation Component**
30+
31+
* :doc:`/components/http_foundation/introduction`
32+
33+
* **The Locale Component**
34+
35+
* :doc:`/components/locale`
36+
37+
* **The Process Component**
38+
39+
* :doc:`/components/process`
40+
41+
* **The Routing Component**
42+
43+
* :doc:`/components/routing`
44+
45+
* **The Templatig Component**
46+
47+
* :doc:`/components/templating`
48+
49+
* **The YAML Component**
50+
51+
* :doc:`/components/yaml`

0 commit comments

Comments
 (0)