Metadata-Version: 2.1
Name: scanpydoc
Version: 0.4.2
Summary: A series of Sphinx extensions to get easy to maintain, numpydoc style documentation.
Home-page: https://github.com/theislab/scanpydoc/
License: UNKNOWN
Author: Philipp Angerer
Author-email: phil.angerer@gmail.com
Requires-Python: >=3.6
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>=1.8
Requires-Dist: get_version
Requires-Dist: sphinx-autodoc-typehints>=1.8; extra == "doc"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-black; extra == "test"
Requires-Dist: scipy; extra == "test"
Requires-Dist: typing_extensions; extra == "test" and ( python_version<"3.8")
Project-URL: Documentation, https://icb-scanpydoc.readthedocs-hosted.com/
Provides-Extra: doc
Provides-Extra: test

scanpydoc |pypi| |docs| |travis| |codecov|
==========================================

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/
.. |docs| image:: https://readthedocs.com/projects/icb-scanpydoc/badge/
   :target: https://icb-scanpydoc.readthedocs-hosted.com/
.. |travis| image:: https://travis-ci.com/theislab/scanpydoc.svg
   :target: https://travis-ci.com/theislab/scanpydoc
.. |codecov| image:: https://codecov.io/gh/theislab/scanpydoc/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/theislab/scanpydoc

