Skip to content

Commit

Permalink
docs: move to readthedocs.io
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
  • Loading branch information
tiborsimko committed Sep 25, 2016
1 parent b83f8e2 commit 0f9604e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Install from PyPI::
.. note::

Invenio-XRootD is dependent on
`XRootDPyFS <http://pythonhosted.org/xrootdpyfs/>`_ and the XRootD Python
`XRootDPyFS <http://xrootdpyfs.readthedocs.io/>`_ and the XRootD Python
bindings which are compatible with Python 2.7 only, and which can be
somewhat difficult to install. Please consult the XRootDPyFS installation
guide for further details.
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ include .dockerignore
include .editorconfig
include .tx/config
include babel.ini
include docs/requirements.txt
include LICENSE
include pytest.ini
prune docs/_build
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ XRootD file storage support for Invenio.
*This is an experimental developer preview release.*

* Free software: GPLv2 license
* Documentation: https://pythonhosted.org/invenio-xrootd/
* Documentation: https://invenio-xrootd.readthedocs.io/
2 changes: 1 addition & 1 deletion RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Installation
Documentation
-------------

http://pythonhosted.org/invenio-xrootd/
http://invenio-xrootd.readthedocs.io/

Happy hacking and thanks for flying Invenio-XRootD.

Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-e .[docs,tests]
2 changes: 1 addition & 1 deletion invenio_xrootd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
This modules provide an Invenio file storage interface for XRootD. By default
Invenio already has support for XRootD via
`PyFilesytem <http://docs.pyfilesystem.org/en/latest/>`_ and the
`XRootDPyFS <http://pythonhosted.org/xrootdpyfs/>`_ package. This module
`XRootDPyFS <http://xrootdpyfs.readthedocs.io/>`_ package. This module
adds optimization and performance improvements such as efficient checksum
calculations.
Expand Down

0 comments on commit 0f9604e

Please sign in to comment.