File: control

package info (click to toggle)
sphinx-code-tabs 0.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: python: 196; makefile: 32; javascript: 26
file content (55 lines) | stat: -rw-r--r-- 1,890 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
Source: sphinx-code-tabs
Maintainer: Ben Finney <bignose@debian.org>
Section: python
Priority: optional
Build-Depends:
    dh-python,
    python3-sphinx (>= 5),
    python3-sphinx-rtd-theme,
    python3-setuptools,
    python3-all,
    python3,
    debhelper-compat (= 13)
Standards-Version: 4.7.0
Homepage: https://github.com/coldfix/sphinx-code-tabs/
VCS-Git: https://github.com/coldfix/sphinx-code-tabs.git
VCS-Browser: https://github.com/coldfix/sphinx-code-tabs/
Rules-Requires-Root: no

Package: python3-sphinx-code-tabs
Architecture: all
Depends:
    ${sphinxdoc:Depends},
    ${python3:Depends},
    ${misc:Depends}
Suggests:
    python-sphinx-code-tabs-doc
Description: Sphinx extension for selectable code block tabs
 This is an extension for the Sphinx documentation system. It adds a `tabs`
 directive for creating a widget with multiple tabs, allowing the user to
 switch between them. The individual tabs can be code blocks or general
 content.
 .
 This can be used to e.g. show a snippet in multiple languages, display
 instructions for alternative platforms, or switch between code and output.
 .
 This package installs the Python version 3 ‘sphinx_code_tabs’ library, for use
 in the Sphinx documentation system.

Package: python-sphinx-code-tabs-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends:
    ${sphinxdoc:Depends},
    ${misc:Depends}
Description: Sphinx extension for selectable code block tabs — documentation
 This is an extension for the Sphinx documentation system. It adds a `tabs`
 directive for creating a widget with multiple tabs, allowing the user to
 switch between them. The individual tabs can be code blocks or general
 content.
 .
 This can be used to e.g. show a snippet in multiple languages, display
 instructions for alternative platforms, or switch between code and output.
 .
 This package installs the HTML documentation.