Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[highcharts](https://www.highcharts.com/) meets python in your [Jupyter](https://jupyter.org/) notebook

[![PyPI version](https://badge.fury.io/py/easychart.svg)](https://badge.fury.io/py/easychart)
[![pythons](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)](https://pypi.org/project/easytree)
[![build](https://github.com/dschenck/easychart/workflows/testing/badge.svg)](https://github.com/dschenck/easychart/actions)
[![pythons](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)](https://pypi.org/project/easychart)
[![tests and coverage](https://github.com/dschenck/easychart/actions/workflows/testing.yml/badge.svg?branch=main)](https://github.com/dschenck/easychart/actions/workflows/testing.yml)
[![Documentation Status](https://readthedocs.org/projects/easychart/badge/?version=latest)](https://easychart.readthedocs.io/en/latest/?badge=latest)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Downloads](https://static.pepy.tech/badge/easychart/week)](https://pepy.tech/project/easychart)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# -- Project information -----------------------------------------------------

project = "easychart"
copyright = "2022-24, David Schenck"
copyright = "2022-26, David Schenck"
author = "David Schenck"


Expand Down
4 changes: 2 additions & 2 deletions docs/fragments/badges.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. image:: https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue
:target: https://pypi.org/project/easychart

.. image:: https://github.com/dschenck/easychart/workflows/testing/badge.svg
:target: https://github.com/dschenck/easychart/actions
.. image:: https://github.com/dschenck/easychart/actions/workflows/testing.yml/badge.svg?branch=main
:target: https://github.com/dschenck/easychart/actions/workflows/testing.yml/badge.svg?branch=main

.. image:: https://badge.fury.io/py/easychart.svg
:target: https://badge.fury.io/py/easychart
Expand Down
Loading