annotate docs/api/models.rst @ 4819:990ec5ed4ee5

comment handling: extend next/previous links to global comments (issue #91) Until now, only inline comments were linked to each other with next/previous links. This commit extends this mechanism to global comments, such that the last inline comment has a next link to the first global comment, which has a next link to the next global comment (and the other way around for previous links). In order to work well, instead of hiding inline comments that have been moved, they actually have to be deleted.
author Thomas De Schampheleire <thomas.de_schampheleire@alcatel-lucent.com>
date Thu, 29 Jan 2015 21:48:54 +0100
parents 499c513967a1
children 22a3fa3c4254
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
849
64a5386216c5 Fixed models link at documentation
Lukasz Balcerzak <lukasz.balcerzak@python-center.org>
parents: 811
diff changeset
1 .. _models:
811
bb35ad076e2f docs updates
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2
2095
Marcin Kuzminski <marcin@python-works.com>
parents: 1839
diff changeset
3 ========================
811
bb35ad076e2f docs updates
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
4 The :mod:`models` Module
bb35ad076e2f docs updates
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
5 ========================
bb35ad076e2f docs updates
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
6
4186
7e5f8c12a3fc First step in two-part process to rename directories to kallithea.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 3224
diff changeset
7 .. automodule:: kallithea.model
811
bb35ad076e2f docs updates
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
8 :members:
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 2095
diff changeset
9
4186
7e5f8c12a3fc First step in two-part process to rename directories to kallithea.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 3224
diff changeset
10 .. automodule:: kallithea.model.comment
1839
9da24750f563 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 849
diff changeset
11 :members:
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 2095
diff changeset
12
4186
7e5f8c12a3fc First step in two-part process to rename directories to kallithea.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 3224
diff changeset
13 .. automodule:: kallithea.model.notification
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 2095
diff changeset
14 :members:
1839
9da24750f563 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 849
diff changeset
15
4186
7e5f8c12a3fc First step in two-part process to rename directories to kallithea.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 3224
diff changeset
16 .. automodule:: kallithea.model.permission
811
bb35ad076e2f docs updates
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
17 :members:
1839
9da24750f563 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 849
diff changeset
18
4186
7e5f8c12a3fc First step in two-part process to rename directories to kallithea.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 3224
diff changeset
19 .. automodule:: kallithea.model.repo_permission
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 2095
diff changeset
20 :members:
1839
9da24750f563 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 849
diff changeset
21
4186
7e5f8c12a3fc First step in two-part process to rename directories to kallithea.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 3224
diff changeset
22 .. automodule:: kallithea.model.repo
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 2095
diff changeset
23 :members:
811
bb35ad076e2f docs updates
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
24
4226
499c513967a1 docs: fix building html
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4186
diff changeset
25 .. automodule:: kallithea.model.repo_group
1839
9da24750f563 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 849
diff changeset
26 :members:
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 2095
diff changeset
27
4186
7e5f8c12a3fc First step in two-part process to rename directories to kallithea.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 3224
diff changeset
28 .. automodule:: kallithea.model.scm
811
bb35ad076e2f docs updates
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
29 :members:
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 2095
diff changeset
30
4186
7e5f8c12a3fc First step in two-part process to rename directories to kallithea.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 3224
diff changeset
31 .. automodule:: kallithea.model.user
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 2095
diff changeset
32 :members:
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 2095
diff changeset
33
4226
499c513967a1 docs: fix building html
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4186
diff changeset
34 .. automodule:: kallithea.model.user_group
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 2095
diff changeset
35 :members: