-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a table of APEs that's auto-generated from github #30
Comments
Can I take a shot at this and make it happen 😄 |
@sudheesh001 - feel free to give it a shot! I'm 99.99% sure that @eteq hasn't had time to look into this. |
A few questions in its implementation. Where should the table that of APEs be present ? How should the table look like. Is it just a two column table with the following details as its columns ?
|
Doing something slick with the GitHub API would be great, but since it hasn't happened in 2.5 years, what about someone taking a half hour and just making a plain old RST or HTML index table and sticking it somewhere? It seems like the astropy docs would be a useful place and probably the most discoverable. In fact I've always thought about "publishing" the APEs from astropy-APEs within the astropy narrative docs so they can be found online in a nice sphinx-rendered form. |
The github API is really powerful and not too tough to use. It should be possible to add a script to the astropy web site that queries github for the list of APEs (from astropy/astropy-APEs), and uses that to generate a table on the astropy web site, something like what we do now for the affiliated packages.
A few minutes googling suggests that at least something of this sort is possible with jquery, which is already on our site:
http://blog.teamtreehouse.com/code-a-simple-github-api-webapp-using-jquery-ajax
If anyone wants to take a shot at this, just say so - I may get to it at some point, but unclear when...
The text was updated successfully, but these errors were encountered: