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
+33-90
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,21 @@ languageCode: en-us
3
3
title: NumPy
4
4
theme: hugo-fresh
5
5
disableKinds: ["taxonomyTerm"]
6
+
googleAnalytics: UA-162151853-1
6
7
DefaultContentLanguage: en
8
+
markup:
9
+
goldmark:
10
+
renderer:
11
+
unsafe: true
7
12
8
13
params:
9
14
navColor: blue
10
15
navbarlogo:
11
16
image: logos/numpy.svg
12
17
link: /
13
18
font:
14
-
name: "Ubuntu"
15
-
sizes: [400,600]
19
+
name: "Lato"
20
+
sizes: [400,900]
16
21
hero:
17
22
# Main hero title
18
23
title: NumPy
@@ -21,7 +26,7 @@ params:
21
26
# Button text
22
27
buttontext: Get started
23
28
# Where the main hero button links to
24
-
buttonlink: "#"
29
+
buttonlink: "/learn"
25
30
# Hero image (from static/images/___)
26
31
image: logos/numpy.svg
27
32
# Customizable navbar. For a dropdown, add a "sublinks" list.
@@ -32,27 +37,33 @@ params:
32
37
- title: First Image of a Black Hole
33
38
text: How NumPy, together with libraries like SciPy and Matplotlib that depend on NumPy, enabled the Event Horizon Telescope to produce the first ever image of a black hole
alttext: First image of a black hole. It is an orange circle in a black background.
35
41
url: /case-studies/blackhole-image
36
42
- title: Detection of Gravitational Waves
37
43
text: One hundred years after they were predicted by Albert Einstein, NumPy was instrumental in the first observation of gravitational waves by LIGO in 2016.
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.
50
57
- title: Numerical computing tools
51
-
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.
52
59
- title: Interoperable
53
-
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.
54
65
- title: Open source
55
-
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
+3-3
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The NumPy project is growing, we have separate teams for:
43
43
- Funding & grants
44
44
- Admin
45
45
46
-
See the [Team](/team) page for individual team members.
46
+
See the [Team](/team) page for the individual team members.
47
47
48
48
49
49
## Sponsors
@@ -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).
0 commit comments