Changeset 11952 for main/waeup.kofa/branches/henrik-regista/docs/source
- Timestamp:
- 13 Nov 2014, 16:03:08 (10 years ago)
- Location:
- main/waeup.kofa/branches/henrik-regista/docs/source
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/henrik-regista/docs/source/conf.py
r11949 r11952 1 1 # -*- coding: utf-8 -*- 2 2 # 3 # WAeUP Student Information and Registration Portal (Ikoba) documentation build configuration file, created by3 # WAeUP Application and Registration Portal (Ikoba) documentation build configuration file, created by 4 4 # sphinx-quickstart on Thu Jul 29 10:41:59 2010. 5 5 # … … 174 174 175 175 # Output file base name for HTML help builder. 176 htmlhelp_basename = 'WAeUP StudentInformationandRegistrationPortalIkobadoc'176 htmlhelp_basename = 'WAeUPIkoba' 177 177 178 178 … … 188 188 # (source start file, target name, title, author, documentclass [howto/manual]). 189 189 latex_documents = [ 190 ('index', 'WAeUP StudentInformationandRegistrationPortalIkoba.tex', u'WAeUP Student Information and Registration Portal (Ikoba) Documentation',190 ('index', 'WAeUPIkoba.tex', u'WAeUP Application and Registration Portal (Ikoba) Documentation', 191 191 u'WAeUP Team', 'manual'), 192 192 ] -
main/waeup.kofa/branches/henrik-regista/docs/source/developerdocs/api/api_app.rst
r11949 r11952 1 `app` -- UniversityRoot (Site) Module1 `app` -- Institution Root (Site) Module 2 2 ************************************** 3 3 -
main/waeup.kofa/branches/henrik-regista/docs/source/developerdocs/api/api_interfaces.rst
r11949 r11952 6 6 :undoc-members: 7 7 8 .. autointerface:: waeup.ikoba.interfaces.I University8 .. autointerface:: waeup.ikoba.interfaces.IInstitution 9 9 :members: 10 10 :undoc-members: -
main/waeup.kofa/branches/henrik-regista/docs/source/developerdocs/api/index.rst
r11949 r11952 13 13 :maxdepth: 1 14 14 15 api_accesscodes16 15 api_app 17 api_applicants18 16 api_async 19 17 api_authentication … … 24 22 api_datacenter 25 23 api_fees 26 api_hostels27 24 api_image 28 25 api_imagestorage … … 41 38 api_sourcefactory 42 39 api_startup 43 api_students 44 api_university 40 api_institution 45 41 api_userscontainer 46 42 api_utils -
main/waeup.kofa/branches/henrik-regista/docs/source/glossary.rst
r11949 r11952 10 10 11 11 WAeUP 12 West African e- UniversityProject.12 West African e-Institution Project. 13 13 14 14 waeup.ikoba
Note: See TracChangeset for help on using the changeset viewer.