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: toc file top-level structure #12

Closed chrisjsewell closed 3 years ago

chrisjsewell commented 3 years ago

The root file is now specified under the root key, and the initial parts/sections are at the top-level.

codecov[bot] commented 3 years ago

Codecov Report

Merging #12 (3e8d6b0) into main (574458f) will increase coverage by 0.23%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
+ Coverage   89.47%   89.70%   +0.23%     
==========================================
  Files           5        5              
  Lines         342      340       -2     
==========================================
- Hits          306      305       -1     
+ Misses         36       35       -1     
Flag Coverage Δ
pytests 89.70% <83.33%> (+0.23%) :arrow_up:

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

Impacted Files Coverage Δ
sphinx_external_toc/api.py 89.05% <83.33%> (+0.56%) :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 574458f...3e8d6b0. Read the comment docs.