You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Describe the bug
The following ToC
always produces the correct chapter numbering:
However, when the parts are sourced from files the chapter numbering order depends on the lexicographical ordering of the book part file names, i.e.:
give the correct numbering:
but
reorders the numbering:
To Reproduce
_toc.yml
:a.md
andb.md
Expected behavior
The chapter numbering should be consistent with the order given in the
_toc.yml
file.Environment
jupyter-book --version
: 0.1.2 (6683e3f)Additional context
Jupyter Book installed from the latest master branch commit (jupyter-book/jupyter-book@3845dd5)
The text was updated successfully, but these errors were encountered: