Skip to content

Commit d7a03ae

Browse files
authored
Merge branch 'master' into krislars-color-excess
2 parents 71e9756 + 731f652 commit d7a03ae

File tree

8 files changed

+1999
-139
lines changed

8 files changed

+1999
-139
lines changed

pip-requirements.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
IPython==6.1.0
2-
astropy==3
1+
IPython>=6.1
2+
astropy>=3
33
astroquery>=0.3.7
4-
matplotlib==2.0.2
5-
numpy==1.14
6-
jupyter==1.0
7-
scipy==1.0
4+
matplotlib>=2.0
5+
numpy>=1.15
6+
jupyter>=1.0
7+
scipy>=1.0
88
notebook>=5.7.2
99
aplpy
1010
spectral-cube
1111
reproject
1212
dust_extinction>=0.7
13+
astro-gala

tutorials/_static/astropy.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,15 @@ a.reference.internal.nav-header {
272272
background-color: #fa743b;
273273
}
274274

275+
.collapse.in{
276+
display: block !important;
277+
visibility: visible;
278+
}
279+
280+
[aria-expanded="false"] > #viewless,
281+
[aria-expanded="true"] > #viewmore {
282+
display: none;
283+
}
275284

276285
/* Responsivness */
277286
@media only screen and (max-width: 1150px) and (min-width: 992px) {

0 commit comments

Comments
 (0)