Replies: 1 comment 1 reply
-
Your questionHmmm, I think the best way that you could do this is via an
[meta] On creating discussionsOops - I converted the issue you created from this to a discussion because this is better as a discussion here and not an issue, and then realized you'd already opened up a discussion. So I'll delete this. For general Q&A, please keep them to discussions, not issues - we use issues here to track things to do for the contributing team. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello,
I was wondering please is there a way to repeate the same file (ipynb or markdown ) in the table of content _toc file of jupyterbook project without having errors or needing to duplicate the files and rename them differently (I want to include the same file content in multiple places/chapters of the generated pdf/html book)?
Is there a way to have something similar to the next (where I am repeating file1, file2 and file3 for the three chapters)?
Table of contents
Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: intro
parts:
caption: CAPTION1
chapters:
caption: CAPTION2
chapters:
caption: CAPTION3
chapters:
Thanks and have a great day!
Beta Was this translation helpful? Give feedback.
All reactions