NLeSC / noodles

Computational workflow engine, making distributed computing in Python easy!
http://nlesc.github.io/noodles
Apache License 2.0
21 stars 7 forks source link

fix bug in documentation example #59

Closed cwmeijer closed 7 years ago

cwmeijer commented 7 years ago

second example was broken, referred to some variable r5 that wasn't declared. Also, removed a dollar sign from print statement as it seemed out of place.

benvanwerkhoven commented 7 years ago

Hi Christiaan,

Currently your edits are on the gh-pages branch, which only contains the output generated by sphinxdocs. It would be better to make your changes on the source file, which is located here: https://github.com/NLeSC/noodles/blob/master/doc/source/eating.rst Otherwise your changes and additions would be overwritten the next time documentation is generated.

Best, Ben

cwmeijer commented 7 years ago

Thanks! Ah, I did not know there was a source code for that. I just checked and the issue was already fixed in the source code so apparently those changes had just not yet made it to the actual gh-pages. I think it's a good idea to automatically sync this somehow, for instance using readthedocs.