Project Docs Github
Log in
ittf site docs concepts t overview wizzijob.html.ittf Edit
  • /ittf/site/docs/concepts/t/overview/wizzijob.html.ittf
  • /ittf/site/docs/concepts/t/section.html.ittf

/ittf/site/docs/concepts/t/overview/wizzijob.html.ittf (primary)

edit
                                            
1 $group
2 $
3 var sect = {
4 title: 'Wizzi jobs'
5 };
6 section( §)
7 p The execution of a Wizzi Job is the main operation of the Wizzi software factory.
8 p A Wizzi Job is an ITTF Document that declares how to load context models, execute model transformations, generate artifacts
9 \b and persist them in their destination paths.
10 p The core Wizzi Schema 'wzjob' describes the types of a Wizzi Job declaration.
11 ittf-panel
12 title Sample Wizzi job
13 schema wzjob
14 ittf
15 wzjob wizzi-docs-concepts
16 ${'$'}
17 var models_folder = path.join(__dirname, 'models');
18 var html_folder = path.join(__dirname, 'html');
19 var dest_folder = "c:/my/wizzi/v5/github/wizzifactory.github.io";
20 models-base-folder ${'$'}{models_folder}
21 model concepts
22 src concepts.docs.ittf
23 schema docs
24 line html
25 cwd-folder ${'$'}{html_folder}
26 $raw wzjob/artifact-html( concepts.html.ittf )
27 model-ref concepts
28 transformer docs/preprint
29 production
30 dest-folder ${'$'}{dest_folder}
31 line-ref html

/ittf/site/docs/concepts/t/section.html.ittf

edit
                                            
1 $group
2 $params §
3 article
4 . doc-title
5 id ${sect.id}
6 + ${sect.title}
7 . doc-summary
8 $hook
Save
Save & Refresh
Cancel