guo-yong-zhi / WordCloud.jl

word cloud generator in julia
GNU General Public License v3.0
109 stars 2 forks source link

Added autogenerated docs (ONE MORE STEP REQUIRED AFTER MERGE) #8

Closed jakewilliami closed 3 years ago

jakewilliami commented 3 years ago

Hi there! This should (hopefully) auto-generate some documentation. (We will have to go through and update the docstrings and all that afterwards, but this is a start).

There is one more step you need to do: allow the branch gh-pages to be accessed by guo-yong-zhi.github.io. You need to go into Settings (of your repository), and then go into Options > GitHub Pages, and select the gh-pages branch, then press save. This will allow GitHub Pages to access the gh-pages branch created by Documenter.jl.

If there are any errors, feel free to email me (you have my email). Then we can think about updating the docstrings.

Hoping you are well!

codecov-commenter commented 3 years ago

Codecov Report

Merging #8 (1185a55) into master (e151879) will decrease coverage by 0.37%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
- Coverage   84.08%   83.70%   -0.38%     
==========================================
  Files           9        9              
  Lines        1068     1068              
==========================================
- Hits          898      894       -4     
- Misses        170      174       +4     
Impacted Files Coverage Δ
src/artist.jl 86.20% <0.00%> (-3.45%) :arrow_down:

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 e151879...1185a55. Read the comment docs.