diff options
| author | Chris McDonough <chrism@plope.com> | 2011-11-30 13:55:02 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-11-30 13:55:02 -0500 |
| commit | 57a9d679eb78e774c271bf68f6e805dc2b8186c4 (patch) | |
| tree | 66991b16bcfd3394669ff9556576e017bbc5d3da /docs/api | |
| parent | 82ba1088e98d6e33136b5e78f87ac02d0daa7879 (diff) | |
| download | pyramid-57a9d679eb78e774c271bf68f6e805dc2b8186c4.tar.gz pyramid-57a9d679eb78e774c271bf68f6e805dc2b8186c4.tar.bz2 pyramid-57a9d679eb78e774c271bf68f6e805dc2b8186c4.zip | |
add tests for introspectable; add more interface docs and expose actioninfo
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/interfaces.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api/interfaces.rst b/docs/api/interfaces.rst index 64f2773d3..5b190b53b 100644 --- a/docs/api/interfaces.rst +++ b/docs/api/interfaces.rst @@ -74,3 +74,5 @@ Other Interfaces .. autointerface:: IIntrospector :members: + .. autointerface:: IActionInfo + :members: |
