Skip to content

Commit 628a6a2

Browse files
authored
Move the 'Open Source' key feature (#627)
1 parent cb0d861 commit 628a6a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/en/config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,15 @@ params:
5555
text: Fast and versatile, the NumPy vectorization, indexing, and broadcasting concepts are the de-facto standards of array computing today.
5656
- title: Numerical computing tools
5757
text: NumPy offers comprehensive mathematical functions, random number generators, linear algebra routines, Fourier transforms, and more.
58+
- title: Open source
59+
text: Distributed under a liberal [BSD license](https://github.com/numpy/numpy/blob/main/LICENSE.txt), NumPy is developed and maintained [publicly on GitHub](https://github.com/numpy/numpy) by a vibrant, responsive, and diverse [community](/community).
5860
- title: Interoperable
5961
text: NumPy supports a wide range of hardware and computing platforms, and plays well with distributed, GPU, and sparse array libraries.
6062
- title: Performant
6163
text: The core of NumPy is well-optimized C code. Enjoy the flexibility of Python with the speed of compiled code.
6264
- title: Easy to use
6365
text: NumPy's high level syntax makes it accessible and productive for programmers from any background or experience level.
64-
- title: Open source
65-
text: Distributed under a liberal [BSD license](https://github.com/numpy/numpy/blob/main/LICENSE.txt), NumPy is developed and maintained [publicly on GitHub](https://github.com/numpy/numpy) by a vibrant, responsive, and diverse [community](/community).
66+
6667
tabs:
6768
title: ECOSYSTEM
6869
section5: false

0 commit comments

Comments
 (0)