comparison README.rst @ 4192:e73a69cb98dc kallithea-2.2.5-rebrand

Rename some strings examples and commands in documentation
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:04:41 -0400
parents 48ad84558fb4
children 24c0d584ba86
comparison
equal deleted inserted replaced
4191:9171248beae5 4192:e73a69cb98dc
23 23
24 Installation 24 Installation
25 ------------ 25 ------------
26 Stable releases of RhodeCode are best installed via:: 26 Stable releases of RhodeCode are best installed via::
27 27
28 easy_install rhodecode 28 easy_install kallithea
29 29
30 Or:: 30 Or::
31 31
32 pip install rhodecode 32 pip install kallithea
33 33
34 Detailed instructions and links may be found on the Installation page. 34 Detailed instructions and links may be found on the Installation page.
35 35
36 Please visit http://packages.python.org/RhodeCode/installation.html for 36 Please visit http://packages.python.org/Kallithea/installation.html for
37 more details 37 more details
38 38
39 39
40 Source code 40 Source code
41 ----------- 41 -----------
136 136
137 Online documentation 137 Online documentation
138 -------------------- 138 --------------------
139 139
140 Online documentation for the current version of RhodeCode is available at 140 Online documentation for the current version of RhodeCode is available at
141 - http://packages.python.org/RhodeCode/ 141 - http://packages.python.org/Kallithea/
142 - http://rhodecode.readthedocs.org/en/latest/index.html 142 - http://kallithea.readthedocs.org/
143 143
144 You may also build the documentation for yourself - go into ``docs/`` and run:: 144 You may also build the documentation for yourself - go into ``docs/`` and run::
145 145
146 make html 146 make html
147 147