SciML / PolyChaos.jl

A Julia package to construct orthogonal polynomials, their quadrature rules, and use it with polynomial chaos expansions.
https://docs.sciml.ai/PolyChaos/stable/
MIT License
116 stars 25 forks source link

Update docs deps #75

Closed ranjanan closed 2 years ago

ChrisRackauckas commented 2 years ago

We should also update the allowed version to LTS and then change tests to LTS + release.

codecov[bot] commented 2 years ago

Codecov Report

Merging #75 (29e6379) into master (68433e9) will decrease coverage by 0.15%. The diff coverage is n/a.

:exclamation: Current head 29e6379 differs from pull request most recent head 5e6b50a. Consider uploading reports for the commit 5e6b50a to get more accurate results

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
- Coverage   74.53%   74.37%   -0.16%     
==========================================
  Files          16       15       -1     
  Lines         915      886      -29     
==========================================
- Hits          682      659      -23     
+ Misses        233      227       -6     
Impacted Files Coverage Δ
src/evaluate.jl 60.46% <0.00%> (-1.76%) :arrow_down:
src/show.jl 21.33% <0.00%> (-1.17%) :arrow_down:
src/polynomial_chaos.jl 18.54% <0.00%> (-0.29%) :arrow_down:
src/stieltjes.jl 98.75% <0.00%> (-0.08%) :arrow_down:
src/quadrature_rules.jl 99.00% <0.00%> (-0.02%) :arrow_down:
src/tensor.jl 100.00% <0.00%> (ø)
src/auxfuns.jl 100.00% <0.00%> (ø)
src/multi_indices.jl 100.00% <0.00%> (ø)
src/PolyChaos.jl
src/scalar_product.jl 98.11% <0.00%> (+1.62%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

ChrisRackauckas commented 2 years ago

I updated the DNS for CNAME http://polychaos.sciml.ai/

ranjanan commented 2 years ago

Looks like DOCUMENTER_KEY needs to be set up again.

 Error: Git failed to fetch git@github.com:SciML/PolyChaos.jl.git
│ This can be caused by a DOCUMENTER_KEY variable that is not correctly set up.
│ Make sure that the environment variable is properly set up as a Base64-encoded string
│ of the SSH private key. You may need to re-generate the keys with DocumenterTools.
└ @ Documenter ~/.julia/packages/Documenter/PLD7m/src/Documenter.jl:502
ranjanan commented 2 years ago

I cannot see a settings button here. Could I get permission to access the settings so I can update the keys here and on travis?

ChrisRackauckas commented 2 years ago

I added the repo to the analysis team so you should have access now.

ranjanan commented 2 years ago

Ah I am not able to access https://github.com/SciML/PolyChaos.jl/settings/secrets/ though (shows up as 404 for me) . Adding a deployment key also gives me a 404 error instead of success. I am able to see the "settings" button though.

ChrisRackauckas commented 2 years ago

Why is it needed here? Other docs don't have it and are fine.

ranjanan commented 2 years ago

Following these docs: https://juliadocs.github.io/Documenter.jl/stable/man/hosting/#travis-ssh

ChrisRackauckas commented 2 years ago

That's for Travis.

ranjanan commented 2 years ago

Ohh, was looking at the wrong section. Sorry about that.