.. _numpy_docs_mainpage: ################### NumPy documentation ################### .. toctree:: :maxdepth: 1 :hidden: User Guide API reference Development release **Version**: |version| **Download documentation**: `Historical versions of documentation `_ **Useful links**: `Installation `_ | `Source Repository `_ | `Issue Tracker `_ | `Q&A Support `_ | `Mailing List `_ NumPy is the fundamental package for scientific computing in Python. It is a Python library that provides a multidimensional array object, various derived objects (such as masked arrays and matrices), and an assortment of routines for fast operations on arrays, including mathematical, logical, shape manipulation, sorting, selecting, I/O, discrete Fourier transforms, basic linear algebra, basic statistical operations, random simulation and much more. .. grid:: 2 .. grid-item-card:: :img-top: ../source/_static/index-images/getting_started.svg Getting Started ^^^^^^^^^^^^^^^ New to NumPy? Check out the Absolute Beginner's Guide. It contains an introduction to NumPy's main concepts and links to additional tutorials. +++ .. button-ref:: user/absolute_beginners :expand: :color: secondary :click-parent: To the absolute beginner's guide .. grid-item-card:: :img-top: ../source/_static/index-images/user_guide.svg User Guide ^^^^^^^^^^ The user guide provides in-depth information on the key concepts of NumPy with useful background information and explanation. +++ .. button-ref:: user :expand: :color: secondary :click-parent: To the user guide .. grid-item-card:: :img-top: ../source/_static/index-images/api.svg API Reference ^^^^^^^^^^^^^ The reference guide contains a detailed description of the functions, modules, and objects included in NumPy. The reference describes how the methods work and which parameters can be used. It assumes that you have an understanding of the key concepts. +++ .. button-ref:: reference :expand: :color: secondary :click-parent: To the reference guide .. grid-item-card:: :img-top: ../source/_static/index-images/contributor.svg Contributor's Guide ^^^^^^^^^^^^^^^^^^^ Want to add to the codebase? Can help add translation or a flowchart to the documentation? The contributing guidelines will guide you through the process of improving NumPy. +++ .. button-ref:: devindex :expand: :color: secondary :click-parent: To the contributor's guide .. This is not really the index page, that is found in _templates/indexcontent.html The toctree content here will be added to the top of the template header