Back to Numpy

NumPy documentation

doc/source/index.rst

2.5.0.dev03.4 KB
Original Source

.. _numpy_docs_mainpage:

################### NumPy documentation ###################

.. toctree:: :maxdepth: 1 :hidden:

User Guide <user/index> API reference <reference/index> Building from source <building/index> Development <dev/index> release

Version: |version|

Download documentation: Historical versions of documentation <https://numpy.org/doc/>_

Useful links: Home <https://numpy.org>_ | Installation <https://numpy.org/install/>_ | Source Repository <https://github.com/numpy/numpy>_ | Issue Tracker <https://github.com/numpy/numpy/issues>_ | Q&A Support <https://numpy.org/gethelp/>_ | Mailing List <https://mail.python.org/mailman/listinfo/numpy-discussion>_

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:: 1 1 2 2 :gutter: 2 3 4 4

.. grid-item-card::
    :img-top: ../source/_static/index-images/getting_started.svg
    :text-align: center

    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
    :text-align: center

    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
    :text-align: center

    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
    :text-align: center

    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