Skip to content

Commit

Permalink
Fix #76: Move documentation to RTD.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Aug 11, 2017
1 parent d57c8a3 commit d5b299c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.rst
Expand Up @@ -35,6 +35,9 @@ Multiple cache classes based on different caching algorithms are
implemented, and decorators for easily memoizing function and method
calls are provided, too.

For more information, please refer to cachetools's online
documentation_.


Installation
------------------------------------------------------------------------
Expand All @@ -59,7 +62,10 @@ Project Resources
:target: https://coveralls.io/r/tkem/cachetools
:alt: Test coverage

- `Documentation`_
.. image:: https://readthedocs.org/projects/cachetools/badge/?version=latest&style=flat
:target: http://cachetools.readthedocs.io/en/latest/
:alt: Documentation Status

- `Issue Tracker`_
- `Source Code`_
- `Change Log`_
Expand All @@ -78,7 +84,7 @@ Licensed under the `MIT License`_.
.. _mapping: http://docs.python.org/dev/glossary.html#term-mapping
.. _cache algorithm: http://en.wikipedia.org/wiki/Cache_algorithms

.. _Documentation: http://pythonhosted.org/cachetools/
.. _Documentation: http://cachetools.readthedocs.io/en/latest/
.. _Issue Tracker: https://github.com/tkem/cachetools/issues/
.. _Source Code: https://github.com/tkem/cachetools/
.. _Change Log: https://github.com/tkem/cachetools/blob/master/CHANGES.rst
Expand Down

0 comments on commit d5b299c

Please sign in to comment.