comparison README.md @ 1191:12b525cd3da6 tooling/benchmarks

More todos
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 27 Jan 2023 12:43:38 +0100
parents 87bc91def1ff
children 04dda6aa9673
comparison
equal deleted inserted replaced
1190:1aca445216b8 1191:12b525cd3da6
42 r = benchmarkpkg(Sbplib) 42 r = benchmarkpkg(Sbplib)
43 43
44 export_markdown(stdout, r) 44 export_markdown(stdout, r)
45 ``` 45 ```
46 46
47 #TODO: Clean this up 47 #TODO: Finish this and clean it up
48 48
49 49
50 ## Generating and using the documentation 50 ## Generating and using the documentation
51 Generating the documentation can be done using either `make` or through activating the `docs` environment and including the script `docs/make.jl` at the REPL. 51 Generating the documentation can be done using either `make` or through activating the `docs` environment and including the script `docs/make.jl` at the REPL.
52 52