File: control

package info (click to toggle)
sphinx-tabs 1.3.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 540 kB
  • sloc: javascript: 929; python: 468; xml: 421; makefile: 20; sh: 6
file content (60 lines) | stat: -rw-r--r-- 1,963 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
Source: sphinx-tabs
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-bs4,
               python3-coverage,
               python3-docutils,
               python3-pygments,
               python3-pytest,
               python3-pytest-cov,
               python3-pytest-regressions,
               python3-setuptools,
               python3-sphinx,
               python3-sphinx-testing
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx-tabs
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinx-tabs.git
Homepage: https://github.com/djungelorm/sphinx-tabs
Rules-Requires-Root: no

Package: python3-sphinx-tabs
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         ${sphinxdoc:Depends}
Suggests: python3-sphinx-tabs-doc
Description: Tabbed views for Sphinx
 Sphinx Tabs is a Sphinx extension that allows one to create tabbed
 content in a Sphinx documentation built in HTML. The current features
 are:
   - Simple tabs
   - Groupped tabs (synchronize the tabs between multiple areas of the
     page)
   - Code tabs
 .
 This package contains the Python3 library for sphinx-tabs

Package: python3-sphinx-tabs-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: libjs-jquery,
         libjs-underscore,
         ${misc:Depends},
         ${python3:Depends},
         ${sphinxdoc:Depends}
Description: Tabbed views for Sphinx - Documentation
 Sphinx Tabs is a Sphinx extension that allows one to create tabbed
 content in a Sphinx documentation built in HTML. The current features
 are:
   - Simple tabs
   - Groupped tabs (synchronize the tabs between multiple areas of the
     page)
   - Code tabs
 .
 This package contains the documentation for sphinx-tabs