@@ -36,21 +36,30 @@ def default_navbar():
36
36
(
37
37
"Documentation" ,
38
38
[
39
+ # Core goes first always
39
40
("sunpy" , "https://docs.sunpy.org/" , 3 ),
40
- ("ndcube" , "https://docs.sunpy.org/projects/ndcube/" , 3 ),
41
- ("drms" , "https://docs.sunpy.org/projects/drms/" , 3 ),
42
- ("sunraster" , "https://docs.sunpy.org/projects/sunraster/" , 3 ),
43
- ("sunkit-image" , "https://docs.sunpy.org/projects/sunkit-image/" , 3 ),
41
+ # Other affiliated packages are in alphabetical order
44
42
("aiapy" , "https://aiapy.readthedocs.io/" , 3 ),
45
- ("sunpy-soar" , "https://docs.sunpy.org/projects/soar/" , 3 ),
46
- ("roentgen" , "https://roentgen.readthedocs.io/" , 3 ),
47
- ("sunkit-instruments " , "https://docs.sunpy.org/projects/sunkit-instruments/" , 3 ),
48
- ("demcmc" , "https://demcmc.readthedocs.io/en/latest/" , 3 ),
49
43
("dkist" , "https://docs.dkist.nso.edu/projects/python-tools" , 3 ),
44
+ ("drms" , "https://docs.sunpy.org/projects/drms/" , 3 ),
45
+ ("irispy-lmsal" , "https://irispy-lmsal.readthedocs.io/" , 3 ),
46
+ ("ndcube" , "https://docs.sunpy.org/projects/ndcube/" , 3 ),
47
+ ("roentgen" , "https://roentgen.readthedocs.io/" , 3 ),
50
48
("solarmach" , "https://solarmach.readthedocs.io/en/stable/" , 3 ),
49
+ ("sunkit-image" , "https://docs.sunpy.org/projects/sunkit-image/" , 3 ),
50
+ ("sunkit-instruments " , "https://docs.sunpy.org/projects/sunkit-instruments/" , 3 ),
51
51
("sunkit-magex" , "https://docs.sunpy.org/projects/sunkit-magex/" , 3 ),
52
+ ("sunkit-pyvista" , "https://docs.sunpy.org/projects/sunkit-pyvista/" , 3 ),
53
+ ("sunpy-soar" , "https://docs.sunpy.org/projects/soar/" , 3 ),
54
+ ("sunraster" , "https://docs.sunpy.org/projects/sunraster/" , 3 ),
55
+ ("xrtpy" , "https://xrtpy.readthedocs.io/" , 3 ),
56
+ # Then we have provisional packages
52
57
("pyflct" , "https://pyflct.readthedocs.io/" , 3 ),
53
58
("radiospectra" , "https://docs.sunpy.org/projects/radiospectra/" , 3 ),
59
+ # These are tools which are not affiliated but are maintained by SunPy
60
+ ("ablog" , "https://ablog.readthedocs.io/" , 3 ),
61
+ ("mpl-animators" , "https://docs.sunpy.org/projects/mpl-animators/" , 3 ),
62
+ ("streamtracer" , "https://docs.sunpy.org/projects/streamtracer/" , 3 ),
54
63
],
55
64
),
56
65
("Packages" , "affiliated/" , 2 ),
0 commit comments