Michael Galloy
Michael Galloy
## Review checklist for @mgalloy ### Conflict of interest - [x] I confirm that I have read the [JOSS conflict of interest (COI) policy](https://github.com/openjournals/joss/blob/master/COI.md) and that: I have no COIs...
@gkthiruvathukal I have completed my review and believe the paper is ready for publication. I agree some direct examples of GDL usage and output in the README.md would be nice,...
**Author: corrado** I'm realizing that the class support of IDLDoc works well only if ALL the class method are written in the same file. This is true not only for...
From jhood: I noticed some discussion in the mailing list about multiple tags. My preference would be to have comments that come with the @uses tag accumulate into a list....
Changeset r481 adds images to rst markup and links should be easy now.
**Author: mpiper** I'd like to ask for an enhancement to the rst form for the '''Examples''' tag. I'd like this form: ``` ; :Examples: ; IDL> ; A comment ;...
So, you mean ``` ; :Examples: ; Try this example:: ; ; IDL> ; A comment ; IDL> foo ``` is too wordy? I'm not sure I want the Examples...
**Author: mpiper** Aha! I didn't read the documentation carefully enough -- I now see how the double colon works.
Replying to [comment:7 mpiper]: > Aha! I didn't read the documentation carefully enough -- I now see how the double colon works. The IDL format does do that since there...
Also, add special text in backticks, i.e., `routine`. Maybe this looks up in the index and makes a link to it?