File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -37,20 +37,18 @@ Astropy currently has {{ total_packages }} packages that have been accepted by p
37
37
38
38
<p ><input type =" text " id =" quicksearch " placeholder =" Search {{ page.community }} packages " /></p >
39
39
40
-
40
+ <!-- TODO: Should we re-enable this but with categories more specific to Astropy?
41
41
<div id="filters" class="button-group">
42
42
<button class="button is-checked" data-filter="*">show all</button>
43
43
<button class="button" data-filter=".data-munging, .data-processing-munging">data munging</button>
44
44
<button class="button" data-filter=".data-extraction">data extraction</button>
45
45
<button class="button" data-filter=".data-retrieval">data retrieval</button>
46
46
<button class="button" data-filter=".data-visualization">data-visualization</button>
47
47
<button class="button" data-filter=".education">education</button>
48
-
49
- <button class =" button " data-filter =" .geospatial " >geospatial</button >
50
- <button class =" button " data-filter =" .reproducibility " >reproducibility</button >
48
+ <button class="button" data-filter=".geospatial">geospatial</button>
49
+ <button class="button" data-filter=".reproducibility">reproducibility</button>
51
50
</div>
52
-
53
-
51
+ -->
54
52
55
53
<div class =" grid-isotope " >
56
54
{% for apackage in pkgs %}
You can’t perform that action at this time.
0 commit comments