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