JuliaLang / Distributed.jl

Create and control multiple Julia processes remotely for distributed computing. Ships as a Julia stdlib.
https://docs.julialang.org/en/v1/stdlib/Distributed/
MIT License
20 stars 8 forks source link

docs: Add make script #7

Closed jpsamaroo closed 8 months ago

jpsamaroo commented 8 months ago

@vchuravy should we add Base. in front of cross-references to Base (like LOAD_PATH), or is there a better way to make Documenter handle these?

vchuravy commented 8 months ago

I think something like https://github.com/EnzymeAD/Enzyme.jl/blob/bf3415d5b032eacd4a924ba09ec725798129d007/docs/make.jl#L10 should work.

codecov[bot] commented 8 months ago

Codecov Report

Merging #7 (37c4ecf) into master (0c7ad88) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master       #7   +/-   ##
=======================================
  Coverage   79.19%   79.19%           
=======================================
  Files          10       10           
  Lines        1951     1951           
=======================================
  Hits         1545     1545           
  Misses        406      406