Skip to content

Commit 850b16a

Browse files
authored
Merge pull request #255 from kayjan/update-docs
docs: Update badges
2 parents 3e2dea3 + ee25085 commit 850b16a

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/index.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ hide:
77

88
# 🌳 Documentation
99

10-
[![python-version](https://badge.fury.io/py/bigtree.svg "python-version")](https://badge.fury.io/py/bigtree)
11-
[![python-compatibility](https://img.shields.io/pypi/pyversions/bigtree.svg "python-compatibility")](https://pypi.python.org/pypi/bigtree)
12-
[![Documentation Status](https://readthedocs.org/projects/bigtree/badge/?version=latest "Documentation Status")](https://bigtree.readthedocs.io/en/latest/?badge=latest)
10+
[![pypi-python-version](https://badge.fury.io/py/bigtree.svg "pypi-python-version")](https://badge.fury.io/py/bigtree/)
11+
[![conda-python-version](https://anaconda.org/conda-forge/bigtree/badges/version.svg "conda-python-version")](https://anaconda.org/conda-forge/bigtree)
12+
[![documentation-status](https://readthedocs.org/projects/bigtree/badge/?version=latest "documentation-status")](https://bigtree.readthedocs.io/en/latest/?badge=latest)
1313
[![code-coverage](https://codecov.io/github/kayjan/bigtree/branch/master/graph/badge.svg?token=O5gyTsGIiw "code-coverage")](https://codecov.io/gh/kayjan/bigtree)
14-
[![github-workflows](https://github.com/kayjan/bigtree/actions/workflows/pytest.yml/badge.svg "github-workflows")](https://github.com/kayjan/bigtree/actions/workflows/pytest.yml)
15-
![license](https://img.shields.io/static/v1?label=license&message=MIT&color=blue "license")
16-
![black](https://img.shields.io/static/v1?label=style&message=black&color=black "black")
14+
[![pytest-github-workflows](https://github.com/kayjan/bigtree/actions/workflows/pytest.yml/badge.svg "pytest-github-workflows")](https://github.com/kayjan/bigtree/actions/workflows/pytest.yml)
15+
16+
[![python-compatibility](https://img.shields.io/pypi/pyversions/bigtree.svg "python-compatibility")](https://pypi.python.org/pypi/bigtree)
17+
[![package-downloads](https://static.pepy.tech/badge/bigtree "package-downloads")](https://pepy.tech/project/bigtree)
18+
[![license](https://img.shields.io/static/v1?label=license&message=MIT&color=blue "license")](#)
19+
[![style](https://img.shields.io/static/v1?label=style&message=black&color=black "style")](#)
1720

1821
Tree Implementation and Methods for Python, integrated with list, dictionary, pandas and polars DataFrame.
1922

0 commit comments

Comments
 (0)