Skip to content

Commit

Permalink
Fix: final draft of landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Feb 2, 2024
1 parent bbb4d6a commit ed11ff9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
Empty file removed _pages/astropy.md
Empty file.
30 changes: 15 additions & 15 deletions communities/astropy.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ community: astropy
| where_exp: "item", "item.communities contains page.community"
%}

## TODO's

- We might want to implement filters for some of the metrics we look for
when considering package health that would be flags (ie a repo that hasn't been updated in a while). This will make it easier for people to identify packages that we may want to reach out to.
- We will want to identify the specific metrics that we want to house on the cards.
- last commit
- number of contributors
- metrics maybe that [scientific python is collecting via devstats](https://devstats.scientific-python.org/_generated/astropy.html)?

## Welcome to {{ page.community }}

The Astropy Project is a community effort to develop a common core package for Astronomy in Python and foster an ecosystem of interoperable astronomy packages.
Expand All @@ -36,12 +27,6 @@ Please remember to acknowledge and cite the use of Astropy!

[![astropy](http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat)](http://www.astropy.org/)

## TODO - add a sort by

- last commit date
- pony factor
- other things??

<p><input type="text" id="quicksearch" placeholder="Search" /></p>

<div id="filters" class="button-group">
Expand All @@ -57,3 +42,18 @@ Please remember to acknowledge and cite the use of Astropy!
{% include package-grid-partners.html %}
{% endfor %}
</div>

## TODO's

- We might want to implement filters for some of the metrics we look for
when considering package health that would be flags (ie a repo that hasn't been updated in a while). This will make it easier for people to identify packages that we may want to reach out to.
- We will want to identify the specific metrics that we want to house on the cards.
- last commit
- number of contributors
- metrics maybe that [scientific python is collecting via devstats](https://devstats.scientific-python.org/_generated/astropy.html)?

## TODO - add a sort by

- last commit date
- pony factor
- other things??

0 comments on commit ed11ff9

Please sign in to comment.