Changeset 10696 for main/eko-disco-specs
- Timestamp:
- 5 Nov 2013, 08:15:18 (11 years ago)
- Location:
- main/eko-disco-specs/trunk
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/eko-disco-specs/trunk/conf.py
r10669 r10696 26 26 # Add any Sphinx extension module names here, as strings. They can be extensions 27 27 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 28 extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode', 'sphinx.ext.autodoc'] 28 extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo', 29 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode'] 30 31 # Disabled extensions: 32 # 'sphinx.ext.autodoc' 29 33 30 34 # Add any paths that contain templates here, relative to this directory. -
main/eko-disco-specs/trunk/index.rst
r10584 r10696 13 13 14 14 intro 15 system-requirements 16 actors 17 data 15 18 use-cases 19 other-requirements 16 20 install 17 21 -
main/eko-disco-specs/trunk/use-cases.rst
r10584 r10696 3 3 4 4 Here we collect all use-cases identified to occur with regard to the 5 Eko-Disco project. Use-cases are important to check which actors6 interact with the system in what way.5 Eko-Disco project. Use-cases are important to check which 6 :ref:`label-actors` interact with the system in what way. 7 7 8 8 .. toctree:: … … 11 11 use-cases/sample 12 12 use-cases/meter-reading 13 14 15 Identified use cases: 16 17 * Migration of legacy data 18 19 - Convert legacy data suitable for new system 20 21 - Input legacy data into new system 22 23 * Update Meter 24 25 * Manage Contact Data 26 27 * Manage Point of Consumption 28 29 * Manage Contract 30
Note: See TracChangeset for help on using the changeset viewer.