8000 update NumPy spelling by btel · Pull Request #265 · scipy-lectures/scientific-python-lectures · GitHub
[go: up one dir, main page]

Skip to content

update NumPy spelling #265

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 8, 2016
Merged

Conversation

btel
Copy link
Contributor
@btel btel commented Sep 6, 2016

Following a recent discussion on NumPy maliling list and the resulting PR numpy/numpy#8021, I recommend to change all instances of Numpy to NumPy (capital N and P), when the lectures refer to the project.

These are automatic search-and-replace changes done by running the command:

$ find . -name "*.rst" -exec sed -i -e 's/Numpy/NumPy/g' {} \;

on advanced/advanced_numpy and intro/numpy directories.

See issue #250.

automatic search-and-replace using command:
$ find . -name "*.rst" -exec sed -i -e 's/Numpy/NumPy/g' {} \;
on intro/numpy and advanced/advanced_numpy dirs
@btel
Copy link
Contributor Author
btel commented Sep 7, 2016

The related PR on the numpy repository was just merged (numpy/numpy#8021). Should we proceed with this PR?

@vahtras vahtras merged commit aaefd5d into scipy-lectures:master Sep 8, 2016
@vahtras
Copy link
Contributor
vahtras commented Sep 8, 2016

I think so. Merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0