Replies: 1 comment
-
Hmmm - are you running the latest version of Jupyter Book? I believe that continuous numbering across parts should be the default right now: https://jupyterbook.org/structure/configure.html#number-your-chapters-and-sections |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As I understand it, when one specifies parts in the _toc.yml file, then renumbering of chapters happens at each part. Is there any way to disable that feature? I'd like for chapter numbering to continue ordinally, using parts as just a benign separator among the chapters.
What I have is:
So, J-140_Maxwell_3_S_0 is chapter 1 and Special Relativity_1_1_VSC is also chapter 1.
I could accomplish the same thing I guess, if I could include new chapters called Foundations.md and Relativity.md but exclude them from numbering. Can I do that?
thanks
Beta Was this translation helpful? Give feedback.
All reactions