- Timestamp:
- 8 Nov 2013, 08:30:30 (11 years ago)
- Location:
- main/eko-disco-specs/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/eko-disco-specs/trunk/conf.py
r10696 r10721 45 45 46 46 # General information about the project. 47 project = u'Eko -DiscoSpecification'47 project = u'Eko Disco Portal Specification' 48 48 copyright = u'2013, WAeUP Germany' 49 49 … … 191 191 # (source start file, target name, title, author, documentclass [howto/manual]). 192 192 latex_documents = [ 193 ('index', 'ekodisco-specs.tex', u'Eko -DiscoSpecifications',193 ('index', 'ekodisco-specs.tex', u'Eko Disco Portal Specifications', 194 194 u'WAeUP Germany', 'manual'), 195 195 ] … … 223 223 # (source start file, name, description, authors, manual section). 224 224 man_pages = [ 225 ('index', 'ekodisco-specs', u' eko-disco specs Documentation',225 ('index', 'ekodisco-specs', u'Eko Disco Portal Specifications', 226 226 [u'WAeUP Germany'], 1) 227 227 ] … … 237 237 # dir menu entry, description, category) 238 238 texinfo_documents = [ 239 ('index', 'ekodisco-specs', u' eko-disco specs Documentation',239 ('index', 'ekodisco-specs', u'Eko Disco Portal Specifications', 240 240 u'WAeUP Germany', 'ekodisco-specs', 'One line description of project.', 241 241 'Miscellaneous'), … … 258 258 259 259 # Bibliographic Dublin Core info. 260 epub_title = u'Eko -DiscoSpecifications'260 epub_title = u'Eko Disco Portal Specifications' 261 261 epub_author = u'WAeUP Germany' 262 262 epub_publisher = u'WAeUP Germany' -
main/eko-disco-specs/trunk/index.rst
r10698 r10721 1 .. eco -disco specs documentation master file, created by1 .. eco disco specs documentation master file, created by 2 2 sphinx-quickstart on Wed Sep 4 09:10:02 2013. 3 3 You can adapt this file completely to your liking, but it should at least 4 4 contain the root `toctree` directive. 5 5 6 Eko-DiscoSpecifications7 ===================== ===6 Portal Specifications 7 ===================== 8 8 9 9 .. Contents: … … 19 19 20 20 21 Indices and tables21 Indices and Tables 22 22 ================== 23 23 -
main/eko-disco-specs/trunk/intro.rst
r10671 r10721 1 About This Document 2 ************ *******1 Introduction 2 ************ 3 3 4 These are the project specifications for the Eko-Disco project. 5 4 These are the project specifications (specs) for the Eko Disco Portal (EDP). 6 5 They describe in a more formal manner the requirements, preconditions, 7 postconditions, etc. needed to build the portal software for the 8 Eko-Disco project. 9 6 postconditions, etc. needed to build the software for the EDP. 10 7 Their main goal is to express the expectations of all involved parties 11 8 regarding the mentioned project. … … 14 11 requirements. 15 12 16 Download a pdf version `here <ekodisco-specs.pdf>`_. 13 Download a pdf version of the specs `here <ekodisco-specs.pdf>`_. 14 15 Background 16 ---------- 17 18 In February 2013 the Nigerian Eko Electricity Distribution Company (Eko Disco) 19 was privatised and sold to West Power & Gas Limited (WPGL). Eko Disco is one 20 of 11 distribution companies in Nigeria. 21 22 ... 23 24 Expectations 25 ------------ 26 27 ... 28 29 Eko Disco Portal (EDP) 30 ---------------------- 31 32 ... -
main/eko-disco-specs/trunk/use-cases.rst
r10715 r10721 5 5 6 6 Here we collect all use-cases identified to occur with regard to the 7 Eko -Disco project. Use-cases are important to check which7 Eko Disco Portal. Use-cases are important to check which 8 8 :ref:`label-actors` interact with the system in what way. 9 9
Note: See TracChangeset for help on using the changeset viewer.