File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 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
3737
3838<p ><input type =" text " id =" quicksearch " placeholder =" Search {{ page.community }} packages " /></p >
3939
40-
40+ <!-- TODO: Should we re-enable this but with categories more specific to Astropy?
4141<div id="filters" class="button-group">
4242 <button class="button is-checked" data-filter="*">show all</button>
4343 <button class="button" data-filter=".data-munging, .data-processing-munging">data munging</button>
4444 <button class="button" data-filter=".data-extraction">data extraction</button>
4545 <button class="button" data-filter=".data-retrieval">data retrieval</button>
4646 <button class="button" data-filter=".data-visualization">data-visualization</button>
4747 <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>
5150</div>
52-
53-
51+ -->
5452
5553<div class =" grid-isotope " >
5654{% for apackage in pkgs %}
You can’t perform that action at this time.
0 commit comments