##// END OF EJS Templates
remove references to pythonhosted.org (issue #293)...
Thomas De Schampheleire -
r7255:99cd328d stable
parent child Browse files
Show More
@@ -150,8 +150,8 b' Online documentation'
150 --------------------
150 --------------------
151
151
152 Online documentation for the current version of Kallithea is available at
152 Online documentation for the current version of Kallithea is available at
153 https://pythonhosted.org/Kallithea/. Documentation for the current development
153 https://docs.kallithea-scm.org/en/stable/. Documentation for the current development
154 version can be found on https://docs.kallithea-scm.org/.
154 version can be found on https://docs.kallithea-scm.org/en/default/.
155
155
156 You can also build the documentation locally: go to ``docs/`` and run::
156 You can also build the documentation locally: go to ``docs/`` and run::
157
157
@@ -125,7 +125,7 b' Setting up Whoosh full text search'
125
125
126 Kallithea provides full text search of repositories using `Whoosh`__.
126 Kallithea provides full text search of repositories using `Whoosh`__.
127
127
128 .. __: https://pythonhosted.org/Whoosh/
128 .. __: https://whoosh.readthedocs.io/en/latest/
129
129
130 For an incremental index build, run::
130 For an incremental index build, run::
131
131
@@ -72,7 +72,6 b' read answer'
72 echo "Upload docs to pypi"
72 echo "Upload docs to pypi"
73 # See https://wiki.python.org/moin/PyPiDocumentationHosting
73 # See https://wiki.python.org/moin/PyPiDocumentationHosting
74 python2 setup.py build_sphinx upload_sphinx
74 python2 setup.py build_sphinx upload_sphinx
75 xdg-open https://pythonhosted.org/Kallithea/
76 xdg-open http://packages.python.org/Kallithea/installation.html
75 xdg-open http://packages.python.org/Kallithea/installation.html
77
76
78 echo "Rebuild readthedocs for docs.kallithea-scm.org"
77 echo "Rebuild readthedocs for docs.kallithea-scm.org"
General Comments 0
You need to be logged in to leave comments. Login now