Skip to content

Commit 6d0f2fa

Browse files
committed
Some last minor tweaks to textual things
Follow up to numpygh-272 and numpygh-258
1 parent b90e1cc commit 6d0f2fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/en/learn.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Learn
33
sidebar: false
44
---
55

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

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

33-
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.
33+
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.
3434

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

layouts/partials/data-science.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<p></p><p>
4848
For high data volumes, <a href="https://dask.org">Dask</a> and
4949
<a href="https://ray.io/">Ray</a> are designed to scale. Stable production
50-
environments rely on data versioning (<a href="https://dvc.org">DVC</a>),
50+
deployments rely on data versioning (<a href="https://dvc.org">DVC</a>),
5151
experiment tracking (<a href="https://mlflow.org">MLFlow</a>), and
5252
workflow automation (<a href="https://airflow.apache.org">Airflow</a> and
5353
<a href="https://www.prefect.io">Prefect</a>).</p>

0 commit comments

Comments
 (0)