Changeset - d5eaa70e0f2a
[Not reviewed]
default
0 4 0
Thomas De Schampheleire - 8 years ago 2018-06-11 21:43:03
thomas.de_schampheleire@nokia.com
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.
4 files changed with 4 insertions and 5 deletions:
0 comments (0 inline, 0 general)
README.rst
Show inline comments
 
@@ -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::
 

	
docs/setup.rst
Show inline comments
 
@@ -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::
 

	
kallithea/lib/dbmigrate/__init__.py
Show inline comments
 
@@ -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'
 
        )
scripts/make-release
Show inline comments
 
@@ -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"
0 comments (0 inline, 0 general)