@@ -36,19 +36,26 @@ 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 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
+ ("mpl-animators" , "https://docs.sunpy.org/projects/mpl-animators/" , 3 ),
47
+ ("ndcube" , "https://docs.sunpy.org/projects/ndcube/" , 3 ),
48
+ ("roentgen" , "https://roentgen.readthedocs.io/" , 3 ),
50
49
("solarmach" , "https://solarmach.readthedocs.io/en/stable/" , 3 ),
50
+ ("streamtracer" , "https://docs.sunpy.org/projects/streamtracer/" , 3 ),
51
+ ("sunkit-image" , "https://docs.sunpy.org/projects/sunkit-image/" , 3 ),
52
+ ("sunkit-instruments " , "https://docs.sunpy.org/projects/sunkit-instruments/" , 3 ),
51
53
("sunkit-magex" , "https://docs.sunpy.org/projects/sunkit-magex/" , 3 ),
54
+ ("sunkit-pyvista" , "https://docs.sunpy.org/projects/sunkit-pyvista/" , 3 ),
55
+ ("sunpy-soar" , "https://docs.sunpy.org/projects/soar/" , 3 ),
56
+ ("sunraster" , "https://docs.sunpy.org/projects/sunraster/" , 3 ),
57
+ ("xrtpy" , "https://xrtpy.readthedocs.io/" , 3 ),
58
+ # Finally we have provisional packages
52
59
("pyflct" , "https://pyflct.readthedocs.io/" , 3 ),
53
60
("radiospectra" , "https://docs.sunpy.org/projects/radiospectra/" , 3 ),
54
61
],
0 commit comments