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: `sections` -> `items`, add `format` key #22

Closed chrisjsewell closed 3 years ago

chrisjsewell commented 3 years ago

The format key adds key-mappings for jupyter-book support.

codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@f5d8454). Click here to learn what that means. The diff coverage is 88.57%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #22   +/-   ##
=======================================
  Coverage        ?   90.92%           
=======================================
  Files           ?        6           
  Lines           ?      617           
  Branches        ?        0           
=======================================
  Hits            ?      561           
  Misses          ?       56           
  Partials        ?        0           
Flag Coverage Δ
pytests 90.92% <88.57%> (?)

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

Impacted Files Coverage Δ
sphinx_external_toc/tools.py 90.56% <83.72%> (ø)
sphinx_external_toc/parsing.py 90.90% <90.90%> (ø)
sphinx_external_toc/api.py 92.20% <92.30%> (ø)
sphinx_external_toc/cli.py 95.83% <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 f5d8454...c5e6e9d. Read the comment docs.