comparison docs/index.rst @ 7626:19af3fef3b34 stable

merge default to stable for 0.4.0
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 31 Mar 2019 21:28:56 +0200
parents 2898ea3ff76c
children 99edd97366e3
comparison
equal deleted inserted replaced
7558:fdee9a036bee 7626:19af3fef3b34
2 2
3 ####################### 3 #######################
4 Kallithea Documentation 4 Kallithea Documentation
5 ####################### 5 #######################
6 6
7 **Readme** 7 * :ref:`genindex`
8 * :ref:`search`
9
10
11 Readme
12 ******
8 13
9 .. toctree:: 14 .. toctree::
10 :maxdepth: 1 15 :maxdepth: 1
11 16
12 readme 17 readme
13 18
14 **Installation** 19
20 Administrator guide
21 *******************
22
23 **Installation and upgrade**
15 24
16 .. toctree:: 25 .. toctree::
17 :maxdepth: 1 26 :maxdepth: 1
18 27
19 overview 28 overview
20 installation 29 installation
21 installation_win 30 installation_win
22 installation_win_old 31 installation_win_old
23 installation_iis 32 installation_iis
33 installation_puppet
34 upgrade
35
36 **Setup and configuration**
37
38 .. toctree::
39 :maxdepth: 1
40
24 setup 41 setup
25 installation_puppet 42 administrator_guide/auth
43 administrator_guide/vcs_setup
44 usage/email
45 usage/customization
26 46
27 **Usage** 47 **Maintenance**
48
49 .. toctree::
50 :maxdepth: 1
51
52 usage/backup
53 usage/performance
54 usage/debugging
55 usage/troubleshooting
56
57
58 User guide
59 **********
28 60
29 .. toctree:: 61 .. toctree::
30 :maxdepth: 1 62 :maxdepth: 1
31 63
32 usage/general 64 usage/general
33 usage/vcs_support 65 usage/vcs_notes
34 usage/locking 66 usage/locking
35 usage/statistics 67 usage/statistics
68 api/api
36 69
37 **Administrator's guide**
38 70
39 .. toctree:: 71 Developer guide
40 :maxdepth: 1 72 ***************
41
42 usage/email
43 usage/performance
44 usage/backup
45 usage/debugging
46 usage/troubleshooting
47
48 **Development**
49 73
50 .. toctree:: 74 .. toctree::
51 :maxdepth: 1 75 :maxdepth: 1
52 76
53 contributing 77 contributing
54 changelog 78 dev/translation
55 79 dev/dbmigrations
56 **API**
57
58 .. toctree::
59 :maxdepth: 1
60
61 api/api
62 api/models
63
64
65 Other topics
66 ------------
67
68 * :ref:`genindex`
69 * :ref:`search`
70 80
71 81
72 .. _virtualenv: http://pypi.python.org/pypi/virtualenv 82 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
73 .. _python: http://www.python.org/ 83 .. _python: http://www.python.org/
74 .. _django: http://www.djangoproject.com/ 84 .. _django: http://www.djangoproject.com/