~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Daniel Nichter
  • Date: 2011-10-23 05:45:09 UTC
  • mto: This revision was merged to the branch mainline in revision 2448.
  • Revision ID: daniel@percona.com-20111023054509-5w1z0g4hn1c4guqv
A lot of doc changes: rewrite and expand Configuration and Administration, re-order top-level sections, enhance Contributing, add Release Notes, add Help and Support, fix title casing, label all plugins, other misc. enhancements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _auth_all@:
 
2
 
 
3
 
1
4
.. Drizzle documentation master file, created by
2
5
   sphinx-quickstart on Fri Aug 27 08:33:41 2010.
3
6
   You can adapt this file completely to your liking, but it should at least
23
26
 * Simple design for ease of use and administration
24
27
 * Reliable, ACID transactional
25
28
 
26
 
 
27
29
Introduction
28
30
------------
29
31
.. toctree::
34
36
   what_is_drizzle
35
37
   brief_history_of_drizzle
36
38
   how_to_report_a_bug
 
39
   help
37
40
   versioning
38
41
   mysql_differences
39
42
 
40
 
Compiling and Installing
41
 
------------------------
 
43
Contributing
 
44
------------
 
45
.. toctree::
 
46
   :maxdepth: 2
 
47
 
 
48
   contributing/getting_started
 
49
   contributing/code
 
50
   contributing/documentation
 
51
   contributing/more_ways
 
52
 
 
53
Installing
 
54
----------
42
55
.. toctree::
43
56
   :maxdepth: 2
44
57
 
45
58
   installing/requirements
46
 
   installing/from_source
47
59
   installing/ubuntu
48
60
   installing/redhat
49
 
 
50
 
Contributing
51
 
------------
52
 
.. toctree::
53
 
   :maxdepth: 2
54
 
 
55
 
   contributing/introduction
56
 
   contributing/code
57
 
   contributing/documentation
 
61
   installing/from_source
 
62
 
 
63
Configuration
 
64
-------------
 
65
.. toctree::
 
66
   :maxdepth: 2
 
67
 
 
68
   configuration/index
 
69
   configuration/drizzled
 
70
 
 
71
Administration
 
72
--------------
 
73
.. toctree::
 
74
   :maxdepth: 2
 
75
 
 
76
   administration/drizzled
 
77
   administration/authentication
 
78
   administration/authorization
 
79
   administration/plugins
 
80
   administration/storage_engines
 
81
 
 
82
Replication
 
83
-----------
 
84
.. toctree::
 
85
   :maxdepth: 2
 
86
 
 
87
   replication/drizzle
58
88
 
59
89
SQL Language
60
90
------------
76
106
   administrative
77
107
   resources/index
78
108
 
79
 
Replication
80
 
-----------
81
 
.. toctree::
82
 
   :maxdepth: 2
83
 
 
84
 
   replication
85
 
 
86
 
Configuration
87
 
-------------
88
 
.. toctree::
89
 
   :maxdepth: 2
90
 
 
91
 
   configuration/options
92
 
   configuration/variables
93
 
   configuration/values
94
 
   configuration/drizzled
95
 
 
96
 
Administration
97
 
--------------
98
 
.. toctree::
99
 
   :maxdepth: 2
100
 
 
101
 
   administration/authentication
102
 
   administration/authorization
103
 
   administration/storage_engines
104
 
 
105
 
 
106
 
Plugins
107
 
-------
108
 
.. toctree::
109
 
   :maxdepth: 2
110
 
 
111
 
   plugins/list
112
 
 
113
109
Clients
114
110
-------
115
111
.. toctree::
117
113
 
118
114
   clients/drizzle.rst
119
115
   clients/drizzledump.rst
120
 
   clients/errors.rst
 
116
 
 
117
Plugins
 
118
-------
 
119
.. toctree::
 
120
   :maxdepth: 2
 
121
 
 
122
   plugins/list
 
123
   
 
124
Release Notes
 
125
-------------
 
126
 
 
127
.. toctree::
 
128
   :maxdepth: 2
 
129
 
 
130
   release_notes/drizzle-7.0
121
131
 
122
132
libdrizzle
123
133
----------