executablebooks / sphinx-external-toc

A sphinx extension that allows the site-map to be defined in a single YAML file
https://sphinx-external-toc.readthedocs.io
MIT License
33 stars 18 forks source link

♻️ REFACTOR: API naming #19

Closed chrisjsewell closed 3 years ago

chrisjsewell commented 3 years ago

Renamed to be more general:

codecov[bot] commented 3 years ago

Codecov Report

Merging #19 (da71b50) into main (141da25) will not change coverage. The diff coverage is 94.66%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #19   +/-   ##
=======================================
  Coverage   91.05%   91.05%           
=======================================
  Files           6        6           
  Lines         548      548           
=======================================
  Hits          499      499           
  Misses         49       49           
Flag Coverage Δ
pytests 91.05% <94.66%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
sphinx_external_toc/api.py 92.53% <88.23%> (-0.52%) :arrow_down:
sphinx_external_toc/parsing.py 90.62% <95.74%> (+0.38%) :arrow_up:
sphinx_external_toc/cli.py 95.74% <100.00%> (ø)
sphinx_external_toc/events.py 88.27% <100.00%> (ø)
sphinx_external_toc/tools.py 91.89% <100.00%> (ø)

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 141da25...da71b50. Read the comment docs.