Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c7d7ff5

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

File tree

2 files changed

+2
-1
lines changed
Filter options

2 files changed

+2
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1Lines 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

Copy file name to clipboardExpand all lines: docs/source/conf.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.