changeset 7337:d5eaa70e0f2a

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 2cbdbf55ed99
children 2bb5e9ee49fe
files README.rst docs/setup.rst kallithea/lib/dbmigrate/__init__.py scripts/make-release
diffstat 4 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/README.rst	Thu Jun 14 23:45:16 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	Thu Jun 14 23:45:16 2018 +0200
+++ b/docs/setup.rst	Mon Jun 11 21:43:03 2018 +0200
@@ -141,7 +141,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/kallithea/lib/dbmigrate/__init__.py	Thu Jun 14 23:45:16 2018 +0200
+++ b/kallithea/lib/dbmigrate/__init__.py	Mon Jun 11 21:43:03 2018 +0200
@@ -9,5 +9,5 @@
     def run(self, args):
         raise SystemExit(
             'The "paster upgrade-db" command has been removed; please see the docs:\n'
-            '    https://kallithea.readthedocs.io/en/default/upgrade.html'
+            '    https://docs.kallithea-scm.org/en/default/upgrade.html'
         )
--- a/scripts/make-release	Thu Jun 14 23:45:16 2018 +0200
+++ b/scripts/make-release	Mon Jun 11 21:43:03 2018 +0200
@@ -73,7 +73,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"