From d0904507909b785f94916958f235f79f830872f0 Mon Sep 17 00:00:00 2001 From: LegrandNico Date: Fri, 24 May 2024 11:02:48 +0200 Subject: [PATCH] renaming --- .gitignore | 2 +- README.md | 2 +- docs/source/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f489674..084cb51 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ .pytest_cache /htmlcov /dist -/cardioception_toolbox.egg-info +/cardioception.egg-info /build docs/source/auto_examples docs/source/generated diff --git a/README.md b/README.md index 1d3f9ae..90d8105 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ *** -# Cardioception toolbox +# Cardioception cardioception diff --git a/docs/source/index.md b/docs/source/index.md index a15c82d..1b13fb0 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -1,4 +1,4 @@ -# Cardioception toolbox +# Cardioception [![GitHub license](https://img.shields.io/github/license/LegrandNico/cardioception)](https://github.com/LegrandNico/cardioception/blob/master/LICENSE) [![GitHub release](https://img.shields.io/github/release/LegrandNico/cardioception)](https://github.com/LegrandNico/cardioception/releases/) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) [![pip](https://badge.fury.io/py/cardioception.svg)](https://badge.fury.io/py/cardioception) [![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/) [![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)