diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-05-16 10:38:44 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-05-16 10:38:44 -0400 |
| commit | 4b622e16dbdd55b85608103a9a9e33a9f7f7b830 (patch) | |
| tree | 8ca8ecefa402554fba1bb794bbe4d14e34f67b20 | |
| parent | 800cef7514925e98cff632f1d7e8440a9181cf78 (diff) | |
| download | external_python_mako-4b622e16dbdd55b85608103a9a9e33a9f7f7b830.tar.gz external_python_mako-4b622e16dbdd55b85608103a9a9e33a9f7f7b830.tar.bz2 external_python_mako-4b622e16dbdd55b85608103a9a9e33a9f7f7b830.zip | |
i cant get this link to work via intersphinx
| -rw-r--r-- | doc/build/caching.rst | 2 | ||||
| -rw-r--r-- | doc/build/conf.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/caching.rst b/doc/build/caching.rst index 54a3d0f..2a494ed 100644 --- a/doc/build/caching.rst +++ b/doc/build/caching.rst @@ -231,7 +231,7 @@ Using the dogpile.cache Backend `dogpile.cache`_ is a new replacement for Beaker. It provides a modernized, slimmed down interface and is generally easier to use than Beaker. As of this writing it has not yet been released. dogpile.cache -includes its own Mako cache plugin -- see :ref:`mako_plugin` in the +includes its own Mako cache plugin -- see :mod:`dogpile.cache.plugins.mako_cache` in the dogpile.cache documentation. Programmatic Cache Access diff --git a/doc/build/conf.py b/doc/build/conf.py index 508b316..5bfd996 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -282,6 +282,6 @@ epub_copyright = u'Mako authors' #epub_tocdup = True intersphinx_mapping = { - 'dogpile.cache':('http://dogpilecache.readthedocs.org/en/latest', None), + 'dogpilecache':('http://dogpilecache.readthedocs.org/en/latest', None), 'beaker':('http://beaker.readthedocs.org/en/latest',None), } |
