File: index.rst

package info (click to toggle)
sunpy 7.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,592 kB
  • sloc: python: 41,765; ansic: 1,710; makefile: 39
file content (80 lines) | stat: -rw-r--r-- 1,598 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
.. _dev_guide:

{% if not is_development %}
.. _newcomers:
.. _remote_data:
{% endif %}

*****************
Developer's Guide
*****************

{% if is_development %}

This section contains the various guidelines to be followed by anyone working on sunpy.

.. grid:: 1 2 2 2
    :gutter: 3

    .. grid-item-card::
        :class-card: card

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

        .. toctree::
            :maxdepth: 3

            contents/newcomers
            contents/pr_checklist
            contents/conda_for_dependencies

    .. grid-item-card::
        :class-card: card

        Conventions
        ^^^^^^^^^^^

        .. toctree::
            :maxdepth: 1

            contents/code_standards
            contents/tests
            contents/documentation
            contents/example_gallery
            contents/pr_review_procedure
            contents/units_quantities

    .. grid-item-card::
        :class-card: card

        Repo management
        ^^^^^^^^^^^^^^^

        .. toctree::
            :maxdepth: 1

            contents/maintainer_workflow
            contents/dependencies
            contents/ci_jobs
            contents/backports
            contents/funding

    .. grid-item-card::
        :class-card: card

        Extending sunpy
        ^^^^^^^^^^^^^^^

        .. toctree::
            :maxdepth: 1

            contents/public_api
            contents/logger
            contents/remote_data_manager

{%else%}

Please go `here <https://docs.sunpy.org/en/latest/dev_guide/index.html>`__ for our up to date developer's guide.

{%endif%}