[Python-modules-commits] [nbconvert] branch master updated (3005183 -> f7cc4a1)
Gordon Ball
chronitis-guest at moszumanska.debian.org
Sat Jun 24 09:10:51 UTC 2017
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a change to branch master
in repository nbconvert.
from 3005183 Version build-dependency on pandocfilters
new 42ed331 record new upstream branch created by importing nbconvert_5.2.1.orig.tar.gz
new 601dc59 Import nbconvert_5.2.1.orig.tar.gz
new 556480c Require ipython >= 5
new fbb9102 Disable downloading CSS from the web, since we can copy it directly from the notebook package instead
new 7fbabf0 merge patched into master
new f7cc4a1 Version 5.2.1, updated standards-version to 4.0.0
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 4 +
.travis.yml | 2 +
CONTRIBUTING.md | 15 +
debian/.git-dpm | 14 +-
debian/changelog | 3 +-
debian/control | 2 +-
debian/patches/0001-Require-ipython-5.patch | 6 +-
...nloading-CSS-from-the-web-since-we-can-co.patch | 4 +-
docs/source/api/preprocessors.rst | 2 +
docs/source/changelog.rst | 34 +
docs/source/customizing.ipynb | 24622 ++++++++++++++++++-
docs/source/development_release.rst | 81 +
docs/source/example.ipynb | 65 +-
docs/source/external_exporters.rst | 2 +-
docs/source/index.rst | 1 +
docs/source/nbconvert_library.ipynb | 2 +-
nbconvert/_version.py | 65 +-
nbconvert/exporters/asciidoc.py | 5 +-
nbconvert/exporters/exporter.py | 19 +-
nbconvert/exporters/html.py | 17 +-
nbconvert/exporters/markdown.py | 4 +-
nbconvert/exporters/rst.py | 9 +-
nbconvert/exporters/script.py | 32 +-
nbconvert/exporters/slides.py | 46 +-
nbconvert/exporters/templateexporter.py | 48 +-
nbconvert/exporters/tests/test_rst.py | 9 +
nbconvert/exporters/tests/test_script.py | 18 +-
nbconvert/exporters/tests/test_templateexporter.py | 94 +
nbconvert/filters/markdown_mistune.py | 18 +-
nbconvert/filters/strings.py | 4 +-
nbconvert/filters/tests/test_citation.py | 10 +-
nbconvert/filters/tests/test_markdown.py | 52 +-
nbconvert/nbconvertapp.py | 14 +-
nbconvert/preprocessors/__init__.py | 1 +
nbconvert/preprocessors/clearoutput.py | 9 +
nbconvert/preprocessors/execute.py | 119 +-
nbconvert/preprocessors/regexremove.py | 57 +
.../tests/files/update-display-id.ipynb | 173 +
nbconvert/preprocessors/tests/test_clearoutput.py | 28 +-
nbconvert/preprocessors/tests/test_execute.py | 30 +-
nbconvert/preprocessors/tests/test_regexremove.py | 70 +
nbconvert/preprocessors/tests/test_sanitize.py | 10 +-
nbconvert/templates/asciidoc.tpl | 13 +-
nbconvert/templates/html/basic.tpl | 8 +
nbconvert/templates/html/full.tpl | 6 +
nbconvert/templates/html/mathjax.tpl | 2 +-
nbconvert/templates/html/slides_reveal.tpl | 8 +-
nbconvert/templates/latex/document_contents.tplx | 2 +-
nbconvert/templates/latex/report.tplx | 2 +-
nbconvert/templates/latex/skeleton/null.tplx | 107 +-
nbconvert/templates/latex/style_bw_ipython.tplx | 8 +-
nbconvert/templates/latex/style_bw_python.tplx | 4 +
nbconvert/templates/latex/style_ipython.tplx | 12 +-
nbconvert/templates/latex/style_python.tplx | 6 +-
nbconvert/templates/markdown.tpl | 7 +-
nbconvert/templates/python.tpl | 4 +-
nbconvert/templates/rst.tpl | 22 +-
nbconvert/templates/skeleton/null.tpl | 107 +-
.../eptest-0.1.dist-info/entry_points.txt | 3 +
nbconvert/tests/exporter_entrypoint/eptest.py | 4 +
nbconvert/tests/test_nbconvertapp.py | 30 +
nbconvert/utils/exceptions.py | 3 +-
setup.py | 8 +-
63 files changed, 25908 insertions(+), 278 deletions(-)
create mode 100644 docs/source/development_release.rst
create mode 100644 nbconvert/preprocessors/regexremove.py
create mode 100644 nbconvert/preprocessors/tests/files/update-display-id.ipynb
create mode 100644 nbconvert/preprocessors/tests/test_regexremove.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/nbconvert.git
More information about the Python-modules-commits
mailing list