JuliaSIMD / ThreadingUtilities.jl

Utilities for low overhead threading in Julia.
MIT License
17 stars 4 forks source link

Reorganize the docs, and link from the README to the docs (and vice versa) #8

Closed DilumAluthge closed 3 years ago

DilumAluthge commented 3 years ago

The links from GitHub (README) to docs and docs to GitHub are really convenient to have.

codecov-io commented 3 years ago

Codecov Report

Merging #8 (52fc9b8) into master (3bcd5ed) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master        #8   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           98        98           
=========================================
  Hits            98        98           

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 3bcd5ed...52fc9b8. Read the comment docs.

chriselrod commented 3 years ago

Looks great, thanks.