We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a2fea commit 50ee934Copy full SHA for 50ee934
.zenodo.json
@@ -121,6 +121,12 @@
121
"affiliation": "University of Portsmouth",
122
"name": "Andrew R. Williamson",
123
"type": "ProjectMember"
124
+ },
125
+ {
126
+ "orcid": "0000-0003-3954-3291",
127
+ "affiliation": "University of Toronto",
128
+ "name": "Nathaniel Starkman",
129
+ "type": "Other"
130
}
131
],
132
"access_right": "open"
docs/conf.py
@@ -138,6 +138,9 @@
138
# Output file base name for HTML help builder.
139
htmlhelp_basename = project + 'doc'
140
141
+# Prefixes that are ignored for sorting the Python module index
142
+modindex_common_prefix = ["skypy."]
143
+
144
145
# -- Options for LaTeX output -------------------------------------------------
146
0 commit comments