Add explicit modules argument to makedocs #6
CI.yml
on: pull_request
Documentation
1m 36s
Matrix: test
Annotations
2 errors and 11 warnings
Documentation:
docs/src/pathological.md#L53
doctest failure in src/pathological.md:53-63
```jldoctest block1
zipsource("pathological.zip") do source
for zf in source
println(read(zf, String))
end
end
# output
Hello, Julia!
```
Subexpression:
zipsource("pathological.zip") do source
for zf in source
println(read(zf, String))
end
end
Evaluated output:
ERROR: UndefVarError: `zipsource` not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
Hello, Julia!
diff =
Warning: Diff output requires color.
Hello, Julia!ERROR: UndefVarError: `zipsource` not defined
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation
Process completed with exit code 1.
|
Julia 1.6 - ubuntu-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Julia 1.10 - ubuntu-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Julia nightly - ubuntu-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Julia 1.10 - macOS-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Julia 1.6 - macOS-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Documentation:
../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
26 docstrings not included in the manual:
ZipStreams.ZipFileSource
ZipStreams.bytesle2int :: Union{Tuple{T}, Tuple{Type{T}, AbstractArray{UInt8}}} where T<:Integer
ZipStreams.ZipFileSink
Base.close :: Tuple{ZipStreams.ZipFileSink}
ZipStreams.LocalFileHeader
ZipStreams.readstring :: Tuple{IO, Integer}
ZipStreams.writele :: Union{Tuple{T}, Tuple{IO, T}} where T
ZipStreams.msdos2datetime :: Tuple{UInt16, UInt16}
ZipStreams.bytes_out :: Tuple{ZipStreams.ZipFileSink}
ZipStreams.bytes_out :: Tuple{ZipStreams.ZipArchiveSink}
ZipStreams.CentralDirectoryHeader
ZipStreams.SentinelLimiter
ZipStreams.human_readable_bytes :: Tuple{Integer}
ZipStreams.findfirst_sentinel_head :: Tuple{Vector{UInt8}, Vector{Int64}, Vector{UInt8}}
ZipStreams.ZipStreams
ZipStreams.AbstractLimiter
ZipStreams.UnlimitedLimiter
ZipStreams.datetime2msdos :: Tuple{Dates.DateTime}
ZipStreams.CRC32Sink
ZipStreams.ZipFileInformation
ZipStreams.bytes_in :: Tuple{ZipStreams.ZipFileSink}
ZipStreams.readle :: Union{Tuple{T}, Tuple{IO, Type{T}}} where T
ZipStreams.FixedSizeLimiter
ZipStreams.iszipsignature_h :: Tuple{UInt16}
Base.iterate :: Union{Tuple{ZipStreams.ZipArchiveSource}, Tuple{ZipStreams.ZipArchiveSource, Int64}}
ZipStreams.bytearray :: Tuple{AbstractArray}
These are docstrings in the checked modules (configured with the modules keyword)
that are not included in @docs or @autodocs blocks.
|
Documentation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Julia 1.10 - windows-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Julia nightly - windows-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Julia nightly - macOS-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Julia 1.6 - windows-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|