Changeset 11952 for main/waeup.kofa/branches/henrik-regista/docs
- Timestamp:
- 13 Nov 2014, 16:03:08 (10 years ago)
- Location:
- main/waeup.kofa/branches/henrik-regista/docs
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/henrik-regista/docs/INSTALL.txt
r11949 r11952 3 3 4 4 These are generic installation instructions for the WAeUP_ ``Ikoba`` 5 student information portal and customized versions thereof.5 application and registration portal and customized versions thereof. 6 6 7 7 For specific aspects of this package please refer to the local README … … 263 263 If you are connected and logged in, 264 264 you should be able to add the grok-based applications 265 (such as `` University``) from the menu.266 267 Add an instance of `` University`` and click on the link next to the265 (such as ``Institution``) from the menu. 266 267 Add an instance of ``Institution`` and click on the link next to the 268 268 then visible entry in the list of installed applications. 269 269 -
main/waeup.kofa/branches/henrik-regista/docs/make.bat
r7808 r11952 75 75 echo.Build finished; now you can run "qcollectiongenerator" with the ^ 76 76 .qhcp project file in %BUILDDIR%/qthelp, like this: 77 echo.^> qcollectiongenerator %BUILDDIR%\qthelp\WAeUP StudentInformationandRegistrationPortalKOFA.qhcp77 echo.^> qcollectiongenerator %BUILDDIR%\qthelp\WAeUPIkoba.qhcp 78 78 echo.To view the help file: 79 echo.^> assistant -collectionFile %BUILDDIR%\qthelp\WAeUP StudentInformationandRegistrationPortalKOFA.ghc79 echo.^> assistant -collectionFile %BUILDDIR%\qthelp\WAeUPIkoba.ghc 80 80 goto end 81 81 ) -
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.