Skip to content

Commit

Permalink
reference limits documentation for storage scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Oct 5, 2015
1 parent 1f99b33 commit 682ae57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@

intersphinx_mapping = {'python': ('http://docs.python.org/', None)
, 'flask': ("http://flask.pocoo.org/docs/", None)
, 'limits': ("http://limits.readthedocs.org/en/latest/", None)
, 'flaskrestful': ('http://flask-restful.readthedocs.org/en/latest/', None)
}

Expand Down
3 changes: 2 additions & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,10 @@ The following flask configuration values are honored by
or ``memcached://host:port``. Using the redis storage
requires the installation of the `redis`_ package
while memcached relies on the `pymemcache`_ package.
(For details refer to :ref:`storage-scheme`)
``RATELIMIT_STORAGE_OPTIONS`` A dictionary to set extra options to be passed to the
storage implementation upon initialization. (Useful if you're
subclassing :class:`limits.Storage` to create a
subclassing :class:`limits.storage.Storage` to create a
custom Storage backend.)
``RATELIMIT_STRATEGY`` The rate limiting strategy to use. :ref:`ratelimit-strategy`
for details.
Expand Down

0 comments on commit 682ae57

Please sign in to comment.