~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Mark Atwood
  • Date: 2011-10-27 05:06:56 UTC
  • mfrom: (2425.2.6 docs71)
  • Revision ID: me@mark.atwood.name-20111027050656-ksehy1w5rmksauao
mergeĀ lp:~daniel-nichter/drizzle/7.1-docs

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/getting_started
 
77
   administration/drizzled
 
78
   administration/authentication
 
79
   administration/authorization
 
80
   administration/logging
 
81
   administration/plugins
 
82
   administration/storage_engines
 
83
 
 
84
Replication
 
85
-----------
 
86
.. toctree::
 
87
   :maxdepth: 2
 
88
 
 
89
   replication/drizzle
58
90
 
59
91
SQL Language
60
92
------------
76
108
   administrative
77
109
   resources/index
78
110
 
79
 
Replication
80
 
-----------
81
 
.. toctree::
82
 
   :maxdepth: 2
83
 
 
84
 
   replication
85
 
 
86
 
Configuration
87
 
-------------
88
 
.. toctree::
89
 
   :maxdepth: 2
90
 
 
91
 
   configuration
92
 
   options
93
 
 
94
 
Administration
95
 
--------------
96
 
.. toctree::
97
 
   :maxdepth: 2
98
 
 
99
 
   administration/index
100
 
 
101
 
Plugins
102
 
-------
103
 
.. toctree::
104
 
   :maxdepth: 2
105
 
 
106
 
   plugins/list
107
 
 
108
111
Clients
109
112
-------
110
113
.. toctree::
112
115
 
113
116
   clients/drizzle.rst
114
117
   clients/drizzledump.rst
115
 
   clients/errors.rst
 
118
 
 
119
Plugins
 
120
-------
 
121
.. toctree::
 
122
   :maxdepth: 2
 
123
 
 
124
   plugins/list
 
125
   
 
126
Release Notes
 
127
-------------
 
128
 
 
129
.. toctree::
 
130
   :maxdepth: 2
 
131
 
 
132
   release_notes/drizzle-7.0
116
133
 
117
134
libdrizzle
118
135
----------