Skip to content
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

Closed
embray opened this issue Jan 27, 2015 · 5 comments
Closed

Add an APE index #10

embray opened this issue Jan 27, 2015 · 5 comments

Comments

@embray
Copy link
Member

embray commented Jan 27, 2015

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).

@astrofrog
Copy link
Member

Related: astropy/astropy.github.com#30

@sudheesh001
Copy link

Does this have to be a new file that has to be added with the details as follows ?

================================================================================
index val | APE Title | author | date created | date-last-revised | type | status
================================================================================

Wouldn't it be better if we have the same information present as a json value instead so that it could also be used in astropy/astropy.github.com#30

{
  "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"
    }
  ]
}

@pllim
Copy link
Member

pllim commented Dec 1, 2016

👍 I keep forgetting what APE number is the one I want.

@taldcroft
Copy link
Member

I have a +2" APE index.

@evertrol
Copy link

evertrol commented Dec 5, 2016

Is this still an issue?
Would anyone mind if I manually create a restructured text or Markdown APE index file, and link that file from the README? Github will render it fine, and in reST form, it may be useful for including the docs as well.

Following Python's example, perhaps it should be numbered APE 0?

@eteq eteq closed this as completed in #19 Jan 27, 2017
eteq pushed a commit to eteq/astropy-APEs that referenced this issue Nov 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants