I am currently writing a package and want to document everything from the beginning on. Documenter.jl is great for that.
I am currently writing and example script that also reproduces a previous result (from code in Matlab) but now in Julia. So I would like to have that as a standalone Script (standalone in the sense that: Having installed the Package I am working on it can just run without prior stuff).
I cam to two points, where I wondered: How do I do that in Julia (or Documenter)?
-
Is there a possibility to provide a short description for a script file, like one does with the doc strings for functions? My idea is to provide the title and the main purpose of the script and maybe a reference where to get further informations
-
I am accompanying the script by a illustrative page in the documentation and would like to link to the current (or maybe for older documentations even old versions) of a file in the repository. How can that be done in Documenter markdown?