Results 42 comments of Aaron O'Leary

You can pass a single list or dictionary containing whatever data you want. ``` python def work_function(data): time.sleep(data) def test_function(payload): writer = Writer(payload['location']) pbar = ProgressBar(fd=writer) pbar.start() for i in...

Thanks for this. I'm away for a couple of weeks so will look when I'm back.

@bwhelm by formatting, are you meaning that the filter doesn't convert markdown captions into the target format? (Only as plain text). This is a limitation. Can you submit this as...

I think this is a needed feature. One way to implement is to stop hard coding the figure output as Raw. This might be possible with the new Image attributes.

I haven't included coherence or significance testing in this code, so you would have to derive it yourself from Torrence and Compo.

R.e. math: The test references are produced by `pandoc spec.md --to format --mathjax`. Maybe you're missing the `mathjax`?

R.e. json: I feed this through [jq](https://stedolan.github.io/jq/): ``` pandoc spec.md --to json --mathjax | jq . > spec.json ```

I've not come across `short caption` before. Does it get used in figure lists?

This work is originally derived from the Matlab source given by Jovanovic. I have just asked him how he would permit this to be licensed.

### Multiple passes, persistent references The idea here is fairly simple. We modify the reference manager such that it can 1. Consume references without modifying the input 2. Append references...