README.md
October 15, 2024 ยท View on GitHub
Contains both the original Documenter.jl documentation and the same documentation rendered as markdown to include in the harmonized OpenML docs.
Generating the markdown is done as follows:
- Install DocumenterMarkDown.
- Note: currently this only works with version 0.27 of Documenter.jl
- In Julia, open the package manager (type ']') and run
add Documenter@0.27andadd DocumenterMarkdown.
- Run
julia make-md.jlin thedocsfolder to generate the markdown filew- These appear in the
buildfolder
- These appear in the
- Run
mkdocs servein the root folder to build the markdown docs.