simpeg / geoana

Interactive geoscience (mostly) analytic functions.
MIT License
22 stars 9 forks source link

Exorcise properties, auto-generate API and build pydata theme website #31

Closed dccowan closed 2 years ago

dccowan commented 2 years ago

This pull request is meant to fix the following issues:

Some aspects that still need to be considered are:

dccowan commented 2 years ago

Broken links. I things these are autogenerated somehow. Could add to linkcheck ignore or remove the thing in conf.py that generates this in the first place?

image

dccowan commented 2 years ago

Looks like it's a problem with the docs test. I thought we found a way for this test to work for local build with Windows and not fail on the PR tests

image

jcapriot commented 2 years ago

I don’t think the codacy link is auto-generated. Just do a search in the codebase for codacy.com and you should find it.

codecov[bot] commented 2 years ago

Codecov Report

Merging #31 (f7f0775) into main (49cbf91) will increase coverage by 2.00%. The diff coverage is 80.23%.

@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
+ Coverage   72.84%   74.85%   +2.00%     
==========================================
  Files          21       25       +4     
  Lines        1197     2187     +990     
==========================================
+ Hits          872     1637     +765     
- Misses        325      550     +225     
Impacted Files Coverage Δ
geoana/earthquake/__init__.py 100.00% <ø> (ø)
geoana/em/fdem/__init__.py 100.00% <ø> (ø)
geoana/em/fdem/simple_functions.py 100.00% <ø> (ø)
geoana/em/tdem/__init__.py 100.00% <ø> (ø)
geoana/em/tdem/simple_functions.py 100.00% <ø> (ø)
geoana/plotting_utils.py 60.74% <60.74%> (ø)
geoana/em/fdem/base.py 79.62% <69.23%> (-3.30%) :arrow_down:
geoana/earthquake/oksar.py 56.37% <70.69%> (+20.87%) :arrow_up:
geoana/em/fdem/layered.py 77.12% <73.38%> (-11.77%) :arrow_down:
geoana/em/tdem/base.py 77.14% <77.77%> (+2.14%) :arrow_up:
... and 18 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 49cbf91...f7f0775. Read the comment docs.