Closed holgerteichgraeber closed 5 years ago
What do you think about using https://juliadocs.github.io/Documenter.jl/stable/man/guide/ ? I think it could be useful as all our well done comments with the functions would immediately be included.
Great idea, let's try it. I made a branch documentation, feel free to push to that branch. Will that automatically generate documentation for the functions we wrote?
I have difficulties installing your ClustForOpt_priv next to mine in julia. Are we in general planning to rename yours to ClustForOpt again?
Yes. If you prefer, we can do that now.
I think that would be easiest
Sounds good, let me look into it. You may have to change some remote references (and probably rename yours too) to make it work afterwards.
Yeah, makes sense
Rename done.
All our "inline" documentation has to look like this: ` """ func(x)
Returns double the number x
plus 1
.
"""
func(x) = 2x + 1`
While going through the examples and tests, I get an error that interstorage is not defined. I assume this slipped through somewhere in the past PRs, could you have a look @YoungFaithful ?
While going through the examples and tests, I get an error that interstorage is not defined. I assume this slipped through somewhere in the past PRs, could you have a look @YoungFaithful ?
Never mind, I think this was dealt with in PR #53 I'll test it
Great, tests passed after the PR. Thank you for updating.
@YoungFaithful I updated documentation and README, you can go ahead and update travis:
As soon as your done with the review and added your part we just need to follow the directions here: https://juliadocs.github.io/Documenter.jl/stable/man/hosting/#Hosting-Documentation-1 to setup travis alternatively we could also just export it as pdf
Will this create a documentation that is part of this github repo?
Closed with #60
Created branch
dev
. Todos on master: