You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding example gallery + minor refactor of the doc layout (#113)
* adding example
* i dont know what I'm doing
* trying to add to index
* maybe this'll work
* arg
* tidy config
* redo examples
---------
Co-authored-by: Nabil Freij <[email protected]>
The easiest way to access search attributes is using ``import sunpy.net.attrs as a``.
82
-
When constructing a search for SOAR ``a.Time`` must be provided.
83
-
Other search attributes can be used too - ``sunpy-soar`` recognises the following:
84
-
85
-
- ``a.Instrument``
86
-
- ``a.Level`` - one of ``L0, L1, L2, L3, LL01, LL02, LL03``
87
-
- ``a.soar.Product``
88
-
89
-
The third ``near`` argument to ``a.Time`` is not currently supported - you will have to manually filter the results if you want to find the one closest to a given time.
90
-
91
23
``sunpy-soar`` and the VSO
92
24
==========================
93
25
@@ -111,14 +43,12 @@ Contributing
111
43
If you would like to get involved, start by joining the `SunPy Chat`_ and check out our `Newcomers' guide <https://docs.sunpy.org/en/latest/dev_guide/contents/newcomers.html>`__.
112
44
This will walk you through getting set up for contributing.
113
45
114
-
Code of Conduct
115
-
===============
116
-
117
-
When you are interacting with the SunPy community you are asked to follow our `Code of Conduct <https://sunpy.org/coc>`__.
0 commit comments