- Timestamp:
- 4 Jul 2011, 16:00:20 (13 years ago)
- Location:
- main/waeup.sirp/trunk/docs/source/developerdocs/api
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/docs/source/developerdocs/api/api_app.rst
r5343 r6505 1 ` waeup.sirp.app` -- Main application object2 ************************************** *****1 `app` -- University Root (Site) Module 2 ************************************** 3 3 4 4 .. automodule:: waeup.sirp.app 5 5 :members: 6 :undoc-members: -
main/waeup.sirp/trunk/docs/source/developerdocs/api/api_applicants.rst
r6500 r6505 1 ` .applicants` - University ApplicationPackage1 `applicants` - Application Components Package 2 2 ********************************************* 3 3 4 (see also: :ref:`api-applicants-modules`) 5 4 6 .. automodule:: waeup.sirp.applicants 7 :members: 8 :undoc-members: 9 10 .. _api-applicants-modules: 5 11 6 12 Submodules -
main/waeup.sirp/trunk/docs/source/developerdocs/api/api_authentication.rst
r5350 r6505 1 ` waeup.sirp.authentication` -- Main application object2 **************************************************** **1 `authentication` -- Authentication Components Module 2 **************************************************** 3 3 4 4 .. automodule:: waeup.sirp.authentication 5 5 :members: 6 :undoc-members: -
main/waeup.sirp/trunk/docs/source/developerdocs/api/api_catalog.rst
r5350 r6505 1 ` waeup.sirp.catalog` -- Cataloging Components2 ***************************************** ****1 `catalog` -- Cataloging Components Module 2 ***************************************** 3 3 4 4 .. automodule:: waeup.sirp.catalog 5 5 :members: 6 :undoc-members: -
main/waeup.sirp/trunk/docs/source/developerdocs/api/api_datacenter.rst
r5350 r6505 1 ` waeup.sirp.datacenter` -- The SIRP datacenter2 ********************************* *************1 `datacenter` -- Datacenter Module 2 ********************************* 3 3 4 4 .. automodule:: waeup.sirp.datacenter 5 5 :members: 6 :undoc-members: -
main/waeup.sirp/trunk/docs/source/developerdocs/api/api_interfaces.rst
r5664 r6505 1 ` waeup.sirp.interfaces` - Main interfaces for SIRP components2 ************************************* ************************1 `interfaces` - Main Interfaces Module 2 ************************************* 3 3 4 4 .. automodule:: waeup.sirp.interfaces 5 5 :members: 6 :undoc-members: 6 7 7 IWAeUPObject - Base interface for WAeUP objects 8 =============================================== 9 10 .. autointerface:: IWAeUPObject 8 .. autointerface:: waeup.sirp.interfaces.IUniversity 11 9 :members: 12 13 IUniversity - The main :mod:`waeup.sirp` component 14 ================================================== 15 16 .. autointerface:: IUniversity 17 :members: 18 19 IWAeUPContainer - A WAeUP-specific Container 20 ============================================ 21 22 .. autointerface:: IWAeUPContainer 23 :members: 24 25 IWAeUPSIRPPluggable - A Plugin for :mod:`waeup.sirp` sites 26 ========================================================== 27 28 .. autointerface:: waeup.sirp.interfaces.IWAeUPSIRPPluggable 29 :members: 10 :undoc-members: -
main/waeup.sirp/trunk/docs/source/developerdocs/api/api_permissions.rst
r5350 r6505 1 ` waeup.sirp.permissions` -- Permissions and Roles2 ************************************************* 1 `permissions` -- Permissions and Roles Components Module 2 ******************************************************** 3 3 4 4 .. automodule:: waeup.sirp.permissions 5 5 :members: 6 :undoc-members: -
main/waeup.sirp/trunk/docs/source/developerdocs/api/api_users.rst
r5350 r6505 1 ` waeup.sirp.users` -- Users (Principals) and Related2 ************************************ ****************1 `users` -- Users (Principals) Module 2 ************************************ 3 3 4 4 .. automodule:: waeup.sirp.users 5 5 :members: 6 :undoc-members: -
main/waeup.sirp/trunk/docs/source/developerdocs/api/api_workflow.rst
r5350 r6505 1 `w aeup.sirp.workflow` -- Workflows for `waeup.sirp` objects2 **************************************** *******************1 `workflow` -- Workflow Components Module 2 **************************************** 3 3 4 4 .. automodule:: waeup.sirp.workflow 5 5 :members: 6 :undoc-members: -
main/waeup.sirp/trunk/docs/source/developerdocs/api/applicants/api_container.rst
r6501 r6505 1 ` .applicants.container` - Containersfor Applicants2 ************************************************* *1 `applicants.container` - Container for Applicants 2 ************************************************* 3 3 4 4 .. automodule:: waeup.sirp.applicants.container -
main/waeup.sirp/trunk/docs/source/developerdocs/api/applicants/api_interfaces.rst
r6501 r6505 1 ` .applicants.interfaces` - University ApplicationRelated Interfaces2 ******************************************************* ************1 `applicants.interfaces` - Applicants Related Interfaces 2 ******************************************************* 3 3 4 4 .. automodule:: waeup.sirp.applicants.interfaces -
main/waeup.sirp/trunk/docs/source/developerdocs/api/applicants/api_root.rst
r6501 r6505 1 ` .applicants.root` - Root for ApplicationContainers2 ************************************************** *1 `applicants.root` - Root for Applicants Containers 2 ************************************************** 3 3 4 4 .. automodule:: waeup.sirp.applicants.root -
main/waeup.sirp/trunk/docs/source/developerdocs/api/index.rst
r6491 r6505 1 `waeup.sirp`API2 *** *************1 API 2 *** 3 3 4 4 .. automodule:: waeup.sirp 5 5 :members: 6 6 7 This package provides the following subpackages: 7 Modules and Packages 8 -------------------- 9 10 `waeup.sirp` provides the following modules and subpackages: 8 11 9 12 .. toctree:: 10 13 :maxdepth: 1 11 14 12 api_accesscodes13 15 api_app 16 api_interfaces 17 api_authentication 18 api_catalog 19 api_permissions 20 api_datacenter 21 api_users 22 api_workflow 23 api_university 24 api_browser 14 25 api_applicants 15 26 api_accesscodes 16 api_authentication 17 api_catalog 18 api_datacenter 19 api_interfaces 20 api_permissions 21 api_users 22 api_workflow 27 api_utils 28
Note: See TracChangeset for help on using the changeset viewer.