You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.yaml
+23-24
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ params:
25
25
# Button text
26
26
buttontext: Get started
27
27
# Where the main hero button links to
28
-
buttonlink: "#"
28
+
buttonlink: "/learn"
29
29
# Hero image (from static/images/___)
30
30
image: logos/numpy.svg
31
31
# Customizable navbar. For a dropdown, add a "sublinks" list.
@@ -53,14 +53,17 @@ params:
53
53
title: KEY FEATURES
54
54
features:
55
55
- title: Powerful N-dimensional arrays
56
-
subtitle: Fast, versatile and easy to use
57
-
text: Fast, versatile and easy to use, the NumPy vectorization, indexing and broadcasting concepts are the de-facto standards of array computing today.
56
+
text: Fast and versatile, the NumPy vectorization, indexing and broadcasting concepts are the de-facto standards of array computing today.
58
57
- title: Numerical computing tools
59
-
text: Fundamental package for scientific computing, NumPy offers comprehensive mathematical functions, random number generators, linear algebra routines, Fourier transforms and more.
58
+
text: NumPy offers comprehensive mathematical functions, random number generators, linear algebra routines, Fourier transforms and more.
60
59
- title: Interoperable
61
-
text: Works on your choice of computing platform, whether your code fits in memory and runs on a CPU or requires a GPU. NumPy supports a wide range of computing platforms and works well with all major distributed arrays and sparse arrays libraries.
60
+
text: NumPy supports a wide range of hardware and computing platforms, and plays well with distributed, GPU and sparse array libraries.
61
+
- title: Performant
62
+
text: The core of NumPy is well-optimized C code. Enjoy the flexibility of Python with the speed of compiled code.
63
+
- title: Easy to use
64
+
text: NumPy's high level syntax makes it accessible to and productive for programmers from any background or experience level.
62
65
- title: Open source
63
-
text: Distributed under a liberal [BSD license](https://github.com/numpy/numpy/blob/master/LICENSE.txt), NumPy is developed and maintained publicly on GitHub by a vibrant, responsive and diverse community.
66
+
text: Distributed under a liberal [BSD license](https://github.com/numpy/numpy/blob/master/LICENSE.txt), NumPy is developed and maintained [publicly on GitHub](https://github.com/numpy/numpy) by a vibrant, responsive and diverse [community](/community).
Copy file name to clipboardExpand all lines: content/en/about.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -62,9 +62,9 @@ Institutional Partners are organizations that support the project by employing p
62
62
63
63
If you have found NumPy to be useful in your work, research or company, please consider making a donation to the project commensurate with your resources. Any amount helps! All donations will be used strictly to fund the development of NumPy’s open source software, documentation and community.
64
64
65
-
NumPy is a Sponsored Project of NumFOCUS, a 501(c)(3) nonprofit charity in the United States. NumFOCUS provides NumPy with fiscal, legal, and administrative support to help ensure the health and sustainability of the project. Visit numfocus.org for more information.
65
+
NumPy is a Sponsored Project of NumFOCUS, a 501(c)(3) nonprofit charity in the United States. NumFOCUS provides NumPy with fiscal, legal, and administrative support to help ensure the health and sustainability of the project. Visit [numfocus.org](https://numfocus.org) for more information.
66
66
67
67
Donations to NumPy are managed by [NumFOCUS](https://numfocus.org). For donors in the United States, your gift is tax-deductible to the extent provided by law. As with any donation, you should consult with your tax adviser about your particular tax situation.
68
68
69
69
NumPy's Steering Council will make the decisions on how to best use any funds received. Technical and infrastructure priorities are documented on the [NumPy Roadmap](https://www.numpy.org/neps/index.html#roadmap).
Copy file name to clipboardExpand all lines: content/en/community.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Announcements about NumPy, such as for releases, developer meetings, sprints or
22
22
conference talks are also made on this list.
23
23
24
24
On this list please use bottom posting, reply to the list (rather than to
25
-
another sender), and don't reply to digests. A searchable archive of this lists
25
+
another sender), and don't reply to digests. A searchable archive of this list
26
26
is available [here](http://numpy-discussion.10968.n7.nabble.com/).
27
27
28
28
***
@@ -41,7 +41,7 @@ _Please note that GitHub is not the right place to report a security vulnerabili
41
41
42
42
A real-time chat room to ask questions about _contributing_ to NumPy.
43
43
This is a private space, specifically meant for people who are hesitant to
44
-
bring up their questions or ideas on a large public mailing list or on GitHub.
44
+
bring up their questions or ideas on a large public mailing list or GitHub.
45
45
Please see
46
46
[here](https://numpy.org/devdocs/dev/index.html#contributing-to-numpy) for more
47
47
details and how to get an invite.
@@ -51,7 +51,7 @@ details and how to get an invite.
51
51
52
52
If you would like to find a local meetup or study group to learn more about NumPy and the wider ecosystem of Python packages for data science and scientific computing, we recommend exploring the [PyData meetups](https://www.meetup.com/pro/pydata/) (150+ meetups, 100,000+ members).
53
53
54
-
NumPy also organizes in-person sprints for its team and interested contributors occasionally. These are typically planned several months in advance, and will be announced on the [mailing list](https://mail.python.org/mailman/listinfo/numpy-discussion) and on[Twitter](https://twitter.com/numpy_team).
54
+
NumPy also organizes in-person sprints for its team and interested contributors occasionally. These are typically planned several months in advance and will be announced on the [mailing list](https://mail.python.org/mailman/listinfo/numpy-discussion) and [Twitter](https://twitter.com/numpy_team).
55
55
56
56
57
57
## Conferences
@@ -65,7 +65,7 @@ The NumPy project doesn't organize its own conferences. The conferences that hav
65
65
-[SciPy Japan](https://conference.scipy.org)
66
66
-[PyData conferences](https://pydata.org/event-schedule/) (15-20 events a year spread over many countries)
67
67
68
-
Many of these conferences include tutorial days that cover NumPy and/or sprints where you can learn to contribute to NumPy or related open source projects.
68
+
Many of these conferences include tutorial days that cover NumPy and/or sprints where you can learn how to contribute to NumPy or related open source projects.
0 commit comments