Skip to content

Commit

Permalink
Adding badges
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelClerx committed Aug 5, 2023
1 parent feb6c60 commit d61658d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# datkit
Silly scripts for working with time-series data
[![Unit tests](https://github.com/myokit/datkit/actions/workflows/unit-tests-ubuntu.yml/badge.svg)](https://github.com/myokit/datkit/actions/workflows/unit-tests-ubuntu.yml)
[![Documentation](https://readthedocs.org/projects/datkit/badge/?version=latest)](https://datkit.readthedocs.io/?badge=latest)

# Datkit

This module contains some simple methods that are useful when analysing time
series data.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#url='http://myokit.org',
project_urls={
'Bug Tracker': 'https://github.com/myokit/datkit/issues',
#'Documentation': 'http://docs.myokit.org',
'Documentation': 'http://datkit.readthedocs.io/',
'Source Code': 'https://github.com/myokit/datkit',
},

Expand Down Expand Up @@ -77,7 +77,7 @@
# Optional extras
extras_require={
'docs': [
#'sphinx>=1.7.4', # Doc generation
'sphinx>=1.7.4', # Doc generation
],
'dev': [
'coverage', # Coverage checking
Expand Down

0 comments on commit d61658d

Please sign in to comment.