File: control

package info (click to toggle)
nbsphinx 0.4.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,312 kB
  • sloc: python: 1,480; makefile: 34; sed: 13; sh: 7
file content (83 lines) | stat: -rw-r--r-- 3,455 bytes parent folder | download
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Source: nbsphinx
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jerome Benoit <calculus@rezozer.net>
Build-Depends: debhelper (>= 11),
Build-Depends-Indep: dh-python,
                     libjs-mathjax,
                     pandoc,
                     python-all,
                     python-docutils,
                     python-entrypoints,
                     python-ipykernel,
                     python-jupyter-client,
                     python-nbconvert (>=5.4-2),
                     python-nbformat,
                     python-setuptools,
                     python-sphinx,
                     python3-all,
                     python3-docutils,
                     python3-entrypoints,
                     python3-ipykernel,
                     python3-jupyter-client,
                     python3-nbconvert (>=5.4-2),
                     python3-nbformat,
                     python3-setuptools,
                     python3-sphinx,
                     python3-sphinxcontrib.bibtex,
                     python3-matplotlib,
                     python3-numpy,
                     python3-pandas,
                     rdfind,
                     symlinks
Standards-Version: 4.3.0
Homepage: https://nbsphinx.rtfd.org/
Vcs-Git: https://salsa.debian.org/python-team/modules/nbsphinx.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/nbsphinx

Package: python-nbsphinx
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-nbsphinx-doc (= ${source:Version})
Description: Jupyter Notebook Tools for Sphinx -- Python
 nbsphinx is a Sphinx extension that provides a source parser for *.ipynb
 files. Custom Sphinx directives are used to show Jupyter Notebook code cells
 (and of course their results) in both HTML and LaTeX output.
 Un-evaluatednotebooks, i.e., notebooks without stored output cells, will be
 automatically executed during the Sphinx build process.
 .
 This package installs the library for Python 2.

Package: python3-nbsphinx
Architecture: all
Depends: python3-ipykernel, ${misc:Depends}, ${python3:Depends}
Recommends:
 python3-sphinxcontrib.bibtex,
 python3-matplotlib,
 python3-numpy,
 python3-pandas
Suggests: python-nbsphinx-doc (= ${source:Version})
Description: Jupyter Notebook Tools for Sphinx -- Python 3
 nbsphinx is a Sphinx extension that provides a source parser for *.ipynb
 files. Custom Sphinx directives are used to show Jupyter Notebook code cells
 (and of course their results) in both HTML and LaTeX output.
 Un-evaluatednotebooks, i.e., notebooks without stored output cells, will be
 automatically executed during the Sphinx build process.
 .
 This package installs the library for Python 3.

Package: python-nbsphinx-doc
Section: doc
Architecture: all
Depends: libjs-mathjax, ${misc:Depends}, ${sphinxdoc:Depends}
Suggests: www-browser
Enhances: python-nbsphinx (= ${source:Version}), python3-nbsphinx (= ${source:Version})
Description: Jupyter Notebook Tools for Sphinx -- doc
 nbsphinx is a Sphinx extension that provides a source parser for *.ipynb
 files. Custom Sphinx directives are used to show Jupyter Notebook code cells
 (and of course their results) in both HTML and LaTeX output.
 Un-evaluatednotebooks, i.e., notebooks without stored output cells, will be
 automatically executed during the Sphinx build process.
 .
 This is the common documentation package.