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 a0d1356 commit de86233
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ include *.py
include *.rst
include *.txt
include .editorconfig .dockerignore .travis.yml
include docs/requirements.txt
include LICENSE
include pytest.ini
include tox.ini
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
Invenio module for OAI-PMH metadata harvesting between repositories.

* Free software: GPLv2 license
* Documentation: https://pythonhosted.org/invenio-oaiharvester/
* Documentation: https://invenio-oaiharvester.readthedocs.io/

*This is an experimental development preview release.*

Expand All @@ -57,5 +57,5 @@ you can hook the output into your application, or simply to files.
You keep configurations of your OAI-PMH sources via SQLAlchemy models and run or schedule immediate harvesting jobs
via command-line or regularly via `Celery beat`_.

.. _Celery beat: http://celery.readthedocs.org/en/latest/userguide/periodic-tasks.html
.. _Sickle: http://sickle.readthedocs.org/en/latest/
.. _Celery beat: http://celery.readthedocs.io/en/latest/userguide/periodic-tasks.html
.. _Sickle: http://sickle.readthedocs.io/en/latest/
2 changes: 1 addition & 1 deletion RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Installation
Documentation
-------------

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

Happy hacking and thanks for flying Invenio-OAIHarvester.

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 requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def parse_pip_file(path):
for line in f:
line = line.strip()

# see https://pip.readthedocs.org/en/1.1/requirements.html
# see https://pip.readthedocs.io/en/1.1/requirements.html
if line.startswith('-e'):
# devel requirement
splitted = line.split('#egg=')
Expand Down

0 comments on commit de86233

Please sign in to comment.