Skip to content

Commit 86db679

Browse files
authored
Merge pull request #8 from boutproject/rename
Change names and links to new upstream
2 parents 8321db7 + 195e1dc commit 86db679

File tree

4 files changed

+9
-14
lines changed

4 files changed

+9
-14
lines changed

README.md

+6-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[![Documentation Status](https://readthedocs.org/projects/animatplot/badge/?version=latest)](https://animatplot.readthedocs.io/en/latest/?badge=latest)
1+
[![Documentation Status](https://readthedocs.org/projects/animatplot-ng/badge/?version=latest)](https://animatplot-ng.readthedocs.io/en/latest/?badge=latest)
22

3-
# animatplot
4-
A python package for making interactive as well as animated plots with matplotlib.
3+
# animatplot-ng
4+
A python package for making interactive as well as animated plots with matplotlib. Based on [animatplot by r-makaro](https://github.com/t-makaro/animatplot).
55

66
![image](docs/source/tutorial/images/multiblock.gif)
77
![image](docs/source/_static/animatplot-mouse.gif)
@@ -11,20 +11,15 @@ A python package for making interactive as well as animated plots with matplotli
1111
- Matplotlib >= 2.2 (because [sliders have discrete values](https://matplotlib.org/users/whats_new.html#slider-ui-widget-can-snap-to-discrete-values))
1212
## Installation
1313
```bash
14-
pip install animatplot
15-
```
16-
17-
or using conda
18-
```bash
19-
conda install animatplot -c conda-forge
14+
pip install animatplot-ng
2015
```
2116

2217
## Documentation
23-
Documentation can be found [here](https://animatplot.readthedocs.io/en/latest/index.html)
18+
Documentation can be found [here](https://animatplot-ng.readthedocs.io/en/latest/index.html)
2419

2520
## Dev Install
2621
```bash
27-
git clone https://github.com/t-makaro/animatplot.git
22+
git clone https://github.com/boutproject/animatplot-ng.git
2823
pip install -e .
2924
```
3025
This project uses ```pycodestyle``` for linting. For testing, ```pytest``` is used.

docs/source/developer.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Install
1212
-------
1313
Clone and install the repository::
1414

15-
git clone https://github.com/t-makaro/animatplot.git
15+
git clone https://github.com/boutproject/animatplot-ng.git
1616
cd animatplot
1717
pip install -e .
1818

docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ animatplot
3636

3737

3838
.. Links
39-
.. _`Github`: http://github.com/t-makaro/animatplot
39+
.. _`Github`: http://github.com/boutproject/animatplot-ng
4040
.. _`matplotlib`: https://matplotlib.org/

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
description='Making animating in matplotlib easy',
1818
long_description=long_description,
1919
long_description_content_type='text/markdown',
20-
url='https://github.com/t-makaro/animatplot/',
20+
url='https://github.com/boutproject/animatplot-ng/',
2121
author='Tyler Makaro',
2222
author_email='',
2323
license='MIT',

0 commit comments

Comments
 (0)