-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation #66
Comments
Can I make a document with Documenter.jl? |
To add help documentation you just add a string before the function definition: if in a file I write # foo.jl
"""
foo(x) does nothing
"""
foo(x) = nothing Then I get: help?> foo
search: foo floor pointer_from_objref OverflowError RoundFromZero unsafe_copyto!
foo(x) does nothing |
Ah, thanks, I know that. I was planning to add |
I strongly support adding Documenter.jl so will happily help |
Okay, I'll make a pull request! |
The github pages works fine, so I'll close this issue. |
Awesome!! Thank so much for this |
The text was updated successfully, but these errors were encountered: