1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: nb2plots
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), dh-python,
python-all,
python3-all,
python-ipython,
python3-ipython,
python-matplotlib,
python3-matplotlib,
python-numpy,
python3-numpy,
python-setuptools,
python3-setuptools,
python-six (>= 1.7.0),
python3-six (>= 1.7.0),
python-sphinx,
python3-sphinx,
python-sphinxtesters,
python3-sphinxtesters,
python-texext,
python3-texext,
Standards-Version: 4.1.4
Homepage: http://github.com/matthew-brett/nb2plots
Vcs-Git: https://salsa.debian.org/python-team/modules/nb2plots.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/nb2plots
Package: python-nb2plots
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
Description: Converting between ipython notebooks and sphinx docs (Python 2)
nb2plots converts Jupyter notebooks to ReST files for Sphinx, and back again.
.
Nb2plots assumes that the ReST document will become the source for your Sphinx
web pages, but also for future versions of the notebook. The notebook may
serve as a draft for the polished ReST page, and an output format from the
Sphinx build.
.
This package contains the Python 2 version of nb2plots.
Package: python3-nb2plots
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Converting between ipython notebooks and sphinx docs (Python 3)
nb2plots converts Jupyter notebooks to ReST files for Sphinx, and back again.
.
Nb2plots assumes that the ReST document will become the source for your Sphinx
web pages, but also for future versions of the notebook. The notebook may
serve as a draft for the polished ReST page, and an output format from the
Sphinx build.
.
This package contains the Python 3 version of nb2plots.
|