Mercurial > public > src > rhodecode
annotate docs/index.rst @ 2819:dd240b2b7a12 beta tip
Added optional flag to make_ui to not clean sqlalchemy Session.
Don't clear sqlalchemy session when using make_ui in admin repo form
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Wed, 15 Aug 2012 18:25:38 +0200 |
parents | aa90719e8520 |
children |
rev | line source |
---|---|
617
5f481e4e888b
updated docs, added sphinx build
Marcin Kuzminski <marcin@python-works.com>
parents:
596
diff
changeset
|
1 .. _index: |
5f481e4e888b
updated docs, added sphinx build
Marcin Kuzminski <marcin@python-works.com>
parents:
596
diff
changeset
|
2 |
854 | 3 .. include:: ./../README.rst |
732
bdd1ddd05b7c
docs update, setup libs version bumps
Marcin Kuzminski <marcin@python-works.com>
parents:
697
diff
changeset
|
4 |
1924 | 5 Users Guide |
6 ----------- | |
617
5f481e4e888b
updated docs, added sphinx build
Marcin Kuzminski <marcin@python-works.com>
parents:
596
diff
changeset
|
7 |
5f481e4e888b
updated docs, added sphinx build
Marcin Kuzminski <marcin@python-works.com>
parents:
596
diff
changeset
|
8 **Installation:** |
5f481e4e888b
updated docs, added sphinx build
Marcin Kuzminski <marcin@python-works.com>
parents:
596
diff
changeset
|
9 |
5f481e4e888b
updated docs, added sphinx build
Marcin Kuzminski <marcin@python-works.com>
parents:
596
diff
changeset
|
10 .. toctree:: |
5f481e4e888b
updated docs, added sphinx build
Marcin Kuzminski <marcin@python-works.com>
parents:
596
diff
changeset
|
11 :maxdepth: 1 |
5f481e4e888b
updated docs, added sphinx build
Marcin Kuzminski <marcin@python-works.com>
parents:
596
diff
changeset
|
12 |
5f481e4e888b
updated docs, added sphinx build
Marcin Kuzminski <marcin@python-works.com>
parents:
596
diff
changeset
|
13 installation |
801 | 14 setup |
697 | 15 upgrade |
868 | 16 |
17 **Usage** | |
18 | |
19 .. toctree:: | |
20 :maxdepth: 1 | |
21 | |
1088 | 22 usage/general |
2111
c45fb78969a3
docs updates on git support
Marcin Kuzminski <marcin@python-works.com>
parents:
2110
diff
changeset
|
23 usage/git_support |
2619
fa88997aa421
Added simple docs for optimizing RhodeCode performance
Marcin Kuzminski <marcin@python-works.com>
parents:
2217
diff
changeset
|
24 usage/performance |
1088 | 25 usage/statistics |
1173
af371e206ec5
added backup to docs
Marcin Kuzminski <marcin@python-works.com>
parents:
1088
diff
changeset
|
26 usage/backup |
2217
4d076981a7b1
docs about debugging
Marcin Kuzminski <marcin@python-works.com>
parents:
2111
diff
changeset
|
27 usage/debugging |
2703
aa90719e8520
Added troubleshooting section to docs
Marcin Kuzminski <marcin@python-works.com>
parents:
2619
diff
changeset
|
28 usage/troubleshooting |
2217
4d076981a7b1
docs about debugging
Marcin Kuzminski <marcin@python-works.com>
parents:
2111
diff
changeset
|
29 |
868 | 30 **Develop** |
31 | |
32 .. toctree:: | |
33 :maxdepth: 1 | |
34 | |
35 contributing | |
635 | 36 changelog |
0 | 37 |
868 | 38 **API** |
39 | |
40 .. toctree:: | |
1924 | 41 :maxdepth: 1 |
868 | 42 |
2110 | 43 api/api |
44 api/models | |
868 | 45 |
46 | |
617
5f481e4e888b
updated docs, added sphinx build
Marcin Kuzminski <marcin@python-works.com>
parents:
596
diff
changeset
|
47 Other topics |
622
a60cd29ba7e2
more docs update
Marcin Kuzminski <marcin@python-works.com>
parents:
621
diff
changeset
|
48 ------------ |
617
5f481e4e888b
updated docs, added sphinx build
Marcin Kuzminski <marcin@python-works.com>
parents:
596
diff
changeset
|
49 |
5f481e4e888b
updated docs, added sphinx build
Marcin Kuzminski <marcin@python-works.com>
parents:
596
diff
changeset
|
50 * :ref:`genindex` |
5f481e4e888b
updated docs, added sphinx build
Marcin Kuzminski <marcin@python-works.com>
parents:
596
diff
changeset
|
51 * :ref:`search` |
5f481e4e888b
updated docs, added sphinx build
Marcin Kuzminski <marcin@python-works.com>
parents:
596
diff
changeset
|
52 |
622
a60cd29ba7e2
more docs update
Marcin Kuzminski <marcin@python-works.com>
parents:
621
diff
changeset
|
53 .. _virtualenv: http://pypi.python.org/pypi/virtualenv |
617
5f481e4e888b
updated docs, added sphinx build
Marcin Kuzminski <marcin@python-works.com>
parents:
596
diff
changeset
|
54 .. _python: http://www.python.org/ |
5f481e4e888b
updated docs, added sphinx build
Marcin Kuzminski <marcin@python-works.com>
parents:
596
diff
changeset
|
55 .. _django: http://www.djangoproject.com/ |
5f481e4e888b
updated docs, added sphinx build
Marcin Kuzminski <marcin@python-works.com>
parents:
596
diff
changeset
|
56 .. _mercurial: http://mercurial.selenic.com/ |
1192 | 57 .. _bitbucket: http://bitbucket.org/ |
617
5f481e4e888b
updated docs, added sphinx build
Marcin Kuzminski <marcin@python-works.com>
parents:
596
diff
changeset
|
58 .. _subversion: http://subversion.tigris.org/ |
622
a60cd29ba7e2
more docs update
Marcin Kuzminski <marcin@python-works.com>
parents:
621
diff
changeset
|
59 .. _git: http://git-scm.com/ |
a60cd29ba7e2
more docs update
Marcin Kuzminski <marcin@python-works.com>
parents:
621
diff
changeset
|
60 .. _celery: http://celeryproject.org/ |
a60cd29ba7e2
more docs update
Marcin Kuzminski <marcin@python-works.com>
parents:
621
diff
changeset
|
61 .. _Sphinx: http://sphinx.pocoo.org/ |
1192 | 62 .. _vcs: http://pypi.python.org/pypi/vcs |