Closed mathieu17g closed 3 years ago
is there a way to embed a preview on documentation modifications in Github comments ?
Right now the documentation CI fails, so https://yeesian.com/ArchGDAL.jl/previews/PR260/ is not available, but a preview should become available there, until it is cleaned up automatically. See for instance https://yeesian.com/ArchGDAL.jl/previews/PR216/
Though you can always paste a screenshot if you want to discuss something in particular.
Thank you. I did not know this link on previews
I have found the solution on the CI issue on julia discourse: https://discourse.julialang.org/t/generation-of-documentation-fails-qt-qpa-xcb-could-not-connect-to-display/60988
Right now the documentation CI fails, so https://yeesian.com/ArchGDAL.jl/previews/PR260/ is not available, but a preview should become available there, until it is cleaned up automatically. See for instance https://yeesian.com/ArchGDAL.jl/previews/PR216/
@visr do I have to do something to generate the preview, or it will be generated automatically after a while ?
@visr do I have to do something to generate the preview, or it will be generated automatically after a while ?
Ah according to Documenter.jl documentation : it doesn't work for commits pushed on a fork
push_preview a boolean that specifies if preview documentation should be deployed from pull requests or not. If your published documentation is hosted at "https://USER.github.io/PACKAGE.jl/stable, by default the preview will be hosted at "https://USER.github.io/PACKAGE.jl/previews/PR##". This feature works for pull requests with head branch in the same repository, i.e. not from forks.
So here is a screen capture:
@yeesian I have just spotted that there was an all issue #72, that may be linked to this PR
Is the simple example provided above enough or you would like to transpose the whole Python GDAL/OGR Cookbook retroject example in Julia ?
(Btw, you have contributor access to this package so feel free to create branches from it in the future if you'd like)
@visr and @yeesian: is there a way to embed a preview on documentation modifications in Github comments ?