Metadata-Version: 2.1
Name: auto-intersphinx
Version: 1.0.1
Summary: Automatic links direct project dependencies to the intersphinx catalog
Author-email: Andre Anjos <andre.anjos@idiap.ch>
License: BSD 3-Clause License
Project-URL: documentation, https://auto-intersphinx.readthedocs.io/en/v1.0.1/
Project-URL: homepage, https://pypi.org/project/auto-intersphinx
Project-URL: repository, https://gitlab.idiap.ch/software/auto-intersphinx
Project-URL: changelog, https://gitlab.idiap.ch/software/auto-intersphinx/-/releases
Classifier: Framework :: Sphinx :: Extension
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: qa
Provides-Extra: doc
Provides-Extra: test

<!--
SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>

SPDX-License-Identifier: BSD-3-Clause
-->

[![latest-docs](https://img.shields.io/badge/docs-v1.0.1-orange.svg)](https://auto-intersphinx.readthedocs.io/en/v1.0.1/)
[![build](https://gitlab.idiap.ch/software/auto-intersphinx/badges/v1.0.1/pipeline.svg)](https://gitlab.idiap.ch/software/auto-intersphinx/commits/v1.0.1)
[![coverage](https://gitlab.idiap.ch/software/auto-intersphinx/badges/v1.0.1/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/auto-intersphinx/v1.0.1/coverage/index.html)
[![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/software/auto-intersphinx)

# Automatically Links Package Documentation from Their Names

This package contains a [Sphinx](https://www.sphinx-doc.org/) plugin that can
fill
[intersphinx](https://www.sphinx-doc.org/en/main/usage/extensions/intersphinx.html)
mappings based on package names.  It simplifies the use of that plugin by
removing the need of knowing URLs for various API catologs you may want to
cross-reference.

For installation and usage instructions, check-out our documentation.
