##// END OF EJS Templates
docs: reorganize index page...
Thomas De Schampheleire -
r7254:e71216a1 default
parent child Browse files
Show More
@@ -4,14 +4,21 b''
4 4 Kallithea Documentation
5 5 #######################
6 6
7 **Readme**
7 * :ref:`genindex`
8 * :ref:`search`
9
10 Readme
11 ------
8 12
9 13 .. toctree::
10 14 :maxdepth: 1
11 15
12 16 readme
13 17
14 **Installation**
18 Administrator guide
19 -------------------
20
21 **Installation and upgrade**
15 22
16 23 .. toctree::
17 24 :maxdepth: 1
@@ -21,11 +28,30 b' Kallithea Documentation'
21 28 installation_win
22 29 installation_win_old
23 30 installation_iis
24 setup
25 31 installation_puppet
26 32 upgrade
27 33
28 **Usage**
34 **Setup and configuration**
35
36 .. toctree::
37 :maxdepth: 1
38
39 setup
40 usage/email
41 usage/customization
42
43 **Maintenance**
44
45 .. toctree::
46 :maxdepth: 1
47
48 usage/backup
49 usage/performance
50 usage/debugging
51 usage/troubleshooting
52
53 User guide
54 ----------
29 55
30 56 .. toctree::
31 57 :maxdepth: 1
@@ -34,20 +60,11 b' Kallithea Documentation'
34 60 usage/vcs_support
35 61 usage/locking
36 62 usage/statistics
37
38 **Administrator's guide**
63 api/api
39 64
40 .. toctree::
41 :maxdepth: 1
42 65
43 usage/email
44 usage/performance
45 usage/backup
46 usage/debugging
47 usage/troubleshooting
48 usage/customization
49
50 **Development**
66 Developer guide
67 ---------------
51 68
52 69 .. toctree::
53 70 :maxdepth: 1
@@ -56,20 +73,6 b' Kallithea Documentation'
56 73 dev/translation
57 74 dev/dbmigrations
58 75
59 **API**
60
61 .. toctree::
62 :maxdepth: 1
63
64 api/api
65
66
67 Other topics
68 ************
69
70 * :ref:`genindex`
71 * :ref:`search`
72
73 76
74 77 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
75 78 .. _python: http://www.python.org/
General Comments 0
You need to be logged in to leave comments. Login now