##// END OF EJS Templates
Ran updated makefile...
Jonathan Frederic -
Show More
@@ -0,0 +1,6 b''
1 ((= Auto-generated template file, DO NOT edit directly!
2 To edit this file, please refer to ../../skeleton/README.md =))
3
4
5 ((*- block in_prompt -*))((*- endblock in_prompt -*))
6 ((*- block input -*))((*- endblock input -*)) No newline at end of file
@@ -0,0 +1,35 b''
1 ((= Auto-generated template file, DO NOT edit directly!
2 To edit this file, please refer to ../../skeleton/README.md =))
3
4
5 ((*- block output_prompt -*))((*- endblock output_prompt -*))
6 ((*- block outputs scoped -*))
7 ((*- for output in cell.outputs -*))
8 ((*- block output scoped -*))
9 ((*- if output.output_type in ['pyout'] -*))
10 ((*- block pyout scoped -*))((*- endblock pyout -*))
11 ((*- elif output.output_type in ['stream'] -*))
12 ((*- block stream scoped -*))
13 ((*- if output.stream in ['stdout'] -*))
14 ((*- block stream_stdout scoped -*))
15 ((*- endblock stream_stdout -*))
16 ((*- elif output.stream in ['stderr'] -*))
17 ((*- block stream_stderr scoped -*))
18 ((*- endblock stream_stderr -*))
19 ((*- endif -*))
20 ((*- endblock stream -*))
21 ((*- elif output.output_type in ['display_data'] -*))
22 ((*- block display_data scoped -*))
23 ((*- block data_priority scoped -*))
24 ((*- endblock data_priority -*))
25 ((*- endblock display_data -*))
26 ((*- elif output.output_type in ['pyerr'] -*))
27 ((*- block pyerr scoped -*))
28 ((*- for line in output.traceback -*))
29 ((*- block traceback_line scoped -*))((*- endblock traceback_line -*))
30 ((*- endfor -*))
31 ((*- endblock pyerr -*))
32 ((*- endif -*))
33 ((*- endblock output -*))
34 ((*- endfor -*))
35 ((*- endblock outputs -*)) No newline at end of file
@@ -1,4 +1,7 b''
1 ((= autogenerated file do not edit =))
1 ((= Auto-generated template file, DO NOT edit directly!
2 To edit this file, please refer to ../../skeleton/README.md =))
3
4
2 ((*- extends 'null.tplx' -*))
5 ((*- extends 'null.tplx' -*))
3
6
4 ((=display data priority=))
7 ((=display data priority=))
@@ -1,4 +1,7 b''
1 ((= autogenerated file do not edit =))
1 ((= Auto-generated template file, DO NOT edit directly!
2 To edit this file, please refer to ../../skeleton/README.md =))
3
4
2 ((=
5 ((=
3
6
4 DO NOT USE THIS AS A BASE WORK,
7 DO NOT USE THIS AS A BASE WORK,
@@ -31,42 +34,11 b' consider calling super even if it is a leave block, we might insert more blocks '
31 ((*- if cell.cell_type in ['code'] -*))
34 ((*- if cell.cell_type in ['code'] -*))
32 ((*- block codecell scoped -*))
35 ((*- block codecell scoped -*))
33 ((*- block input_group -*))
36 ((*- block input_group -*))
34 ((*- block in_prompt -*))((*- endblock in_prompt -*))
37 ((*- include 'cell_input.tplx' -*))
35 ((*- block input -*))((*- endblock input -*))
36 ((*- endblock input_group -*))
38 ((*- endblock input_group -*))
37 ((*- if cell.outputs -*))
39 ((*- if cell.outputs -*))
38 ((*- block output_group -*))
40 ((*- block output_group -*))
39 ((*- block output_prompt -*))((*- endblock output_prompt -*))
41 ((*- include 'cell_outputs.tplx' -*))
40 ((*- block outputs scoped -*))
41 ((*- for output in cell.outputs -*))
42 ((*- block output scoped -*))
43 ((*- if output.output_type in ['pyout'] -*))
44 ((*- block pyout scoped -*))((*- endblock pyout -*))
45 ((*- elif output.output_type in ['stream'] -*))
46 ((*- block stream scoped -*))
47 ((*- if output.stream in ['stdout'] -*))
48 ((*- block stream_stdout scoped -*))
49 ((*- endblock stream_stdout -*))
50 ((*- elif output.stream in ['stderr'] -*))
51 ((*- block stream_stderr scoped -*))
52 ((*- endblock stream_stderr -*))
53 ((*- endif -*))
54 ((*- endblock stream -*))
55 ((*- elif output.output_type in ['display_data'] -*))
56 ((*- block display_data scoped -*))
57 ((*- block data_priority scoped -*))
58 ((*- endblock data_priority -*))
59 ((*- endblock display_data -*))
60 ((*- elif output.output_type in ['pyerr'] -*))
61 ((*- block pyerr scoped -*))
62 ((*- for line in output.traceback -*))
63 ((*- block traceback_line scoped -*))((*- endblock traceback_line -*))
64 ((*- endfor -*))
65 ((*- endblock pyerr -*))
66 ((*- endif -*))
67 ((*- endblock output -*))
68 ((*- endfor -*))
69 ((*- endblock outputs -*))
70 ((*- endblock output_group -*))
42 ((*- endblock output_group -*))
71 ((*- endif -*))
43 ((*- endif -*))
72 ((*- endblock codecell -*))
44 ((*- endblock codecell -*))
General Comments 0
You need to be logged in to leave comments. Login now