##// END OF EJS Templates
skip permission -> 403 test on Windows...
skip permission -> 403 test on Windows The test actually passes on my VM (Win 7), but not on Jenkins (Server 2012). I haven't figured out how to identify the subset of Windows systems where it won't work, but since the problem appears to be in the test, not the tested code, skipping on Windows seems the right way to go.

File last commit:

r19918:b7ba30ad
r20575:7211fc10
Show More
display_priority.tplx
44 lines | 1.5 KiB | text/plain | TextLexer
Jonathan Frederic
Ran updated makefile...
r12662 ((= Auto-generated template file, DO NOT edit directly!
To edit this file, please refer to ../../skeleton/README.md =))
Matthias BUSSONNIER
lots of modification for latex
r9611 ((*- extends 'null.tplx' -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608
((=display data priority=))
((*- block data_priority scoped -*))
MinRK
move mime-bundle data to rich output.data...
r18589 ((*- for type in output.data | filter_data_type -*))
MinRK
update nbconvert to nbformat 4
r18580 ((*- if type == 'application/pdf' -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- block data_pdf -*))
((*- endblock -*))
MinRK
update nbconvert to nbformat 4
r18580 ((*- elif type == 'image/svg+xml' -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- block data_svg -*))
((*- endblock -*))
MinRK
update nbconvert to nbformat 4
r18580 ((*- elif type == 'image/png' -*))
Matthias BUSSONNIER
move tex skeleton
r9631 ((*- block data_png -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- endblock -*))
MinRK
update nbconvert to nbformat 4
r18580 ((*- elif type == 'text/html' -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- block data_html -*))
((*- endblock -*))
Min RK
support markdown output in nbconvert
r19918 ((*- elif type == 'text/markdown' -*))
((*- block data_markdown -*))
((*- endblock -*))
MinRK
update nbconvert to nbformat 4
r18580 ((*- elif type == 'image/jpeg' -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- block data_jpg -*))
((*- endblock -*))
MinRK
update nbconvert to nbformat 4
r18580 ((*- elif type == 'text/plain' -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- block data_text -*))
((*- endblock -*))
MinRK
update nbconvert to nbformat 4
r18580 ((*- elif type == 'text/latex' -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- block data_latex -*))
((*- endblock -*))
MinRK
update nbconvert to nbformat 4
r18580 ((*- elif type == 'application/javascript' -*))
MinRK
run skeleton template makefile
r12456 ((*- block data_javascript -*))
((*- endblock -*))
MinRK
update nbconvert to nbformat 4
r18580 ((*- else -*))
((*- block data_other -*))
((*- endblock -*))
MinRK
run skeleton template makefile
r12456 ((*- endif -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- endfor -*))
((*- endblock data_priority -*))