Skip to content

Commit c7d7ff5

Browse files
authored
Update README.md (#594)
* Update README.md Add DOI badge * Update conf.py
1 parent 68cf50b commit c7d7ff5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[![CI](https://github.com/kushalkolar/fastplotlib/actions/workflows/ci.yml/badge.svg)](https://github.com/kushalkolar/fastplotlib/actions/workflows/ci.yml)
88
[![PyPI version](https://badge.fury.io/py/fastplotlib.svg)](https://badge.fury.io/py/fastplotlib)
99
[![Documentation Status](https://readthedocs.org/projects/fastplotlib/badge/?version=latest)](https://fastplotlib.readthedocs.io/en/latest/?badge=latest)
10+
[![DOI](https://zenodo.org/badge/485481453.svg)](https://zenodo.org/doi/10.5281/zenodo.13365890)
1011

1112
[**Installation**](https://github.com/kushalkolar/fastplotlib#installation) |
1213
[**GPU Drivers**](https://github.com/kushalkolar/fastplotlib#graphics-drivers) |

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
intersphinx_mapping = {
102102
"python": ("https://docs.python.org/3", None),
103103
"numpy": ("https://numpy.org/doc/stable/", None),
104-
"pygfx": ("https://pygfx.org/stable", None),
104+
"pygfx": ("https://docs.pygfx.org/stable/", None),
105105
"wgpu": ("https://wgpu-py.readthedocs.io/en/latest", None),
106106
"fastplotlib": ("https://fastplotlib.readthedocs.io/en/latest/", None),
107107
}

0 commit comments

Comments
 (0)