changeset 576:5c734b99c4db

fixed backlinks and fixed target to docs
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 10 Oct 2010 22:11:57 +0200
parents e2c9e0929e93
children 70b2cea78c91
files README.rst setup.cfg
diffstat 2 files changed, 21 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README.rst	Sun Oct 10 21:39:58 2010 +0200
+++ b/README.rst	Sun Oct 10 22:11:57 2010 +0200
@@ -34,7 +34,7 @@
 Instalation
 -----------
 
- Please visit http://packages.python.org/rhodecode/installation.html
+ Please visit http://packages.python.org/RhodeCode/installation.html
 
 
 Features
@@ -86,8 +86,18 @@
 -------------
 
  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
--- a/setup.cfg	Sun Oct 10 21:39:58 2010 +0200
+++ b/setup.cfg	Sun Oct 10 22:11:57 2010 +0200
@@ -1,5 +1,5 @@
 [egg_info]
-tag_build = dev
+tag_build = rc1
 tag_svn_revision = true
 
 [easy_install]
@@ -32,3 +32,11 @@
 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