Skip to content

Commit 84a37e2

Browse files
authored
update dropdown (#290)
1 parent 3cca3b2 commit 84a37e2

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

src/sunpy_sphinx_theme/__init__.py

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,30 @@ def default_navbar():
3636
(
3737
"Documentation",
3838
[
39+
# Core goes first always
3940
("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
4442
("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),
4943
("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),
5048
("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),
5151
("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
5257
("pyflct", "https://pyflct.readthedocs.io/", 3),
5358
("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),
5463
],
5564
),
5665
("Packages", "affiliated/", 2),

0 commit comments

Comments
 (0)