##// 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 .. _index:
1 .. _index:
2
2
3 #######################
3 #######################
4 Kallithea Documentation
4 Kallithea Documentation
5 #######################
5 #######################
6
6
7 **Readme**
7 * :ref:`genindex`
8 * :ref:`search`
9
10 Readme
11 ------
8
12
9 .. toctree::
13 .. toctree::
10 :maxdepth: 1
14 :maxdepth: 1
11
15
12 readme
16 readme
13
17
14 **Installation**
18 Administrator guide
19 -------------------
20
21 **Installation and upgrade**
15
22
16 .. toctree::
23 .. toctree::
17 :maxdepth: 1
24 :maxdepth: 1
18
25
19 overview
26 overview
20 installation
27 installation
21 installation_win
28 installation_win
22 installation_win_old
29 installation_win_old
23 installation_iis
30 installation_iis
24 setup
25 installation_puppet
31 installation_puppet
26 upgrade
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 .. toctree::
56 .. toctree::
31 :maxdepth: 1
57 :maxdepth: 1
32
58
33 usage/general
59 usage/general
34 usage/vcs_support
60 usage/vcs_support
35 usage/locking
61 usage/locking
36 usage/statistics
62 usage/statistics
37
63 api/api
38 **Administrator's guide**
39
64
40 .. toctree::
41 :maxdepth: 1
42
65
43 usage/email
66 Developer guide
44 usage/performance
67 ---------------
45 usage/backup
46 usage/debugging
47 usage/troubleshooting
48 usage/customization
49
50 **Development**
51
68
52 .. toctree::
69 .. toctree::
53 :maxdepth: 1
70 :maxdepth: 1
54
71
55 contributing
72 contributing
56 dev/translation
73 dev/translation
57 dev/dbmigrations
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 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
77 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
75 .. _python: http://www.python.org/
78 .. _python: http://www.python.org/
76 .. _django: http://www.djangoproject.com/
79 .. _django: http://www.djangoproject.com/
77 .. _mercurial: https://www.mercurial-scm.org/
80 .. _mercurial: https://www.mercurial-scm.org/
78 .. _bitbucket: http://bitbucket.org/
81 .. _bitbucket: http://bitbucket.org/
79 .. _subversion: http://subversion.tigris.org/
82 .. _subversion: http://subversion.tigris.org/
80 .. _git: http://git-scm.com/
83 .. _git: http://git-scm.com/
81 .. _celery: http://celeryproject.org/
84 .. _celery: http://celeryproject.org/
82 .. _Sphinx: http://sphinx.pocoo.org/
85 .. _Sphinx: http://sphinx.pocoo.org/
83 .. _vcs: http://pypi.python.org/pypi/vcs
86 .. _vcs: http://pypi.python.org/pypi/vcs
General Comments 0
You need to be logged in to leave comments. Login now