##// END OF EJS Templates
docs update
marcink -
r1025:bbd499c7 beta
parent child Browse files
Show More
@@ -0,0 +1,54 b''
1 .. _general:
2
3 General RhodeCode usage
4 =======================
5
6
7 Repository deleting
8 +++++++++++++++++++
9
10 Currently when admin/owner deletes a repository, RhodeCode does not physically
11 delete a repository from filesystem, it renames it in a special way so it's
12 not possible to push,clone or access repository. It's worth a notice that,
13 even if someone will be given administrative access to RhodeCode and will
14 delete a repository You can easy restore such action by restoring `rm__<date>`
15 from the repository name, and internal repository storage (.hg/.git)
16
17 Follow current branch in file view
18 ++++++++++++++++++++++++++++++++++
19
20 In file view when this checkbox is checked the << and >> arrows will jump
21 to changesets withing the same branch currently viewing. So for example
22 if someone is viewing files at 'beta' branch and marks `follow current branch`
23 checkbox the << and >> buttons will only show him revisions for 'beta' branch
24
25
26 Compare view from changelog
27 +++++++++++++++++++++++++++
28
29 Checkboxes in compare view allow users to view combined compare view. You can
30 only show the range between the first and last checkbox (no cherry pick).
31 Clicking more than one checkbox will activate a link in top saying
32 `Show selected changes <from-rev> -> <to-rev>` clicking this will bring
33 compare view
34
35 Compare view is also available from the journal on pushes having more than
36 one changeset
37
38
39
40 Mailing
41 +++++++
42
43 When administrator will fill up the mailing settings in .ini files
44 RhodeCode will send mails on user registration, or when RhodeCode errors occur
45 on errors the mails will have a detailed traceback of error.
46
47
48 Trending source files
49 +++++++++++++++++++++
50
51 Trending source files are calculated based on pre defined dict of known
52 types and extensions. If You miss some extension or Would like to scan some
53 custom files it's possible to add new types in `LANGUAGES_EXTENSIONS_MAP` dict
54 located in `/rhodecode/lib/celerylib/tasks.py` No newline at end of file
@@ -1,56 +1,57 b''
1 1 .. _index:
2 2
3 3 .. include:: ./../README.rst
4 4
5 5 Documentation
6 6 -------------
7 7
8 8 **Installation:**
9 9
10 10 .. toctree::
11 11 :maxdepth: 1
12 12
13 13 installation
14 14 setup
15 15 upgrade
16 16
17 17 **Usage**
18 18
19 19 .. toctree::
20 20 :maxdepth: 1
21 21
22 enable_git
23 statistics
22 usage/general
23 usage/enable_git
24 usage/statistics
24 25
25 26 **Develop**
26 27
27 28 .. toctree::
28 29 :maxdepth: 1
29 30
30 31 contributing
31 32 changelog
32 33
33 34 **API**
34 35
35 36 .. toctree::
36 37 :maxdepth: 2
37 38
38 39 api/index
39 40
40 41
41 42 Other topics
42 43 ------------
43 44
44 45 * :ref:`genindex`
45 46 * :ref:`search`
46 47
47 48 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
48 49 .. _python: http://www.python.org/
49 50 .. _django: http://www.djangoproject.com/
50 51 .. _mercurial: http://mercurial.selenic.com/
51 52 .. _subversion: http://subversion.tigris.org/
52 53 .. _git: http://git-scm.com/
53 54 .. _celery: http://celeryproject.org/
54 55 .. _Sphinx: http://sphinx.pocoo.org/
55 56 .. _GPL: http://www.gnu.org/licenses/gpl.html
56 57 .. _vcs: http://pypi.python.org/pypi/vcs
1 NO CONTENT: file renamed from docs/enable_git.rst to docs/usage/enable_git.rst
1 NO CONTENT: file renamed from docs/statistics.rst to docs/usage/statistics.rst
General Comments 0
You need to be logged in to leave comments. Login now