Skip to content

Some last minor tweaks to textual things #284

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
May 24, 2020
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 content/en/learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Learn
sidebar: false
---

The official NumPy documentation lives [here](https://numpy.org/doc/stable).
**The official NumPy documentation lives [here](https://numpy.org/doc/stable).**

Below is a curated collection of external resources. To contribute, see the [end of this page](#add-to-this-list).
***
Expand All @@ -30,7 +30,7 @@ There's a ton of information about NumPy out there. If you are new, we'd strongl
* [From Python to NumPy *by Nicolas P. Rougier*](https://www.labri.fr/perso/nrougier/from-python-to-numpy/)
* [Elegant SciPy](https://www.amazon.com/Elegant-SciPy-Art-Scientific-Python/dp/1491922877) *by Juan Nunez-Iglesias, Stefan van der Walt, and Harriet Dashnow*

You may also want to check out the [Goodreads list](https://www.goodreads.com/shelf/show/python-scipy) on the subject of "Python+SciPy". Most books there are about the "SciPy ecosystem", which has NumPy at its core.
You may also want to check out the [Goodreads list](https://www.goodreads.com/shelf/show/python-scipy) on the subject of "Python+SciPy." Most books there are about the "SciPy ecosystem," which has NumPy at its core.

<i class="far fa-file-video"></i> **Videos**

Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/data-science.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<p></p><p>
For high data volumes, <a href="https://dask.org">Dask</a> and
<a href="https://ray.io/">Ray</a> are designed to scale. Stable production
environments rely on data versioning (<a href="https://dvc.org">DVC</a>),
deployments rely on data versioning (<a href="https://dvc.org">DVC</a>),
experiment tracking (<a href="https://mlflow.org">MLFlow</a>), and
workflow automation (<a href="https://airflow.apache.org">Airflow</a> and
<a href="https://www.prefect.io">Prefect</a>).</p>
Expand Down