##// END OF EJS Templates
docs: create separate 'Administrator guide'...
Thomas De Schampheleire -
r4975:beb4cbf3 default
parent child Browse files
Show More
@@ -1,70 +1,76 b''
1 .. _index:
1 .. _index:
2
2
3 Administrators Guide
3 Kallithea Documentation
4 --------------------
4 -----------------------
5
5
6 **Readme**
6 **Readme**
7
7
8 .. toctree::
8 .. toctree::
9 :maxdepth: 1
9 :maxdepth: 1
10
10
11 readme
11 readme
12
12
13 **Installation**
13 **Installation**
14
14
15 .. toctree::
15 .. toctree::
16 :maxdepth: 1
16 :maxdepth: 1
17
17
18 installation
18 installation
19 installation_win
19 installation_win
20 installation_win_old
20 installation_win_old
21 installation_iis
21 installation_iis
22 setup
22 setup
23
23
24 **Usage**
24 **Usage**
25
25
26 .. toctree::
26 .. toctree::
27 :maxdepth: 1
27 :maxdepth: 1
28
28
29 usage/general
29 usage/general
30 usage/vcs_support
30 usage/vcs_support
31 usage/performance
32 usage/locking
31 usage/locking
33 usage/statistics
32 usage/statistics
33
34 **Administrators Guide**
35
36 .. toctree::
37 :maxdepth: 1
38
39 usage/performance
34 usage/backup
40 usage/backup
35 usage/debugging
41 usage/debugging
36 usage/troubleshooting
42 usage/troubleshooting
37
43
38 **Develop**
44 **Develop**
39
45
40 .. toctree::
46 .. toctree::
41 :maxdepth: 1
47 :maxdepth: 1
42
48
43 contributing
49 contributing
44 changelog
50 changelog
45
51
46 **API**
52 **API**
47
53
48 .. toctree::
54 .. toctree::
49 :maxdepth: 1
55 :maxdepth: 1
50
56
51 api/api
57 api/api
52 api/models
58 api/models
53
59
54
60
55 Other topics
61 Other topics
56 ------------
62 ------------
57
63
58 * :ref:`genindex`
64 * :ref:`genindex`
59 * :ref:`search`
65 * :ref:`search`
60
66
61 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
67 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
62 .. _python: http://www.python.org/
68 .. _python: http://www.python.org/
63 .. _django: http://www.djangoproject.com/
69 .. _django: http://www.djangoproject.com/
64 .. _mercurial: http://mercurial.selenic.com/
70 .. _mercurial: http://mercurial.selenic.com/
65 .. _bitbucket: http://bitbucket.org/
71 .. _bitbucket: http://bitbucket.org/
66 .. _subversion: http://subversion.tigris.org/
72 .. _subversion: http://subversion.tigris.org/
67 .. _git: http://git-scm.com/
73 .. _git: http://git-scm.com/
68 .. _celery: http://celeryproject.org/
74 .. _celery: http://celeryproject.org/
69 .. _Sphinx: http://sphinx.pocoo.org/
75 .. _Sphinx: http://sphinx.pocoo.org/
70 .. _vcs: http://pypi.python.org/pypi/vcs
76 .. _vcs: http://pypi.python.org/pypi/vcs
General Comments 0
You need to be logged in to leave comments. Login now