Skip to content

Commit

Permalink
Merge pull request #36 from dask/readthedocs-io
Browse files Browse the repository at this point in the history
Update readthedocs URLs (.org -> .io)
  • Loading branch information
koverholt committed Apr 28, 2016
2 parents c190a89 + 83c2754 commit 8c78b29
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ S3FS builds on boto3_ to provide a convenient Python filesystem interface for S3

View the documentation_ for s3fs.

.. _documentation: http://s3fs.readthedocs.org/en/latest/
.. _boto3: https://boto3.readthedocs.org/en/latest/
.. _documentation: http://s3fs.readthedocs.io/en/latest/
.. _boto3: https://boto3.readthedocs.io/en/latest/

.. |Build Status| image:: https://travis-ci.org/dask/s3fs.svg?branch=master
:target: https://travis-ci.org/dask/s3fs
:alt: Build Status
.. |Doc Status| image:: http://readthedocs.org/projects/s3fs/badge/?version=latest
:target: http://s3fs.readthedocs.org/en/latest/?badge=latest
.. |Doc Status| image:: http://readthedocs.io/projects/s3fs/badge/?version=latest
:target: http://s3fs.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ test:
- s3fs

about:
home: http://s3fs.readthedocs.org/en/latest/
home: http://s3fs.readthedocs.io/en/latest/
license: BSD
summary: 'Convenient Filesystem interface over S3'
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@

# -- Options for HTML output ----------------------------------------------

# Taken from docs.readthedocs.org:
# on_rtd is whether we are on readthedocs.org
# Taken from docs.readthedocs.io:
# on_rtd is whether we are on readthedocs.io
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'

if not on_rtd: # only import and set the theme if we're building docs locally
Expand Down
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ and write modes are implemented, with blocked caching.
This project was originally designed as a storage-layer interface
for `dask.distributed`_ and has a very similar interface to `hdfs3`_

.. _`dask.distributed`: https://distributed.readthedocs.org/en/latest
.. _`hdfs3`: http://hdfs3.readthedocs.org/en/latest/
.. _`dask.distributed`: https://distributed.readthedocs.io/en/latest
.. _`hdfs3`: http://hdfs3.readthedocs.io/en/latest/

Examples
--------
Expand Down Expand Up @@ -90,7 +90,7 @@ Contents
:maxdepth: 2


.. _boto3: https://boto3.readthedocs.org/en/latest/
.. _boto3: https://boto3.readthedocs.io/en/latest/

Indices and tables
==================
Expand Down

0 comments on commit 8c78b29

Please sign in to comment.