dscolby / CausalELM.jl

Taking causal inference to the extreme!
https://dscolby.github.io/CausalELM.jl/
MIT License
21 stars 0 forks source link

Update Docstrings #44

Closed dscolby closed 2 months ago

dscolby commented 3 months ago

They should have separate sections for notes and references and not have "..." to sandwich the arguments section. The updated format should also be in the contributor guidelines.

dscolby commented 3 months ago

Fixed with commit c0a10d3.

dscolby commented 2 months ago

We also need to have the julia> in Examples and list all the methods for each function.

dscolby commented 2 months ago

And we should also have doctests where practical.

dscolby commented 2 months ago

Done in commit bef902b.