-
Notifications
You must be signed in to change notification settings - Fork 45
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
set up documentation CI against Julia 1.x #52
Conversation
This comment has been minimized.
This comment has been minimized.
Grid seems to be a little bit more readable. Any chance you can fix the black background? |
btw. I don't recall to what extend I transferred stuff here, but I do have some doc stuff for augmentor at juliaml: https://github.com/JuliaML/FileStorage/tree/master/Augmentor I know... I wasn't exactly spending much time on cleaning up my documentation "framework" |
Yeah, I just tried to make a fresh build of those scripts from scratch with my own stuff. But it's doable --https://github.com/Evizero/Augmentor.jl/blob/master/docs/optable.jl gives a nice example of this already. There're more details that need to be fixed. This is just a preview of my experiments on the layouts.
😄 that (documentation) was more than elaborative to me |
This package is not registered in General so we have to manually add it
and some other usage fixes in Julia 1.x
This package is not registered in General
This is mostly done now. As a brief summary:
A lot of changes are involved here and it's pretty hard to review them line by line. I would suggest build it locally and view the generated pages. The @Evizero do you want to take a look at this? |
I don't have a local julia installation currently. any chance you can show some screenshots of the major things? |
The biggest changes are on operations. The tutorials are built with DemoCards with a List theme.
OperationsTutorialsIntegrate with Flux.jl is not included in this PR: |
Looking good. Thank you for all that hard work. Feel free to merge when you are ready |
Let me merge this and see if it gets successfully deployed to |
deployed in https://evizero.github.io/Augmentor.jl/dev/ |
amazing! |
The whole documentation will be largely rewritten to:
Images.jl
optable.jl
withDemoCards.jl
)It would be impossible to review if they're all squashed into one PR, so I'll set this as the common base, and make reviewable separate PRs that points to this branch.
P.S. DemoCards doesn't have the full functionality as a jump-in replacement, so I'll need to spend some of my time debugging and enhance it.