From 0afbfa1f7519a5f2cb96d57af08fd2d91acbcb9b Mon Sep 17 00:00:00 2001
From: Philipp Rieber
Date: Wed, 6 Nov 2013 07:26:33 +0100
Subject: [PATCH] [Reference] Reorder and group hidden toctrees
---
reference/forms/types.rst | 46 ++++++++++++++++++++++-----------------
reference/index.rst | 5 +++--
2 files changed, 29 insertions(+), 22 deletions(-)
diff --git a/reference/forms/types.rst b/reference/forms/types.rst
index 36b471c9e6f..d283baa21cf 100644
--- a/reference/forms/types.rst
+++ b/reference/forms/types.rst
@@ -8,35 +8,41 @@ Form Types Reference
:maxdepth: 1
:hidden:
- types/birthday
- types/checkbox
- types/choice
- types/collection
- types/country
- types/date
- types/datetime
+ types/text
+ types/textarea
types/email
- types/entity
- types/file
- types/field
- types/form
- types/hidden
types/integer
- types/language
- types/locale
types/money
types/number
types/password
types/percent
- types/radio
- types/repeated
types/search
- types/text
- types/textarea
- types/time
- types/timezone
types/url
+ types/choice
+ types/entity
+ types/country
+ types/language
+ types/locale
+ types/timezone
+
+ types/date
+ types/datetime
+ types/time
+ types/birthday
+
+ types/checkbox
+ types/file
+ types/radio
+
+ types/collection
+ types/repeated
+
+ types/hidden
+
+ types/field
+ types/form
+
A form is composed of *fields*, each of which are built with the help of
a field *type* (e.g. a ``text`` type, ``choice`` type, etc). Symfony2 comes
standard with a large list of field types that can be used in your application.
diff --git a/reference/index.rst b/reference/index.rst
index b1cafff5ad7..c5143e58f53 100755
--- a/reference/index.rst
+++ b/reference/index.rst
@@ -5,21 +5,22 @@ Reference Documents
:hidden:
configuration/framework
- configuration/assetic
configuration/doctrine
configuration/security
+ configuration/assetic
configuration/swiftmailer
configuration/twig
configuration/monolog
configuration/web_profiler
+
configuration/kernel
forms/types
+ constraints
forms/twig_reference
twig_reference
- constraints
dic_tags
requirements