Metadata-Version: 2.1
Name: scanpydoc
Version: 0.7.6
Summary: A series of Sphinx extensions to get easy to maintain, numpydoc style documentation.
Home-page: https://github.com/theislab/scanpydoc/
Author: Philipp Angerer
Author-email: phil.angerer@gmail.com
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Sphinx :: Extension
Requires-Dist: sphinx>=3.0
Requires-Dist: get_version
Requires-Dist: pre-commit ; extra == "dev"
Requires-Dist: scanpydoc[typehints] ; extra == "doc"
Requires-Dist: sphinx-rtd-theme ; extra == "doc"
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: typing_extensions>=3.10 ; extra == "test" and ( python_version<"3.8")
Requires-Dist: sphinx-rtd-theme ; extra == "theme"
Requires-Dist: sphinx-autodoc-typehints>=1.15.2 ; extra == "typehints"
Project-URL: Documentation, https://icb-scanpydoc.readthedocs-hosted.com/
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test
Provides-Extra: theme
Provides-Extra: typehints

scanpydoc |pypi| |docs| |tests| |checks| |cov|
==============================================

A collection of Sphinx extensions similar to (but more flexible than) numpydoc.

Check the self-documenting documentation at https://icb-scanpydoc.readthedocs-hosted.com

.. |pypi| image:: https://img.shields.io/pypi/v/scanpydoc.svg
   :target: https://pypi.org/project/scanpydoc/
   :alt: PiPI version
.. |docs| image:: https://readthedocs.com/projects/icb-scanpydoc/badge/
   :target: https://icb-scanpydoc.readthedocs-hosted.com/
   :alt: doc build status
.. |tests| image:: https://github.com/theislab/scanpydoc/actions/workflows/ci.yml/badge.svg
   :target: https://github.com/theislab/scanpydoc/actions/workflows/ci.yml
   :alt: python test status
.. |checks| image:: https://results.pre-commit.ci/badge/github/theislab/scanpydoc/master.svg
   :target: https://results.pre-commit.ci/latest/github/theislab/scanpydoc/master
   :alt: pre-commit.ci status
.. |cov| image:: https://codecov.io/gh/theislab/scanpydoc/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/theislab/scanpydoc
   :alt: coverage

