Changeset - 8b8edfc25856
[Not reviewed]
beta
0 20 0
Marcin Kuzminski - 13 years ago 2013-01-25 02:31:17
marcin@python-works.com
whitespace cleanup
12 files changed with 12 insertions and 12 deletions:
0 comments (0 inline, 0 general)
README.rst
Show inline comments
 
@@ -176,4 +176,4 @@ have sphinx_ installed you can install i
 
.. _git: http://git-scm.com/
 
.. _celery: http://celeryproject.org/
 
.. _Sphinx: http://sphinx.pocoo.org/
 
.. _vcs: http://pypi.python.org/pypi/vcs
 
\ No newline at end of file
 
.. _vcs: http://pypi.python.org/pypi/vcs
docs/api/api.rst
Show inline comments
 
@@ -956,4 +956,4 @@ OUTPUT::
 
              "msg" : "Revoked perm for group: `<usersgroupname>` in repo: `<reponame>`",
 
              "success": true
 
            }
 
    error:  null
 
\ No newline at end of file
 
    error:  null
docs/api/models.rst
Show inline comments
 
@@ -32,4 +32,4 @@ The :mod:`models` Module
 
   :members:      
 
   
 
.. automodule:: rhodecode.model.users_group
 
   :members:   
 
\ No newline at end of file
 
   :members:
docs/index.rst
Show inline comments
 
@@ -61,4 +61,4 @@ Other topics
 
.. _git: http://git-scm.com/
 
.. _celery: http://celeryproject.org/
 
.. _Sphinx: http://sphinx.pocoo.org/
 
.. _vcs: http://pypi.python.org/pypi/vcs
 
\ No newline at end of file
 
.. _vcs: http://pypi.python.org/pypi/vcs
docs/installation_win.rst
Show inline comments
 
@@ -247,4 +247,4 @@ Open a CommandPrompt like in Step7 (VS20
 
 
 
 paster upgrade-db production.ini (update database)
 

	
 
Full steps in http://packages.python.org/RhodeCode/upgrade.html 
 
\ No newline at end of file
 
Full steps in http://packages.python.org/RhodeCode/upgrade.html
docs/setup.rst
Show inline comments
 
@@ -722,4 +722,4 @@ Some example init.d scripts can be found
 
.. _mercurial-server: http://www.lshift.net/mercurial-server.html
 
.. _PublishingRepositories: http://mercurial.selenic.com/wiki/PublishingRepositories
 
.. _Issues tracker: https://bitbucket.org/marcinkuzminski/rhodecode/issues
 
.. _google group rhodecode: http://groups.google.com/group/rhodecode
 
\ No newline at end of file
 
.. _google group rhodecode: http://groups.google.com/group/rhodecode
docs/usage/backup.rst
Show inline comments
 
@@ -23,4 +23,4 @@ Database
 
When using sqlite just copy rhodecode.db.
 
Any other database engine requires a manual backup operation.
 

	
 
Database backup will contain all gathered statistics
 
\ No newline at end of file
 
Database backup will contain all gathered statistics
docs/usage/git_support.rst
Show inline comments
 
@@ -52,4 +52,4 @@ file **rhodecode/__init__.py** and comme
 
   }
 

	
 
.. _waitress: http://pypi.python.org/pypi/waitress
 
.. _gunicorn: http://pypi.python.org/pypi/gunicorn
 
\ No newline at end of file
 
.. _gunicorn: http://pypi.python.org/pypi/gunicorn
docs/usage/locking.rst
Show inline comments
 
@@ -38,4 +38,4 @@ every initial clone and every pull gives
 
the exclusive right to do a push.
 

	
 

	
 
Each repo can be manually unlocked by admin from the repo settings menu.
 
\ No newline at end of file
 
Each repo can be manually unlocked by admin from the repo settings menu.
docs/usage/performance.rst
Show inline comments
 
@@ -47,4 +47,4 @@ Follow these few steps to improve perfor
 
      db sessions, client side sessions or sharing session data folder across 
 
      instances. See http://beaker.readthedocs.org/ docs for details.
 
    - remember that each instance needs it's own .ini file and unique
 
      `instance_id` set in them
 
\ No newline at end of file
 
      `instance_id` set in them
docs/usage/subrepos.rst
Show inline comments
 
@@ -34,4 +34,4 @@ Next we can edit the subrepo data, and p
 
both of repositories.
 

	
 
see http://mercurial.aragost.com/kick-start/en/subrepositories/ for more
 
information about subrepositories   
 
\ No newline at end of file
 
information about subrepositories
docs/usage/troubleshooting.rst
Show inline comments
 
@@ -67,4 +67,4 @@ For further questions search the `Issues
 
.. _mercurial-server: http://www.lshift.net/mercurial-server.html
 
.. _PublishingRepositories: http://mercurial.selenic.com/wiki/PublishingRepositories
 
.. _Issues tracker: https://bitbucket.org/marcinkuzminski/rhodecode/issues
 
.. _google group rhodecode: http://groups.google.com/group/rhodecode
 
\ No newline at end of file
 
.. _google group rhodecode: http://groups.google.com/group/rhodecode
0 comments (0 inline, 0 general)