Source: sphinx-paramlinks
Section: python
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
Standards-Version: 4.6.1
Vcs-Git: https://gitee.com/openkylin/sphinx-paramlinks.git
Vcs-Browser: https://gitee.com/openkylin/sphinx-paramlinks
Homepage: https://github.com/sqlalchemyorg/sphinx-paramlinks
Rules-Requires-Root: no

Package: python3-sphinx-paramlinks
Architecture: all
Depends: python3-sphinx, ${misc:Depends}, ${python3:Depends}
Description: Sphinx extension to make param links linkable (Python 3 version)
 Sphinx extension which allows :param: directives within Python documentation
 to be linkable.
 .
 Features:
 .
  * :param: directives within Sphinx function/method descriptions will be
    given aparagraph link so that they can be linked to externally.
  * a new text role :paramref: is added, which works like :meth:, :func:, etc.
 .
 This package contains Python 3.x version of sphinx_paramlinks module.
