README rendering
The current README relies on copypasted figures. Is it possible to automated figure generation. With Julia for Rmarkdown or something similar, Julia specific.
Hi! Like many others, our package depends on Documenter.jl for the deployment of its website. There is a specific syntax to run the code and also print the results inside the docs. I can test that.
Seems like a solution. A simple working example would be enough. In particular, automated generation of figures.
However the examples and their figures do not need to be in the README. Rather, README could link to the separate example pages. But those pages should use this system and render output figures automatically.
Updates:
- the material in the readme is automatically added to the docs without duplication
- examples were moved to the docs and no longer appear in the readme
- now that the code chunk of the docs are actively run, output is suppressed for nicer appearance.
Still working on:
- add references