##// END OF EJS Templates
docs: reorganize index page...
Thomas De Schampheleire -
r7254:e71216a1 default
parent child Browse files
Show More
@@ -1,83 +1,86 b''
1 1 .. _index:
2 2
3 3 #######################
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
18 25
19 26 overview
20 27 installation
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
32 58
33 59 usage/general
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
54 71
55 72 contributing
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/
76 79 .. _django: http://www.djangoproject.com/
77 80 .. _mercurial: https://www.mercurial-scm.org/
78 81 .. _bitbucket: http://bitbucket.org/
79 82 .. _subversion: http://subversion.tigris.org/
80 83 .. _git: http://git-scm.com/
81 84 .. _celery: http://celeryproject.org/
82 85 .. _Sphinx: http://sphinx.pocoo.org/
83 86 .. _vcs: http://pypi.python.org/pypi/vcs
General Comments 0
You need to be logged in to leave comments. Login now