diff options
| author | Michael Merickel <michael@merickel.org> | 2017-01-02 14:32:01 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2017-01-02 15:47:34 -0600 |
| commit | 5e20f9c6686481d67020cf82e18802f06c54964e (patch) | |
| tree | a3ba4e0c9201fe57d1b266af7809d17dce285567 /docs/conf.py | |
| parent | fc163d411bd57b232f68ed6554aff3a3ef8f2339 (diff) | |
| download | pyramid-5e20f9c6686481d67020cf82e18802f06c54964e.tar.gz pyramid-5e20f9c6686481d67020cf82e18802f06c54964e.tar.bz2 pyramid-5e20f9c6686481d67020cf82e18802f06c54964e.zip | |
improve the registry documentation to cover usage as a dictionary
fixes #2891
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 5eb18f15f..d61df6580 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -81,7 +81,8 @@ intersphinx_mapping = { 'webtest': ('http://webtest.pythonpaste.org/en/latest', None), 'who': ('http://repozewho.readthedocs.org/en/latest', None), 'zcml': ('http://docs.pylonsproject.org/projects/pyramid-zcml/en/latest', None), - 'zcomponent': ('http://zopecomponent.readthedocs.io/en/stable/', None), + 'zcomponent': ('http://zopecomponent.readthedocs.io/en/latest/', None), + 'zinterface': ('http://zopeinterface.readthedocs.io/en/latest/', None), } |
