-
Notifications
You must be signed in to change notification settings - Fork 1
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
Setup Documenter #12
base: master
Are you sure you want to change the base?
Setup Documenter #12
Conversation
docs/make.jl
Outdated
format = :html, | ||
checkdocs = :all, | ||
sitename = "BoundingSphere.jl", | ||
authors = "Jukka Aho", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably be more people.
69b7ffd
to
6588478
Compare
Pull Request Test Coverage Report for Build 39
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could add api.md
containing
## Docstrings
```@autodocs
Modules = [BoundingSphere]
```
Hmm still failing for 0.7 |
Closes issue #10.
6588478
to
70e3167
Compare
It looks that |
Okay! I would prefer to have an initial release soon and not wait for the successor of |
I agree. The first version doesn't need to be perfect. Then again is there much to do to make it perfect? Sorry that I haven't contributed even though I promised to fix the licences for each file. |
Last time I set up Documenter it took me several hours, but I guess if you know what you are doing it might be 10 minutes instead 😄 |
There's nothing wrong with the Documenter setup, it's already done. The problem is with PkgTestSuite, which refuses to work with 0.7. I fix the package so that it doesn't use that and then we have tests passing also for 0.7. |
@ahojukka5 include fixing this to your documentation project. |
Closes issue #10.