diff options
| author | Michael Merickel <michael@merickel.org> | 2017-01-04 00:50:40 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-04 00:50:40 -0600 |
| commit | 9d99d04640d285f043ffedcc1f88223885e40959 (patch) | |
| tree | bb82a5875ad467e04f56d39b3ec0aac4ba5f8278 /docs | |
| parent | b1172dcb4c437df6f8968aa789511204c150c7d0 (diff) | |
| parent | bdb8e0a9d0c55110e58a28f35a871c8e46a2f951 (diff) | |
| download | pyramid-9d99d04640d285f043ffedcc1f88223885e40959.tar.gz pyramid-9d99d04640d285f043ffedcc1f88223885e40959.tar.bz2 pyramid-9d99d04640d285f043ffedcc1f88223885e40959.zip | |
Merge pull request #2893 from mmerickel/document-registry-as-dict
improve the registry documentation to cover usage as a dictionary
Diffstat (limited to 'docs')
| -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), } |
