diff options
| author | Michael Merickel <michael@merickel.org> | 2015-02-07 02:38:54 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-02-07 02:38:54 -0600 |
| commit | da5f5f9ea02c2c9830c7ae016547d2bedd0e0171 (patch) | |
| tree | bc1934fa7d7b59b699d055dbcc57449d6e79242f /docs/api/interfaces.rst | |
| parent | c10354859a055270a028778e3f7c3b7fc8f39f63 (diff) | |
| download | pyramid-da5f5f9ea02c2c9830c7ae016547d2bedd0e0171.tar.gz pyramid-da5f5f9ea02c2c9830c7ae016547d2bedd0e0171.tar.bz2 pyramid-da5f5f9ea02c2c9830c7ae016547d2bedd0e0171.zip | |
move the IResponseFactory into the public api
Diffstat (limited to 'docs/api/interfaces.rst')
| -rw-r--r-- | docs/api/interfaces.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/api/interfaces.rst b/docs/api/interfaces.rst index a62976d8a..de2a664a4 100644 --- a/docs/api/interfaces.rst +++ b/docs/api/interfaces.rst @@ -56,6 +56,9 @@ Other Interfaces .. autointerface:: IRenderer :members: + .. autointerface:: IResponseFactory + :members: + .. autointerface:: IViewMapperFactory :members: |
