JuliaFolds / Transducers.jl

Efficient transducers for Julia
https://juliafolds.github.io/Transducers.jl/dev/
MIT License
432 stars 24 forks source link

Simplify docs/make.jl (for hopefully building documentation correctly in JuliaHub) #416

Closed tkf closed 4 years ago

tkf commented 4 years ago

Commit Message

Simplify docs/make.jl (#416)

JuliaHub does not compile the documentation correctly: https://juliahub.com/docs/Transducers/cATK6/0.4.48/

Hopefully, reducing non-standard code structure increases the probability that the script that builds JuliaHub handles Transducers.jl documentation correctly.

codecov[bot] commented 4 years ago

Codecov Report

Merging #416 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #416   +/-   ##
=======================================
  Coverage   90.84%   90.84%           
=======================================
  Files          25       25           
  Lines        1594     1594           
=======================================
  Hits         1448     1448           
  Misses        146      146           
Flag Coverage Δ
#unittests 90.84% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c8dada1...611cd4c. Read the comment docs.