phrb / ExperimentalDesign.jl

Design of Experiments in Julia
https://phrb.github.io/ExperimentalDesign.jl/dev/
Other
27 stars 3 forks source link

Add Examples in doc, change Project.toml, add tast and #43 #43

Closed PharmCat closed 1 year ago

PharmCat commented 1 year ago

Removed unnecessary dependencies from Project.toml Change Docs (removed: Distributions.*) Add example page to docs Add test for: paley, plackettburman, boxbehnken Bump Julia version in CI Add [extras] & [targets] in Project.toml

as proposal for #43

phrb commented 1 year ago

Thanks for the very nice work!! I'll take this opportunity to check the CI workflow, it was outdated.

phrb commented 1 year ago

@PharmCat Do you think this Documenter error is easy to fix? I want to merge this, but we might not get the latest documentation deployed if the CI fails. Let me know if you want to take a shot at fixing it.

PharmCat commented 1 year ago

Hi... Mmm... I try to explore. Maybe it will be better to make separate file for Documenter task.

PharmCat commented 1 year ago

strict keyword removed, some anchor links seems broken or just doctest cant check them correctly. I think would be better to remove this keyword and use array [:autodocs_block, :cross_references, :docs_block, :doctest, :eval_block, :example_block, :footnote, :linkcheck, :meta_block, :missing_docs, :parse_error, :setup_block] without :linkcheck

phrb commented 1 year ago

strict keyword removed, some anchor links seems broken or just doctest cant check them correctly. I think would be better to remove this keyword and use array [:autodocs_block, :cross_references, :docs_block, :doctest, :eval_block, :example_block, :footnote, :linkcheck, :meta_block, :missing_docs, :parse_error, :setup_block] without :linkcheck

I missed that, I think your suggestion is good