##// END OF EJS Templates
fixed backlinks and fixed target to docs
marcink -
r576:5c734b99 default
parent child Browse files
Show More
@@ -34,7 +34,7 b' http://hg.python-works.com/rhodecode/sum'
34 Instalation
34 Instalation
35 -----------
35 -----------
36
36
37 Please visit http://packages.python.org/rhodecode/installation.html
37 Please visit http://packages.python.org/RhodeCode/installation.html
38
38
39
39
40 Features
40 Features
@@ -86,8 +86,18 b' Documentation'
86 -------------
86 -------------
87
87
88 Online documentation for current version is available at
88 Online documentation for current version is available at
89 http://packages.python.org/rhodecode/.
89 http://packages.python.org/RhodeCode/.
90 You may also build documentation for yourself - go into ``docs/`` and run::
90 You may also build documentation for yourself - go into ``docs/`` and run::
91
91
92 make html
92 make html
93
93
94 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
95 .. _python: http://www.python.org/
96 .. _django: http://www.djangoproject.com/
97 .. _mercurial: http://mercurial.selenic.com/
98 .. _subversion: http://subversion.tigris.org/
99 .. _git: http://git-scm.com/
100 .. _celery: http://celeryproject.org/
101 .. _Sphinx: http://sphinx.pocoo.org/
102 .. _GPL: http://www.gnu.org/licenses/gpl.html
103 .. _vcs: http://pypi.python.org/pypi/vcs No newline at end of file
@@ -1,5 +1,5 b''
1 [egg_info]
1 [egg_info]
2 tag_build = dev
2 tag_build = rc1
3 tag_svn_revision = true
3 tag_svn_revision = true
4
4
5 [easy_install]
5 [easy_install]
@@ -32,3 +32,11 b' domain = rhodecode'
32 input_file = rhodecode/i18n/rhodecode.pot
32 input_file = rhodecode/i18n/rhodecode.pot
33 output_dir = rhodecode/i18n
33 output_dir = rhodecode/i18n
34 previous = true
34 previous = true
35
36 [build_sphinx]
37 source-dir = docs/
38 build-dir = docs/_build
39 all_files = 1
40
41 [upload_sphinx]
42 upload-dir = docs/_build/html
General Comments 0
You need to be logged in to leave comments. Login now