Changeset 13132 for main/waeup.kofa/trunk/docs
- Timestamp:
- 1 Jul 2015, 21:01:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/docs/source/userdocs/customization.rst
r13124 r13132 108 108 109 109 The central `KofaUtils` utility contains not only most dictionaries 110 used for sources (see 111 :py:class:`API <waeup.kofa.utils.utils.KofaUtils>`) but also attributes 112 like `PORTAL_LANGUAGE` and `tzinfo`. The first defines the default 113 language, which is used for pdf slips. The second defines the time 114 zone where the institution is located. 110 used for sources (see :py:class:`API 111 <waeup.kofa.utils.utils.KofaUtils>`) but also configuration 112 attributes like 113 114 .. autoattribute:: waeup.kofa.utils.utils.KofaUtils.PORTAL_LANGUAGE 115 :noindex: 116 117 .. autoattribute:: waeup.kofa.utils.utils.KofaUtils.tzinfo 118 :noindex: 119 120 .. autoattribute:: waeup.kofa.utils.utils.KofaUtils.SYSTEM_MAX_LOAD 121 :noindex: 115 122 116 123 Customizable utility methods are: … … 134 141 -------------- 135 142 143 `StudentsUtils` contains the following configuration attributes: 144 145 .. autoattribute:: waeup.kofa.students.utils.StudentsUtils.STUDENT_ID_PREFIX 146 :noindex: 147 148 .. autoattribute:: waeup.kofa.students.utils.StudentsUtils.SKIP_UPLOAD_VIEWLETS 149 :noindex: 150 151 .. autoattribute:: waeup.kofa.students.utils.StudentsUtils.PORTRAIT_CHANGE_STATES 152 :noindex: 153 154 .. autoattribute:: waeup.kofa.students.utils.StudentsUtils.SEPARATORS_DICT 155 :noindex: 156 157 .. autoattribute:: waeup.kofa.students.utils.StudentsUtils.STUDENT_EXPORTER_NAMES 158 :noindex: 159 160 .. autoattribute:: waeup.kofa.students.utils.StudentsUtils.STUDENT_BACKUP_EXPORTER_NAMES 161 :noindex: 162 136 163 Customizable utility methods are: 137 164 … … 180 207 .. automethod:: waeup.kofa.students.utils.StudentsUtils.getBedCoordinates() 181 208 :noindex: 182 183 184 209 185 210
Note: See TracChangeset for help on using the changeset viewer.