# HG changeset patch # User Thomas De Schampheleire <[email protected]> # Date 1528746183 -7200 # Mon Jun 11 21:43:03 2018 +0200 # Node ID d223d0783942d3d66307b08b48e2de93e244993b # Parent e71216a16853e9b5987fcb9419ad43db7efca56e 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 --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -150,8 +150,8 @@ 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 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 --git a/docs/setup.rst b/docs/setup.rst --- a/docs/setup.rst +++ b/docs/setup.rst @@ -141,7 +141,7 @@ Setting up Whoosh full text search 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 --git a/kallithea/lib/dbmigrate/__init__.py b/kallithea/lib/dbmigrate/__init__.py --- a/kallithea/lib/dbmigrate/__init__.py +++ b/kallithea/lib/dbmigrate/__init__.py @@ -9,5 +9,5 @@ class UpgradeDb(Command): 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 --git a/scripts/make-release b/scripts/make-release --- a/scripts/make-release +++ b/scripts/make-release @@ -73,7 +73,6 @@ read answer 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" _______________________________________________ kallithea-general mailing list [email protected] https://lists.sfconservancy.org/mailman/listinfo/kallithea-general
