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
|
Description: fix privacy breaches in documentation caused by badges.
Author: Étienne Mollier <emollier@debian.org>
Forwarded: not-needed
Last-Update: 2024-02-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- python-nixio.orig/docs/source/index.rst
+++ python-nixio/docs/source/index.rst
@@ -2,22 +2,6 @@
NIXIO Python library documentation
==================================
-|Build github| |Build appveyor| |Coverage coveralls| |Coverage codecov| |LGTM| |Docs|
-
-.. |Build github| image:: https://github.com/G-Node/nixpy/workflows/NIXPy%20tests%20and%20linting/badge.svg?branch=master
- :target: https://github.com/G-Node/nixpy/actions
-.. |Build appveyor| image:: https://ci.appveyor.com/api/projects/status/72l10ooxbvf0vfgd/branch/master?svg=true
- :target: https://ci.appveyor.com/project/G-Node/nixpy
-.. |Coverage coveralls| image:: https://coveralls.io/repos/github/G-Node/nixpy/badge.svg?branch=master
- :target: https://coveralls.io/github/G-Node/nixpy?branch=master
-.. |Coverage codecov| image:: https://codecov.io/gh/G-Node/nixpy/branch/master/graph/badge.svg?token=xT5rz1BlGJ
- :target: https://codecov.io/gh/G-Node/nixpy
-.. |LGTM| image:: https://img.shields.io/lgtm/grade/python/g/G-Node/nixpy.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/G-Node/nixpy/context:python)
- :target: https://lgtm.com/projects/g/G-Node/nixpy
-.. |Docs| image:: https://readthedocs.org/projects/nixpy/badge/?version=latest
- :target: https://nixpy.readthedocs.io/en/latest/?badge=latest
- :alt: Documentation Status
-
The NIXIO module is the native python re-implementation of the `NIX C++ library <https://nixio.readthedocs.io>`_ for the NIX data model.
The *NIX* data model allows to store fully annotated scientific
|