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
 
@@ -27,13 +27,13 @@ Official releases of Kallithea can be in
 

	
 
    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
 
-----------
 

	
 
@@ -128,13 +128,13 @@ Get in touch with the rest of the commun
 

	
 

	
 
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
0 comments (0 inline, 0 general)