Changeset - 24e426cd40ac
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 11 years ago 2015-03-14 21:50:44
thomas.de.schampheleire@gmail.com
README: link to readthedocs.org rather than python.org for documentation

The documentation at readthedocs.org is up-to-date with the latest revision,
while python.org shows the latest release.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
README.rst
Show inline comments
 
@@ -21,25 +21,25 @@ version control systems.
 

	
 
Kallithea was forked from RhodeCode in July 2014 and has been heavily modified.
 

	
 
Installation
 
------------
 
Official releases of Kallithea can be installed via::
 

	
 
    pip install kallithea
 

	
 
The development repository is kept very stable and used in production by the
 
developers - you can do the same.
 

	
 
Please visit http://packages.python.org/Kallithea/installation.html for
 
Please visit https://docs.kallithea-scm.org/en/latest/installation.html for
 
more details.
 

	
 

	
 
Source code
 
-----------
 

	
 
The latest sources can be obtained from https://kallithea-scm.org/repos/kallithea.
 

	
 
The issue tracker and a repository mirror can be found at Bitbucket_ on
 
https://bitbucket.org/conservancy/kallithea.
 

	
 

	
 
@@ -122,25 +122,25 @@ Get in touch with the rest of the commun
 
- Issues can be reported at `issue tracker <https://bitbucket.org/conservancy/kallithea/issues>`_.
 

	
 
   .. note::
 

	
 
       Please try to read the documentation before posting any issues, especially
 
       the **troubleshooting section**
 

	
 

	
 
Online documentation
 
--------------------
 

	
 
Online documentation for the current version of Kallithea is available at https://pythonhosted.org/Kallithea/.
 
Documentation for the current development version can be found on http://docs.kallithea-scm.org/.
 
Documentation for the current development version can be found on https://docs.kallithea-scm.org/.
 

	
 
You can also build the documentation locally: go to ``docs/`` and run::
 

	
 
   make html
 

	
 
(You need to have Sphinx_ installed to build the documentation. If you don't
 
have Sphinx_ installed you can install it via the command:
 
``pip install sphinx``)
 

	
 

	
 
Converting from RhodeCode
 
-------------------------
0 comments (0 inline, 0 general)