##// END OF EJS Templates
whitespace cleanup
marcink -
r3224:8b8edfc2 beta
parent child Browse files
Show More
@@ -176,4 +176,4 b' have sphinx_ installed you can install i'
176 .. _git: http://git-scm.com/
176 .. _git: http://git-scm.com/
177 .. _celery: http://celeryproject.org/
177 .. _celery: http://celeryproject.org/
178 .. _Sphinx: http://sphinx.pocoo.org/
178 .. _Sphinx: http://sphinx.pocoo.org/
179 .. _vcs: http://pypi.python.org/pypi/vcs No newline at end of file
179 .. _vcs: http://pypi.python.org/pypi/vcs
@@ -956,4 +956,4 b' OUTPUT::'
956 "msg" : "Revoked perm for group: `<usersgroupname>` in repo: `<reponame>`",
956 "msg" : "Revoked perm for group: `<usersgroupname>` in repo: `<reponame>`",
957 "success": true
957 "success": true
958 }
958 }
959 error: null No newline at end of file
959 error: null
@@ -32,4 +32,4 b' The :mod:`models` Module'
32 :members:
32 :members:
33
33
34 .. automodule:: rhodecode.model.users_group
34 .. automodule:: rhodecode.model.users_group
35 :members: No newline at end of file
35 :members:
@@ -61,4 +61,4 b' Other topics'
61 .. _git: http://git-scm.com/
61 .. _git: http://git-scm.com/
62 .. _celery: http://celeryproject.org/
62 .. _celery: http://celeryproject.org/
63 .. _Sphinx: http://sphinx.pocoo.org/
63 .. _Sphinx: http://sphinx.pocoo.org/
64 .. _vcs: http://pypi.python.org/pypi/vcs No newline at end of file
64 .. _vcs: http://pypi.python.org/pypi/vcs
@@ -247,4 +247,4 b' Open a CommandPrompt like in Step7 (VS20'
247
247
248 paster upgrade-db production.ini (update database)
248 paster upgrade-db production.ini (update database)
249
249
250 Full steps in http://packages.python.org/RhodeCode/upgrade.html No newline at end of file
250 Full steps in http://packages.python.org/RhodeCode/upgrade.html
@@ -722,4 +722,4 b' Some example init.d scripts can be found'
722 .. _mercurial-server: http://www.lshift.net/mercurial-server.html
722 .. _mercurial-server: http://www.lshift.net/mercurial-server.html
723 .. _PublishingRepositories: http://mercurial.selenic.com/wiki/PublishingRepositories
723 .. _PublishingRepositories: http://mercurial.selenic.com/wiki/PublishingRepositories
724 .. _Issues tracker: https://bitbucket.org/marcinkuzminski/rhodecode/issues
724 .. _Issues tracker: https://bitbucket.org/marcinkuzminski/rhodecode/issues
725 .. _google group rhodecode: http://groups.google.com/group/rhodecode No newline at end of file
725 .. _google group rhodecode: http://groups.google.com/group/rhodecode
@@ -23,4 +23,4 b' Database'
23 When using sqlite just copy rhodecode.db.
23 When using sqlite just copy rhodecode.db.
24 Any other database engine requires a manual backup operation.
24 Any other database engine requires a manual backup operation.
25
25
26 Database backup will contain all gathered statistics No newline at end of file
26 Database backup will contain all gathered statistics
@@ -52,4 +52,4 b' file **rhodecode/__init__.py** and comme'
52 }
52 }
53
53
54 .. _waitress: http://pypi.python.org/pypi/waitress
54 .. _waitress: http://pypi.python.org/pypi/waitress
55 .. _gunicorn: http://pypi.python.org/pypi/gunicorn No newline at end of file
55 .. _gunicorn: http://pypi.python.org/pypi/gunicorn
@@ -38,4 +38,4 b' every initial clone and every pull gives'
38 the exclusive right to do a push.
38 the exclusive right to do a push.
39
39
40
40
41 Each repo can be manually unlocked by admin from the repo settings menu. No newline at end of file
41 Each repo can be manually unlocked by admin from the repo settings menu.
@@ -47,4 +47,4 b' 3. Scale RhodeCode horizontally'
47 db sessions, client side sessions or sharing session data folder across
47 db sessions, client side sessions or sharing session data folder across
48 instances. See http://beaker.readthedocs.org/ docs for details.
48 instances. See http://beaker.readthedocs.org/ docs for details.
49 - remember that each instance needs it's own .ini file and unique
49 - remember that each instance needs it's own .ini file and unique
50 `instance_id` set in them No newline at end of file
50 `instance_id` set in them
@@ -34,4 +34,4 b' Next we can edit the subrepo data, and p'
34 both of repositories.
34 both of repositories.
35
35
36 see http://mercurial.aragost.com/kick-start/en/subrepositories/ for more
36 see http://mercurial.aragost.com/kick-start/en/subrepositories/ for more
37 information about subrepositories No newline at end of file
37 information about subrepositories
@@ -67,4 +67,4 b' For further questions search the `Issues'
67 .. _mercurial-server: http://www.lshift.net/mercurial-server.html
67 .. _mercurial-server: http://www.lshift.net/mercurial-server.html
68 .. _PublishingRepositories: http://mercurial.selenic.com/wiki/PublishingRepositories
68 .. _PublishingRepositories: http://mercurial.selenic.com/wiki/PublishingRepositories
69 .. _Issues tracker: https://bitbucket.org/marcinkuzminski/rhodecode/issues
69 .. _Issues tracker: https://bitbucket.org/marcinkuzminski/rhodecode/issues
70 .. _google group rhodecode: http://groups.google.com/group/rhodecode No newline at end of file
70 .. _google group rhodecode: http://groups.google.com/group/rhodecode
General Comments 0
You need to be logged in to leave comments. Login now