-
-
Notifications
You must be signed in to change notification settings - Fork 38
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 an APE index #10
Comments
Related: astropy/astropy.github.com#30 |
Does this have to be a new file that has to be added with the details as follows ?
Wouldn't it be better if we have the same information present as a {
"APE": [
{
"index": 1,
"APE-Title": "Title of the APE",
"author": [
"Name of Author 1",
"Name of Author 2"
],
"date_created": "2015-02-16",
"date_last_revised": "2015-02-16",
"type": "String",
"Status": "Status of APE"
},
{
"index": 2,
"APE-Title": "Title of the APE",
"author": [
"Name of Author 1",
"Name of Author 2"
],
"date_created": "2015-02-16",
"date_last_revised": "2015-02-16",
"type": "String",
"Status": "Status of APE"
}
]
} |
👍 I keep forgetting what APE number is the one I want. |
I have a +2" APE index. |
Is this still an issue? Following Python's example, perhaps it should be numbered APE 0? |
Low level API tweaks
If there is one already it would be good if it were linked to in the readme. If there isn't, there should be (perhaps in the readme, or somewhere else).
The text was updated successfully, but these errors were encountered: