diff --git a/config.yaml b/config.yaml index ac06af4453..0fa94f86f8 100644 --- a/config.yaml +++ b/config.yaml @@ -186,67 +186,3 @@ languages: link: /nl/trademarks - text: Press kit link: /nl/press-kit - hi: - title: NumPy - languageName: हिंदी - weight: 3 - contentDir: content/hi - navbar: - - title: Install - url: /hi/install - - title: Documentation - url: /hi/doc - - title: Array computing - url: /hi/arraycomputing - - title: Case Studies - url: /hi/case-studies/blackhole-image - - title: Learn - url: /hi/learn - - title: Community - url: /hi/community - - title: About Us - url: /hi/about - - title: Contribute - url: /hi/contribute - footer: - logo: numpy.svg - socialmediatitle: "" - socialmedia: - - link: https://github.com/numpy/numpy - icon: github - - link: https://twitter.com/numpy_team - icon: twitter - quicklinks: - column1: - title: "" - links: - - text: Install - link: /hi/install - - text: Documentation - link: /hi/docs - - text: Release notes - link: /hi/release-notes - - text: Roadmap - link: /hi/roadmap - column2: - title: "" - links: - - text: About us - link: /hi/about - - text: Code of conduct - link: /hi/code-of-conduct - - text: Get help - link: /hi/help - - text: Contribute - link: /hi/contribute - column3: - title: "" - links: - - text: Terms of use - link: /hi/terms - - text: Privacy - link: /hi/privacy - - text: Trademarks - link: /hi/trademarks - - text: Press kit - link: /hi/press-kit diff --git a/content/hi/about.md b/content/hi/about.md deleted file mode 100644 index 745dfba79b..0000000000 --- a/content/hi/about.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: About Us -sidebar: false ---- - -_Some information about the NumPy project and community_ - -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). - -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). - - -# Steering Council - -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): - -TODO / to decide: add similar widget gallery as Jupyter and the new Pandas website (under development)? Or a simple list of names? - -## Teams - -The NumPy is growing, we have separate teams for: _TODO_ - -## Sponsors - -NumPy receives direct funding from the following sources: _TODO: add logos for Sloan and Moore foundations, and Tidelift_ - -## Institutional Partners - -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_ - -## Donate - -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. - -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](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. - -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). - -TODO: embed NumFOCUS logo and donation button here. diff --git a/content/hi/arraycomputing.md b/content/hi/arraycomputing.md deleted file mode 100644 index 42f141ac65..0000000000 --- a/content/hi/arraycomputing.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Array Computing -sidebar: false ---- - -TODO diff --git a/content/hi/community.md b/content/hi/community.md deleted file mode 100644 index 085276d3e8..0000000000 --- a/content/hi/community.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Community -sidebar: false ---- - -NumPy offers a number of communication channels available to individuals interested in using and contributing to the project. - -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. - -### Join the NumPy community - -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. - -### Participate online - -NumPy also has a number of online communication channels to help keep in touch. - -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. - -Below is a short list of communication channels and GitHub repositories where you can get involved. We always welcome participation in the NumPy community. - -TODO: - -- GitHub org and main repositories -- The numpy-discussion mailing list -- Stack Overflow for usage questions -- Gitter `numpy/numpy`: a real-time chatroom where users and community members help each other out. -- Contributing guide -- Slack for a real-time chatroom to ask questions about contributing to NumPy. -- If you believe you’ve found a security vulnerability in NumPy, please report it using the procedure documented at https://tidelift.com/docs/security diff --git a/content/hi/contribute.md b/content/hi/contribute.md deleted file mode 100644 index 743f7b0fc5..0000000000 --- a/content/hi/contribute.md +++ /dev/null @@ -1,46 +0,0 @@ -# TO DO - include links and logos - -**CONTRIBUTE** - -Thanks so much for clicking on “Contribute” button! You are our kind of a Pythonista! - -To thrive the NumPy project needs your expertise and enthusiasm. Not a coder? Not a problem! There are many ways to contribute to NumPy: - -| Write code | Review and comment on pull requests from other developers | Contribute educational materials (tutorials, presentations, etc.) | -|:---------------------------------------------------------- |:--------------------------------------------------------- |:----------------------------------------------------------------- | -| **Investigate bugs and issues on GitHub** | **Improve documentation** | **Translate content into other languages** | -| **Answer questions on Gitter, Stack Overflow, and Reddit** | **Participate in the discussion on the mailing list** | **Serve as a community coordinator** | -| **Reference NumPy in your papers, articles and blogs** | **Maintain and enhance our website** | **Research and help to apply for grants** | - -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. - - -**DONATE** - -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. - -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. - -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. - - -**INSTITUTIONAL PARTNERS** - -Institutional Partners are organizations that support the project by employing NumPy contributors, with contributing to the project as part of their official duties. - -Current Institutional Partners include: - -BIDS - -Quansight - - -**SPONSORS** - -NumPy receives direct funding from the following sources: - -Gordon and Betty Moore Foundation - -Alfred P. Sloan Foundation - -Tidelift diff --git a/content/hi/install.md b/content/hi/install.md deleted file mode 100644 index 0354293ad0..0000000000 --- a/content/hi/install.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Installing NumPy -sidebar: false ---- - -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. - -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). - -## conda - -If you use `conda`, you can install it with: - -```bash -conda install numpy -``` - -or with: - -```bash -conda install -c conda-forge numpy -``` - -## pip - -If you use `pip`, you can install it with: - -```bash -pip install numpy -``` - -If your Python came with your operating system, we advise you either install a separate Python or use: - -```bash -pip install numpy --user -``` diff --git a/content/hi/learning.md b/content/hi/learning.md deleted file mode 100644 index 496b43a20e..0000000000 --- a/content/hi/learning.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Learning -sidebar: false ---- - -## Resources to learn about NumPy - -### Tutorials - -### Books - -### Online courses - -### Teaching Resources