Changeset 7666
- Timestamp:
- 19 Feb 2012, 08:21:39 (13 years ago)
- Location:
- main/waeup.sirp/trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/docs/source/_templates/mainpage.template
r5337 r7666 20 20 <p class="biglink"> 21 21 <a class="biglink" 22 href="{{ pathto("userdocs/index") }}">User documentation</a><br />22 href="{{ pathto("userdocs/index") }}">User Documentation</a><br /> 23 23 <span class="linkdescr"> 24 24 Documentation for users and admins using waeup.sirp. … … 34 34 <p class="biglink"> 35 35 <a class="biglink" 36 href="{{ pathto("developerdocs/index") }}">Developer documentation</a><br />36 href="{{ pathto("developerdocs/index") }}">Developer Documentation</a><br /> 37 37 <span class="linkdescr"> 38 38 <a href="{{ pathto("developerdocs/api/index") }}">API</a> and other pieces … … 68 68 <p class="biglink"> 69 69 <a class="biglink" 70 href="{{ pathto("bugs") }}">Reporting bugs</a><br />70 href="{{ pathto("bugs") }}">Reporting Bugs</a><br /> 71 71 </p> 72 72 73 73 <p class="biglink"> 74 74 <a class="biglink" 75 href="{{ pathto("documentation") }}">About the documentation</a><br />75 href="{{ pathto("documentation") }}">About the Documentation</a><br /> 76 76 </p> 77 77 -
main/waeup.sirp/trunk/docs/source/conf.py
r5662 r7666 48 48 49 49 # General information about the project. 50 project = u'WAeUP 50 project = u'WAeUP.SIRP' 51 51 copyright = u'2011, WAeUP Team' 52 52 -
main/waeup.sirp/trunk/docs/source/contents.rst
r5339 r7666 1 1 .. _contents: 2 2 3 `waeup.sirp` documentation contents4 ================================= ==3 WAeUP.SIRP Documentation Contents 4 ================================= 5 5 6 6 .. toctree:: … … 17 17 documentation 18 18 19 Indices and tables19 Indices and Tables 20 20 ================== 21 21 -
main/waeup.sirp/trunk/docs/source/developerdocs/developernotes.rst
r6489 r7666 2 2 *************** 3 3 4 How to setup a developer instance of the WAeUP 4 How to setup a developer instance of the WAeUP.SIRP, handle tests, docs 5 5 etc. 6 6 7 The new WAeUP 7 The new WAeUP.SIRP is based on `Grok <http://grok.zope.org/>`_. 8 8 9 9 Installing a developer copy … … 15 15 -------------------- 16 16 17 To create a working copy of the WAeUP 17 To create a working copy of the WAeUP.SIRP we recommend use of 18 18 `virtualenv`. You, however, need also some basic libraries, a C 19 19 compiler and some things more. … … 127 127 In the sandbox (or anywhere else) we now create our real working 128 128 environment. To do this, we change to the sandbox and checkout the 129 sources of the WAeUP 129 sources of the WAeUP.SIRP from the subversion server:: 130 130 131 131 $ cd mysandbox/ -
main/waeup.sirp/trunk/setup.py
r7570 r7666 27 27 'zope.app.file', 28 28 'zope.app.testing', # XXX: test_permissions needs this 29 'zope.app.undo', 29 30 'zope.file', 30 31 'zope.interface >= 3.6.0', -
main/waeup.sirp/trunk/tools/fix_import_file.py
r7645 r7666 65 65 # Mapping input file colnames --> output file colnames 66 66 COLNAME_MAPPING = { 67 # base dat e67 # base data 68 68 'jamb_reg_no': 'reg_number', 69 69 'matric_no': 'matric_number', … … 77 77 # course ticket 78 78 'level_id': 'level', 79 'core_or_elective': 'mandatory', 79 80 # payment ticket 80 81 'order_id': 'p_id',
Note: See TracChangeset for help on using the changeset viewer.