changeset 7333:99cd328da2a1 stable

remove references to pythonhosted.org (issue #293) The pythonhosted service is no longer supported. Update links to point to docs.kallithea-scm.org (which redirects to kallithea.readthedocs.io) While at it, fix the whoosh pythonhosted.org reference as well.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Mon, 11 Jun 2018 21:43:03 +0200
parents 42788d5f5967
children b22501293b30
files README.rst docs/setup.rst scripts/make-release
diffstat 3 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/README.rst	Wed Jun 06 21:37:21 2018 +0200
+++ b/README.rst	Mon Jun 11 21:43:03 2018 +0200
@@ -150,8 +150,8 @@
 --------------------
 
 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 https://docs.kallithea-scm.org/.
+https://docs.kallithea-scm.org/en/stable/. Documentation for the current development
+version can be found on https://docs.kallithea-scm.org/en/default/.
 
 You can also build the documentation locally: go to ``docs/`` and run::
 
--- a/docs/setup.rst	Wed Jun 06 21:37:21 2018 +0200
+++ b/docs/setup.rst	Mon Jun 11 21:43:03 2018 +0200
@@ -125,7 +125,7 @@
 
 Kallithea provides full text search of repositories using `Whoosh`__.
 
-.. __: https://pythonhosted.org/Whoosh/
+.. __: https://whoosh.readthedocs.io/en/latest/
 
 For an incremental index build, run::
 
--- a/scripts/make-release	Wed Jun 06 21:37:21 2018 +0200
+++ b/scripts/make-release	Mon Jun 11 21:43:03 2018 +0200
@@ -72,7 +72,6 @@
 echo "Upload docs to pypi"
 # See https://wiki.python.org/moin/PyPiDocumentationHosting
 python2 setup.py build_sphinx upload_sphinx
-xdg-open https://pythonhosted.org/Kallithea/
 xdg-open http://packages.python.org/Kallithea/installation.html
 
 echo "Rebuild readthedocs for docs.kallithea-scm.org"