astropy / sphinx-automodapi

Sphinx extension for generating API documentation
https://sphinx-automodapi.readthedocs.io
BSD 3-Clause "New" or "Revised" License
65 stars 45 forks source link

Test case where submodules are present #63

Closed astrofrog closed 5 years ago

astrofrog commented 5 years ago

Hopefully this will reproduce https://github.com/astropy/sphinx-automodapi/issues/41 on Windows.

codecov[bot] commented 5 years ago

Codecov Report

Merging #63 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #63   +/-   ##
=======================================
  Coverage   60.76%   60.76%           
=======================================
  Files          18       18           
  Lines        1017     1017           
=======================================
  Hits          618      618           
  Misses        399      399
Impacted Files Coverage Δ
sphinx_automodapi/automodapi.py 91.94% <100%> (ø) :arrow_up:

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 f7648f5...5ce4265. Read the comment docs.

astrofrog commented 5 years ago

This seems to get rid of a few thousand warnings in the astropy docs build, so I'll go ahead and merge

pllim commented 5 years ago

🦄 You are awesome 🦄