Skip to content

Commit c526c2a

Browse files
authored
Merge pull request #62 from numpy/l10n_gsod-newsite
New Crowdin translations
2 parents 3462e9d + 4df2441 commit c526c2a

18 files changed

+519
-0
lines changed

content/en/about.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: About Us
3+
sidebar: false
4+
---
5+
6+
_Some information about the NumPy project and community_
7+
8+
NumPy is an open source project aiming to enable numerical computing with Python. It was created in 2005, building on early work of the Numerical and Numarray libraries. NumPy will always be 100% open-source software, free for all to use and released under the liberal terms of the [modified BSD license](https://github.com/numpy/numpy/blob/master/LICENSE.txt).
9+
10+
NumPy is developed in the open on GitHub, through the consensus of the NumPy and wider scientific Python community. For more information on our governance approach, please see our [Governance Document](https://www.numpy.org/devdocs/dev/governance/index.html).
11+
12+
13+
# Steering Council
14+
15+
The role of the NumPy Steering Council is to ensure, through working with and serving the broader NumPy community, the long-term well-being of the project, both technically and as a community. The NumPy Steering Council currently consists of the following members (in alphabetical order):
16+
17+
TODO / to decide: add similar widget gallery as Jupyter and the new Pandas website (under development)? Or a simple list of names?
18+
19+
## Teams
20+
21+
The NumPy is growing, we have separate teams for: _TODO_
22+
23+
## Sponsors
24+
25+
NumPy receives direct funding from the following sources: _TODO: add logos for Sloan and Moore foundations, and Tidelift_
26+
27+
## Institutional Partners
28+
29+
Institutional Partners are organizations that support the project by employing people that contribute to NumPy as part of their job. Current Institutional Partners include: _TODO: add logos for Berkeley and Quansight_
30+
31+
## Donate
32+
33+
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.
34+
35+
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.
36+
37+
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.
38+
39+
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).
40+
41+
TODO: embed NumFOCUS logo and donation button here.

content/en/arraycomputing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Array Computing
3+
sidebar: false
4+
---
5+
6+
TODO

content/en/community.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Community
3+
sidebar: false
4+
---
5+
6+
NumPy offers a number of communication channels available to individuals interested in using and contributing to the project.
7+
8+
We welcome contributions and contributors of all kinds - whether they come as contributions to code, participation in the community, opening issues and pointing out bugs, or simply sharing your work with others.
9+
10+
### Join the NumPy community
11+
12+
If you’re interested in joining the NumPy community (yay!) we recommend checking out the [NumPy Contributing guide](https://www.numpy.org/devdocs/dev/index.html). This contains information about ways to get involved, the skills that are useful for each project area or activity, how to get started working on code, documentation or the website, and other ways that you can become a part of the NumPy community.
13+
14+
### Participate online
15+
16+
NumPy also has a number of online communication channels to help keep in touch.
17+
18+
As you interact with others in the NumPy community, remember that we have a strong commitment to being an open, inclusive, and positive community. Please read the [NumPy Code of Conduct](https://www.numpy.org/devdocs/dev/conduct/code_of_conduct.html) for guidance on how to interact with others in a way that makes the community thrive.
19+
20+
Below is a short list of communication channels and GitHub repositories where you can get involved. We always welcome participation in the NumPy community.
21+
22+
TODO:
23+
24+
- GitHub org and main repositories
25+
- The numpy-discussion mailing list
26+
- Stack Overflow for usage questions
27+
- Gitter `numpy/numpy`: a real-time chatroom where users and community members help each other out.
28+
- Contributing guide
29+
- Slack for a real-time chatroom to ask questions about contributing to NumPy.
30+
- If you believe you’ve found a security vulnerability in NumPy, please report it using the procedure documented at https://tidelift.com/docs/security

content/en/contribute.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# TO DO - include links and logos
2+
3+
**CONTRIBUTE**
4+
5+
Thanks so much for clicking on “Contribute” button! You are our kind of a Pythonista!
6+
7+
To thrive the NumPy project needs your expertise and enthusiasm. Not a coder? Not a problem! There are many ways to contribute to NumPy:
8+
9+
| Write code | Review and comment on pull requests from other developers | Contribute educational materials (tutorials, presentations, etc.) |
10+
|:---------------------------------------------------------- |:--------------------------------------------------------- |:----------------------------------------------------------------- |
11+
| **Investigate bugs and issues on GitHub** | **Improve documentation** | **Translate content into other languages** |
12+
| **Answer questions on Gitter, Stack Overflow, and Reddit** | **Participate in the discussion on the mailing list** | **Serve as a community coordinator** |
13+
| **Reference NumPy in your papers, articles and blogs** | **Maintain and enhance our website** | **Research and help to apply for grants** |
14+
15+
Our community aspires to treat everyone equally, and to value all contributions. For information on best practices in the NumPy community, please review our Code of Conduct. Try to follow this code in spirit as much as in letter, to foster an open and welcoming environment that enriches the entire open source ecosystem.
16+
17+
18+
**DONATE**
19+
20+
If you have found NumPy useful in your work, please consider making a donation. Any amount helps! All donations will be used strictly to fund the development of the NumPy open source software, documentation, and community.
21+
22+
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. Donations to NumPy are managed by NumFOCUS. 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.
23+
24+
The NumPy Steering Council will make decisions on how to best use any funds received. Technical and infrastructure priorities are documented on the NumPy Roadmap.
25+
26+
27+
**INSTITUTIONAL PARTNERS**
28+
29+
Institutional Partners are organizations that support the project by employing NumPy contributors, with contributing to the project as part of their official duties.
30+
31+
Current Institutional Partners include:
32+
33+
BIDS
34+
35+
Quansight
36+
37+
38+
**SPONSORS**
39+
40+
NumPy receives direct funding from the following sources:
41+
42+
Gordon and Betty Moore Foundation
43+
44+
Alfred P. Sloan Foundation
45+
46+
Tidelift

content/en/install.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Installing NumPy
3+
sidebar: false
4+
---
5+
6+
The only prerequisite for NumPy is Python itself. If you don't have Python yet, we recommend you use the [Anaconda Distribution](https://www.anaconda.com/distribution) - it includes Python, NumPy, and other commonly used packages for scientific computing and data science.
7+
8+
NumPy can be installed with `conda`, with `pip`, or with a package manager on macOS and Linux. For more detailed instructions, consult the [installation guide](to_be_added_to_the_docs).
9+
10+
## conda
11+
12+
If you use `conda`, you can install it with:
13+
14+
```bash
15+
conda install numpy
16+
```
17+
18+
or with:
19+
20+
```bash
21+
conda install -c conda-forge numpy
22+
```
23+
24+
## pip
25+
26+
If you use `pip`, you can install it with:
27+
28+
```bash
29+
pip install numpy
30+
```
31+
32+
If your Python came with your operating system, we advise you either install a separate Python or use:
33+
34+
```bash
35+
pip install numpy --user
36+
```

content/en/learning.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Learning
3+
sidebar: false
4+
---
5+
6+
## Resources to learn about NumPy
7+
8+
### Tutorials
9+
10+
### Books
11+
12+
### Online courses
13+
14+
### Teaching Resources

content/hi/about.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: About Us
3+
sidebar: false
4+
---
5+
6+
_Some information about the NumPy project and community_
7+
8+
NumPy is an open source project aiming to enable numerical computing with Python. It was created in 2005, building on early work of the Numerical and Numarray libraries. NumPy will always be 100% open-source software, free for all to use and released under the liberal terms of the [modified BSD license](https://github.com/numpy/numpy/blob/master/LICENSE.txt).
9+
10+
NumPy is developed in the open on GitHub, through the consensus of the NumPy and wider scientific Python community. For more information on our governance approach, please see our [Governance Document](https://www.numpy.org/devdocs/dev/governance/index.html).
11+
12+
13+
# Steering Council
14+
15+
The role of the NumPy Steering Council is to ensure, through working with and serving the broader NumPy community, the long-term well-being of the project, both technically and as a community. The NumPy Steering Council currently consists of the following members (in alphabetical order):
16+
17+
TODO / to decide: add similar widget gallery as Jupyter and the new Pandas website (under development)? Or a simple list of names?
18+
19+
## Teams
20+
21+
The NumPy is growing, we have separate teams for: _TODO_
22+
23+
## Sponsors
24+
25+
NumPy receives direct funding from the following sources: _TODO: add logos for Sloan and Moore foundations, and Tidelift_
26+
27+
## Institutional Partners
28+
29+
Institutional Partners are organizations that support the project by employing people that contribute to NumPy as part of their job. Current Institutional Partners include: _TODO: add logos for Berkeley and Quansight_
30+
31+
## Donate
32+
33+
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.
34+
35+
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.
36+
37+
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.
38+
39+
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).
40+
41+
TODO: embed NumFOCUS logo and donation button here.

content/hi/arraycomputing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Array Computing
3+
sidebar: false
4+
---
5+
6+
TODO

content/hi/community.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Community
3+
sidebar: false
4+
---
5+
6+
NumPy offers a number of communication channels available to individuals interested in using and contributing to the project.
7+
8+
We welcome contributions and contributors of all kinds - whether they come as contributions to code, participation in the community, opening issues and pointing out bugs, or simply sharing your work with others.
9+
10+
### Join the NumPy community
11+
12+
If you’re interested in joining the NumPy community (yay!) we recommend checking out the [NumPy Contributing guide](https://www.numpy.org/devdocs/dev/index.html). This contains information about ways to get involved, the skills that are useful for each project area or activity, how to get started working on code, documentation or the website, and other ways that you can become a part of the NumPy community.
13+
14+
### Participate online
15+
16+
NumPy also has a number of online communication channels to help keep in touch.
17+
18+
As you interact with others in the NumPy community, remember that we have a strong commitment to being an open, inclusive, and positive community. Please read the [NumPy Code of Conduct](https://www.numpy.org/devdocs/dev/conduct/code_of_conduct.html) for guidance on how to interact with others in a way that makes the community thrive.
19+
20+
Below is a short list of communication channels and GitHub repositories where you can get involved. We always welcome participation in the NumPy community.
21+
22+
TODO:
23+
24+
- GitHub org and main repositories
25+
- The numpy-discussion mailing list
26+
- Stack Overflow for usage questions
27+
- Gitter `numpy/numpy`: a real-time chatroom where users and community members help each other out.
28+
- Contributing guide
29+
- Slack for a real-time chatroom to ask questions about contributing to NumPy.
30+
- If you believe you’ve found a security vulnerability in NumPy, please report it using the procedure documented at https://tidelift.com/docs/security

content/hi/contribute.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# TO DO - include links and logos
2+
3+
**CONTRIBUTE**
4+
5+
Thanks so much for clicking on “Contribute” button! You are our kind of a Pythonista!
6+
7+
To thrive the NumPy project needs your expertise and enthusiasm. Not a coder? Not a problem! There are many ways to contribute to NumPy:
8+
9+
| Write code | Review and comment on pull requests from other developers | Contribute educational materials (tutorials, presentations, etc.) |
10+
|:---------------------------------------------------------- |:--------------------------------------------------------- |:----------------------------------------------------------------- |
11+
| **Investigate bugs and issues on GitHub** | **Improve documentation** | **Translate content into other languages** |
12+
| **Answer questions on Gitter, Stack Overflow, and Reddit** | **Participate in the discussion on the mailing list** | **Serve as a community coordinator** |
13+
| **Reference NumPy in your papers, articles and blogs** | **Maintain and enhance our website** | **Research and help to apply for grants** |
14+
15+
Our community aspires to treat everyone equally, and to value all contributions. For information on best practices in the NumPy community, please review our Code of Conduct. Try to follow this code in spirit as much as in letter, to foster an open and welcoming environment that enriches the entire open source ecosystem.
16+
17+
18+
**DONATE**
19+
20+
If you have found NumPy useful in your work, please consider making a donation. Any amount helps! All donations will be used strictly to fund the development of the NumPy open source software, documentation, and community.
21+
22+
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. Donations to NumPy are managed by NumFOCUS. 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.
23+
24+
The NumPy Steering Council will make decisions on how to best use any funds received. Technical and infrastructure priorities are documented on the NumPy Roadmap.
25+
26+
27+
**INSTITUTIONAL PARTNERS**
28+
29+
Institutional Partners are organizations that support the project by employing NumPy contributors, with contributing to the project as part of their official duties.
30+
31+
Current Institutional Partners include:
32+
33+
BIDS
34+
35+
Quansight
36+
37+
38+
**SPONSORS**
39+
40+
NumPy receives direct funding from the following sources:
41+
42+
Gordon and Betty Moore Foundation
43+
44+
Alfred P. Sloan Foundation
45+
46+
Tidelift

content/hi/install.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Installing NumPy
3+
sidebar: false
4+
---
5+
6+
The only prerequisite for NumPy is Python itself. If you don't have Python yet, we recommend you use the [Anaconda Distribution](https://www.anaconda.com/distribution) - it includes Python, NumPy, and other commonly used packages for scientific computing and data science.
7+
8+
NumPy can be installed with `conda`, with `pip`, or with a package manager on macOS and Linux. For more detailed instructions, consult the [installation guide](to_be_added_to_the_docs).
9+
10+
## conda
11+
12+
If you use `conda`, you can install it with:
13+
14+
```bash
15+
conda install numpy
16+
```
17+
18+
or with:
19+
20+
```bash
21+
conda install -c conda-forge numpy
22+
```
23+
24+
## pip
25+
26+
If you use `pip`, you can install it with:
27+
28+
```bash
29+
pip install numpy
30+
```
31+
32+
If your Python came with your operating system, we advise you either install a separate Python or use:
33+
34+
```bash
35+
pip install numpy --user
36+
```

content/hi/learning.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Learning
3+
sidebar: false
4+
---
5+
6+
## Resources to learn about NumPy
7+
8+
### Tutorials
9+
10+
### Books
11+
12+
### Online courses
13+
14+
### Teaching Resources

0 commit comments

Comments
 (0)