Changeset - 5c734b99c4db
[Not reviewed]
default
0 2 0
Marcin Kuzminski - 15 years ago 2010-10-10 22:11:57
marcin@python-works.com
fixed backlinks and fixed target to docs
2 files changed with 21 insertions and 3 deletions:
0 comments (0 inline, 0 general)
README.rst
Show inline comments
 
@@ -34,7 +34,7 @@ http://hg.python-works.com/rhodecode/sum
 
Instalation
 
-----------
 

	
 
 Please visit http://packages.python.org/rhodecode/installation.html
 
 Please visit http://packages.python.org/RhodeCode/installation.html
 

	
 

	
 
Features
 
@@ -86,8 +86,18 @@ Documentation
 
-------------
 

	
 
 Online documentation for current version is available at
 
 http://packages.python.org/rhodecode/.
 
 http://packages.python.org/RhodeCode/.
 
 You may also build documentation for yourself - go into ``docs/`` and run::
 

	
 
   make html
 

	
 
.. _virtualenv: http://pypi.python.org/pypi/virtualenv
 
.. _python: http://www.python.org/
 
.. _django: http://www.djangoproject.com/
 
.. _mercurial: http://mercurial.selenic.com/
 
.. _subversion: http://subversion.tigris.org/
 
.. _git: http://git-scm.com/
 
.. _celery: http://celeryproject.org/
 
.. _Sphinx: http://sphinx.pocoo.org/
 
.. _GPL: http://www.gnu.org/licenses/gpl.html
 
.. _vcs: http://pypi.python.org/pypi/vcs
 
\ No newline at end of file
setup.cfg
Show inline comments
 
[egg_info]
 
tag_build = dev
 
tag_build = rc1
 
tag_svn_revision = true
 

	
 
[easy_install]
 
@@ -32,3 +32,11 @@ domain = rhodecode
 
input_file = rhodecode/i18n/rhodecode.pot
 
output_dir = rhodecode/i18n
 
previous = true
 

	
 
[build_sphinx]
 
source-dir = docs/
 
build-dir  = docs/_build
 
all_files  = 1
 

	
 
[upload_sphinx]
 
upload-dir = docs/_build/html
0 comments (0 inline, 0 general)