File: index.rst

package info (click to toggle)
python-pyqtgraph 0.13.7-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,072 kB
  • sloc: python: 54,043; makefile: 127; ansic: 40; sh: 2
file content (87 lines) | stat: -rw-r--r-- 2,215 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
:html_theme.sidebar_secondary.remove:

PyQtGraph
=========

A pure-python graphics and GUI library built on PyQt / PySide and numpy for use in mathematics / scientific / engineering applications.

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

    getting_started/index
    user_guide/index
    developer_guide/index
    api_reference/index

.. grid:: 2

    .. grid-item-card::
        :img-top: /images/index_getting_started.svg

        Getting started
        ^^^^^^^^^^^^^^^

        New to PyQtGraph? Check out the getting started guides. Content here includes introductions to 
        PyQtGraph concepts and capabilities, as well as basic tutorials.

        +++

        .. button-ref:: getting_started_ref
            :expand:
            :color: success
            :click-parent:

            To the getting started guides

    .. grid-item-card::
        :img-top: /images/index_user_guide.svg

        User guide
        ^^^^^^^^^^

        The user guide provides in-depth information on the key concepts of PyQtGraph. More complicated examples are presented and greater detail of the capabilities of the library are highlighted. Performance related considerations are detailed here.

        +++

        .. button-ref:: user_guide_ref
            :expand:
            :color: success
            :click-parent:

            To the user guide

    .. grid-item-card::
        :img-top: /images/index_api.svg

        API Reference
        ^^^^^^^^^^^^^

        The reference guide contains a detailed description of the PyQtGraph API.

        +++

        .. button-ref:: pyqtgraph_api_ref
            :expand:
            :color: success
            :click-parent:

            To the reference guide


    .. grid-item-card::
        :img-top: /images/index_contribute.svg

        Developer guide
        ^^^^^^^^^^^^^^^

        Guide to contributing to PyQtGraph. Provides guidance on how to contribute to PyQtGraph and factors to be careful of when trying to remain compatible with all the Qt bindings that are supported.

        +++

        .. button-ref:: developer_guide_ref
            :expand:
            :color: success
            :click-parent:

            To the development guide