comparison docs/api/models.rst @ 4186:7e5f8c12a3fc kallithea-2.2.5-rebrand

First step in two-part process to rename directories to kallithea. This first step is to change all references in the files where they refer to the old directory name.
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:04:28 -0400
parents 8b8edfc25856
children 499c513967a1
comparison
equal deleted inserted replaced
4185:aaa7c3331186 4186:7e5f8c12a3fc
2 2
3 ======================== 3 ========================
4 The :mod:`models` Module 4 The :mod:`models` Module
5 ======================== 5 ========================
6 6
7 .. automodule:: rhodecode.model 7 .. automodule:: kallithea.model
8 :members: 8 :members:
9 9
10 .. automodule:: rhodecode.model.comment 10 .. automodule:: kallithea.model.comment
11 :members: 11 :members:
12 12
13 .. automodule:: rhodecode.model.notification 13 .. automodule:: kallithea.model.notification
14 :members: 14 :members:
15 15
16 .. automodule:: rhodecode.model.permission 16 .. automodule:: kallithea.model.permission
17 :members: 17 :members:
18 18
19 .. automodule:: rhodecode.model.repo_permission 19 .. automodule:: kallithea.model.repo_permission
20 :members: 20 :members:
21 21
22 .. automodule:: rhodecode.model.repo 22 .. automodule:: kallithea.model.repo
23 :members: 23 :members:
24 24
25 .. automodule:: rhodecode.model.repos_group 25 .. automodule:: kallithea.model.repos_group
26 :members: 26 :members:
27 27
28 .. automodule:: rhodecode.model.scm 28 .. automodule:: kallithea.model.scm
29 :members: 29 :members:
30 30
31 .. automodule:: rhodecode.model.user 31 .. automodule:: kallithea.model.user
32 :members: 32 :members:
33 33
34 .. automodule:: rhodecode.model.users_group 34 .. automodule:: kallithea.model.users_group
35 :members: 35 :members: