~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Andrew Hutchings
  • Date: 2010-11-01 22:14:18 UTC
  • mto: This revision was merged to the branch mainline in revision 1907.
  • Revision ID: andrew@linuxjedi.co.uk-20101101221418-9n9gmm4ms7fl8vo5
Fix copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. Drizzle documentation master file, created by
 
2
   sphinx-quickstart on Fri Aug 27 08:33:41 2010.
 
3
   You can adapt this file completely to your liking, but it should at least
 
4
   contain the root `toctree` directive.
 
5
 
 
6
Welcome to Drizzle's documentation!
 
7
===================================
 
8
 
 
9
Drizzle is a transactional, relational, community-driven open source database that is forked from the popular MySQL database.  
 
10
 
 
11
 
 
12
Introduction:
 
13
 
 
14
.. toctree::
 
15
   :maxdepth: 2
 
16
 
 
17
   preface
 
18
   what_is_drizzle
 
19
   brief_history_of_drizzle
 
20
   how_to_report_a_bug
 
21
 
 
22
SQL Language:
 
23
 
 
24
.. toctree::
 
25
   :maxdepth: 2
 
26
 
 
27
   queries
 
28
   ddl
 
29
   dml
 
30
   columntypes 
 
31
   variables 
 
32
   dynamic 
 
33
   getting_information 
 
34
   transactional 
 
35
   administrative 
 
36
 
 
37
Advanced Topics:
 
38
  
 
39
.. toctree::
 
40
   :maxdepth: 2
 
41
 
 
42
   storage_engines
 
43
   logging
 
44
 
 
45
 
 
46
Configuration:
 
47
 
 
48
.. toctree::
 
49
   :maxdepth: 2
 
50
 
 
51
   configuration
 
52
   options
 
53
 
 
54
Plugins:
 
55
 
 
56
.. toctree::
 
57
   :maxdepth: 2
 
58
 
 
59
   plugins/list
 
60
 
 
61
Architecture:
 
62
 
 
63
.. toctree::
 
64
   :maxdepth: 2
 
65
 
 
66
   protocol
 
67
   replication
 
68
 
 
69
Clients:
 
70
 
 
71
.. toctree::
 
72
   :maxdepth: 2
 
73
 
 
74
   clients/drizzle.rst
 
75
   clients/drizzledump.rst
 
76
 
 
77
libdrizzle:
 
78
 
 
79
.. toctree::
 
80
   :maxdepth: 2
 
81
 
 
82
   libdrizzle/api.rst
 
83
   libdrizzle/developer.rst
 
84
 
 
85
Indices and tables
 
86
==================
 
87
 
 
88
* :ref:`genindex`
 
89
* :ref:`search`
 
90