Skip to content

Commit

Permalink
Move changelog to separate page in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Dec 19, 2015
1 parent ca7d978 commit bfe66d9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@ limits
*limits* provides utilities to implement rate limiting using
various strategies and storage backends such as redis & memcached.

Read more at `readthedocs <http://limits.readthedocs.org>`_
*****
Links
*****

`Documentation <http://limits.readthedocs.org>`_

`Changelog <http://limits.readthedocs.org/changelog.html>`_

1 change: 1 addition & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../../HISTORY.rst
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and storage backends such as redis & memcached.
storage-url
strategies
api
changelog

.. currentmodule:: limits

Expand Down Expand Up @@ -67,5 +68,4 @@ References
* `Redis rate limiting pattern #2 <http://redis.io/commands/INCR>`_
* `DomainTools redis rate limiter <https://github.com/DomainTools/rate-limit>`_

.. include:: ../../HISTORY.rst
.. include:: ../../CONTRIBUTIONS.rst
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
install_requires=REQUIREMENTS,
classifiers=[k for k in open('CLASSIFIERS').read().split('\n') if k],
description='Rate limiting utilities',
long_description=open('README.rst').read() + open('HISTORY.rst').read(),
long_description=open('README.rst').read(),
packages=find_packages(exclude=["tests*"]),
)

0 comments on commit bfe66d9

Please sign in to comment.