Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Min RK
- Fri, 10 Apr 2015 04:42:46
Show More
The requested changes are too big and content was truncated.
Show full diff
IPython/testing/iptest.py
0
+1
-14
@@
-146,7
+146,7
b" have['zmq'] = test_for('zmq.pyzmq_version_info', min_zmq, callback=lambda x: x()"
146
146
147
147
test_group_names = [ 'core' ,
148
148
'extensions' , 'lib' , 'terminal' , 'testing' , 'utils' ,
149
'html' , 'nbconvert'
149
'html' ,
150
150
]
151
151
152
152
class TestSection ( object ):
@@
-239,22
+239,9
b" sec.exclude('static')"
239
239
sec . exclude ( 'tasks' )
240
240
if not have [ 'jinja2' ]:
241
241
sec . exclude ( 'notebookapp' )
242
if not have [ 'pygments' ] or not have [ 'jinja2' ]:
243
sec . exclude ( 'nbconvert' )
244
242
if not have [ 'terminado' ]:
245
243
sec . exclude ( 'terminal' )
246
244
247
# nbconvert:
248
sec = test_sections [ 'nbconvert' ]
249
sec . requires ( 'pygments' , 'jinja2' , 'jsonschema' , 'mistune' )
250
# Exclude nbconvert directories containing config files used to test.
251
# Executing the config files with iptest would cause an exception.
252
sec . exclude ( 'tests.files' )
253
sec . exclude ( 'exporters.tests.files' )
254
if not have [ 'tornado' ]:
255
sec . exclude ( 'nbconvert.post_processors.serve' )
256
sec . exclude ( 'nbconvert.post_processors.tests.test_serve' )
257
258
245
259
246
#-----------------------------------------------------------------------------
260
247
# Functions and classes
requirements.txt
0
limited diff
0
0
1
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
setupbase.py
0
limited diff
0
0
1
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
jupyter_nbconvert/__init__.py
0
removed
0
-7
1
NO CONTENT: file was removed
jupyter_nbconvert/__main__.py
0
removed
0
-2
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/__init__.py
0
removed
0
-11
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/export.py
0
removed
0
-177
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/exporter.py
0
removed
0
-280
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/html.py
0
removed
0
-57
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/latex.py
0
removed
0
-96
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/markdown.py
0
removed
0
-43
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/notebook.py
0
removed
0
-32
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/pdf.py
0
removed
0
-149
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/python.py
0
removed
0
-31
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/rst.py
0
removed
0
-40
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/script.py
0
removed
0
-33
jupyter_nbconvert/exporters/slides.py
0
removed
0
-43
jupyter_nbconvert/exporters/templateexporter.py
0
removed
0
-321
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/tests/__init__.py
0
removed
0
0
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/tests/base.py
0
removed
0
-38
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/tests/cheese.py
0
removed
0
-48
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/tests/files/notebook2.ipynb
0
removed
0
-178
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/tests/files/pngmetadata.ipynb
0
removed
0
-240
jupyter_nbconvert/exporters/tests/files/prompt_numbers.ipynb
0
removed
0
-81
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/tests/files/rawtest.ipynb
0
removed
0
-77
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/tests/test_export.py
0
removed
0
-90
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/tests/test_exporter.py
0
removed
0
-59
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/tests/test_html.py
0
removed
0
-85
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/tests/test_latex.py
0
removed
0
-117
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/tests/test_markdown.py
0
removed
0
-40
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/tests/test_notebook.py
0
removed
0
-39
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/tests/test_pdf.py
0
removed
0
-36
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/tests/test_python.py
0
removed
0
-23
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/tests/test_rst.py
0
removed
0
-54
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/tests/test_script.py
0
removed
0
-45
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/tests/test_slides.py
0
removed
0
-36
1
NO CONTENT: file was removed
jupyter_nbconvert/exporters/tests/test_templateexporter.py
0
removed
0
-108
1
NO CONTENT: file was removed
jupyter_nbconvert/filters/__init__.py
0
removed
0
-7
1
NO CONTENT: file was removed
jupyter_nbconvert/filters/ansi.py
0
removed
0
-166
1
NO CONTENT: file was removed
jupyter_nbconvert/filters/citation.py
0
removed
0
-111
1
NO CONTENT: file was removed
jupyter_nbconvert/filters/datatypefilter.py
0
removed
0
-33
1
NO CONTENT: file was removed
jupyter_nbconvert/filters/highlight.py
0
removed
0
-135
1
NO CONTENT: file was removed
jupyter_nbconvert/filters/latex.py
0
removed
0
-63
1
NO CONTENT: file was removed
jupyter_nbconvert/filters/markdown.py
0
removed
0
-142
1
NO CONTENT: file was removed
jupyter_nbconvert/filters/markdown_mistune.py
0
removed
0
-122
1
NO CONTENT: file was removed
jupyter_nbconvert/filters/marked.js
0
removed
0
-63
1
NO CONTENT: file was removed
jupyter_nbconvert/filters/strings.py
0
removed
0
-221
jupyter_nbconvert/filters/tests/__init__.py
0
removed
0
0
1
NO CONTENT: file was removed
jupyter_nbconvert/filters/tests/test_ansi.py
0
removed
0
-89
1
NO CONTENT: file was removed
jupyter_nbconvert/filters/tests/test_citation.py
0
removed
0
-150
1
NO CONTENT: file was removed
jupyter_nbconvert/filters/tests/test_datatypefilter.py
0
removed
0
-27
1
NO CONTENT: file was removed
jupyter_nbconvert/filters/tests/test_highlight.py
0
removed
0
-90
1
NO CONTENT: file was removed
jupyter_nbconvert/filters/tests/test_latex.py
0
removed
0
-43
1
NO CONTENT: file was removed
jupyter_nbconvert/filters/tests/test_markdown.py
0
removed
0
-186
1
NO CONTENT: file was removed
jupyter_nbconvert/filters/tests/test_strings.py
0
removed
0
-165
1
NO CONTENT: file was removed
jupyter_nbconvert/nbconvertapp.py
0
removed
0
-407
1
NO CONTENT: file was removed
jupyter_nbconvert/postprocessors/__init__.py
0
removed
0
-7
1
NO CONTENT: file was removed
jupyter_nbconvert/postprocessors/base.py
0
removed
0
-35
1
NO CONTENT: file was removed
jupyter_nbconvert/postprocessors/serve.py
0
removed
0
-105
jupyter_nbconvert/postprocessors/tests/__init__.py
0
removed
0
0
1
NO CONTENT: file was removed
jupyter_nbconvert/postprocessors/tests/test_serve.py
0
removed
0
-31
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/__init__.py
0
removed
0
-14
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/base.py
0
removed
0
-92
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/clearoutput.py
0
removed
0
-20
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/coalescestreams.py
0
removed
0
-75
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/convertfigures.py
0
removed
0
-58
jupyter_nbconvert/preprocessors/csshtmlheader.py
0
removed
0
-85
jupyter_nbconvert/preprocessors/execute.py
0
removed
0
-143
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/extractoutput.py
0
removed
0
-98
jupyter_nbconvert/preprocessors/highlightmagics.py
0
removed
0
-100
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/latex.py
0
removed
0
-47
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/revealhelp.py
0
removed
0
-62
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/svg2pdf.py
0
removed
0
-83
jupyter_nbconvert/preprocessors/tests/__init__.py
0
removed
0
0
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/tests/base.py
0
removed
0
-41
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/tests/files/Clear Output.ipynb
0
removed
0
-39
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/tests/files/Disable Stdin.ipynb
0
removed
0
-23
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/tests/files/Factorials.ipynb
0
removed
0
-48
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/tests/files/HelloWorld.ipynb
0
removed
0
-26
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/tests/files/Inline Image.ipynb
0
removed
0
-196
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/tests/files/Interrupt.ipynb
0
removed
0
-49
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/tests/files/SVG.ipynb
0
removed
0
-48
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/tests/files/Skip Exceptions.ipynb
0
removed
0
-51
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/tests/files/Unicode.ipynb
0
removed
0
-26
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/tests/files/python.png
0
removed
binary
0
0
1
NO CONTENT: file was removed, binary diff hidden
jupyter_nbconvert/preprocessors/tests/test_clearoutput.py
0
removed
0
-33
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/tests/test_coalescestreams.py
0
removed
0
-58
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/tests/test_csshtmlheader.py
0
removed
0
-47
jupyter_nbconvert/preprocessors/tests/test_execute.py
0
removed
0
-151
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/tests/test_extractoutput.py
0
removed
0
-58
jupyter_nbconvert/preprocessors/tests/test_highlightmagics.py
0
removed
0
-50
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/tests/test_latex.py
0
removed
0
-36
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/tests/test_revealhelp.py
0
removed
0
-78
1
NO CONTENT: file was removed
jupyter_nbconvert/preprocessors/tests/test_svg2pdf.py
0
removed
0
-73
1
NO CONTENT: file was removed
jupyter_nbconvert/templates/README.md
0
removed
0
-9
1
NO CONTENT: file was removed
jupyter_nbconvert/templates/html/basic.tpl
0
removed
0
-201
1
NO CONTENT: file was removed
jupyter_nbconvert/templates/html/full.tpl
0
removed
0
-71
1
NO CONTENT: file was removed
jupyter_nbconvert/templates/html/mathjax.tpl
0
removed
0
-23
1
NO CONTENT: file was removed
jupyter_nbconvert/templates/html/slides_reveal.tpl
0
removed
0
-203
1
NO CONTENT: file was removed
jupyter_nbconvert/templates/latex/article.tplx
0
removed
0
-17
1
NO CONTENT: file was removed
jupyter_nbconvert/templates/latex/base.tplx
0
removed
0
-203
1
NO CONTENT: file was removed
jupyter_nbconvert/templates/latex/report.tplx
0
removed
0
-26
1
NO CONTENT: file was removed
jupyter_nbconvert/templates/latex/skeleton/display_priority.tplx
0
removed
0
-44
1
NO CONTENT: file was removed
jupyter_nbconvert/templates/latex/skeleton/null.tplx
0
removed
0
-93
1
NO CONTENT: file was removed
jupyter_nbconvert/templates/latex/style_bw_ipython.tplx
0
removed
0
-45
1
NO CONTENT: file was removed
jupyter_nbconvert/templates/latex/style_bw_python.tplx
0
removed
0
-13
1
NO CONTENT: file was removed
jupyter_nbconvert/templates/latex/style_ipython.tplx
0
removed
0
-58
1
NO CONTENT: file was removed
jupyter_nbconvert/templates/latex/style_python.tplx
0
removed
0
-21
1
NO CONTENT: file was removed
jupyter_nbconvert/templates/markdown.tpl
0
removed
0
-67
1
NO CONTENT: file was removed
jupyter_nbconvert/templates/python.tpl
0
removed
0
-17
1
NO CONTENT: file was removed
jupyter_nbconvert/templates/rst.tpl
0
removed
0
-86
1
NO CONTENT: file was removed
jupyter_nbconvert/templates/script.tpl
0
removed
0
-5
1
NO CONTENT: file was removed
jupyter_nbconvert/templates/skeleton/Makefile
0
removed
0
-24
1
NO CONTENT: file was removed
jupyter_nbconvert/templates/skeleton/README.md
0
removed
0
-12
1
NO CONTENT: file was removed
jupyter_nbconvert/templates/skeleton/display_priority.tpl
0
removed
0
-40
1
NO CONTENT: file was removed
jupyter_nbconvert/templates/skeleton/null.tpl
0
removed
0
-89
1
NO CONTENT: file was removed
jupyter_nbconvert/tests/README.md
0
removed
0
-1
1
NO CONTENT: file was removed
jupyter_nbconvert/tests/__init__.py
0
removed
0
0
1
NO CONTENT: file was removed
jupyter_nbconvert/tests/base.py
0
removed
0
-171
1
NO CONTENT: file was removed
jupyter_nbconvert/tests/files/hello.py
0
removed
0
-7
1
NO CONTENT: file was removed
jupyter_nbconvert/tests/files/ipython_nbconvert_config.py
0
removed
0
-6
1
NO CONTENT: file was removed
jupyter_nbconvert/tests/files/notebook1.ipynb
0
removed
0
-189
1
NO CONTENT: file was removed
jupyter_nbconvert/tests/files/notebook2.ipynb
0
removed
0
-1584
1
NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (1584 lines changed)
Show them
Hide them
jupyter_nbconvert/tests/files/override.py
0
removed
0
-6
1
NO CONTENT: file was removed
jupyter_nbconvert/tests/test_nbconvertapp.py
0
removed
0
-243
1
NO CONTENT: file was removed
jupyter_nbconvert/utils/__init__.py
0
removed
0
0
1
NO CONTENT: file was removed
jupyter_nbconvert/utils/base.py
0
removed
0
-29
1
NO CONTENT: file was removed
jupyter_nbconvert/utils/exceptions.py
0
removed
0
-17
1
NO CONTENT: file was removed
jupyter_nbconvert/utils/io.py
0
removed
0
-33
1
NO CONTENT: file was removed
jupyter_nbconvert/utils/lexers.py
0
removed
0
-3
1
NO CONTENT: file was removed
jupyter_nbconvert/utils/pandoc.py
0
removed
0
-127
1
NO CONTENT: file was removed
jupyter_nbconvert/utils/tests/__init__.py
0
removed
0
0
1
NO CONTENT: file was removed
jupyter_nbconvert/utils/tests/test_io.py
0
removed
0
-50
1
NO CONTENT: file was removed
jupyter_nbconvert/utils/tests/test_lexers.py
0
removed
0
-131
1
NO CONTENT: file was removed
jupyter_nbconvert/utils/tests/test_pandoc.py
0
removed
0
-70
1
NO CONTENT: file was removed
jupyter_nbconvert/utils/version.py
0
removed
0
-25
1
NO CONTENT: file was removed
jupyter_nbconvert/writers/__init__.py
0
removed
0
-3
1
NO CONTENT: file was removed
jupyter_nbconvert/writers/base.py
0
removed
0
-56
1
NO CONTENT: file was removed
jupyter_nbconvert/writers/debug.py
0
removed
0
-43
1
NO CONTENT: file was removed
jupyter_nbconvert/writers/files.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
jupyter_nbconvert/writers/stdout.py
0
limited diff
removed
0
0
jupyter_nbconvert/writers/tests/__init__.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
jupyter_nbconvert/writers/tests/test_debug.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
jupyter_nbconvert/writers/tests/test_files.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
jupyter_nbconvert/writers/tests/test_stdout.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages