# HG changeset patch # User Thomas De Schampheleire # Date 1528746183 -7200 # Node ID d5eaa70e0f2af7feddf05d116ed834fabb252a77 # Parent 2cbdbf55ed99aabd38b04a771229c08288342a6d 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. diff -r 2cbdbf55ed99 -r d5eaa70e0f2a README.rst --- 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:: diff -r 2cbdbf55ed99 -r d5eaa70e0f2a docs/setup.rst --- 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:: diff -r 2cbdbf55ed99 -r d5eaa70e0f2a kallithea/lib/dbmigrate/__init__.py --- 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' ) diff -r 2cbdbf55ed99 -r d5eaa70e0f2a scripts/make-release --- 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"