Replies: 2 comments
-
I've tried configs like: format: jb-book
root: intro
parts:
- caption: Introduction
chapters:
- file: intro
- caption: h3-py
chapters:
- file: api_quick
- file: api_verbose
- file: polygon_tutorial
- file: api_comparison but this results in the error: On the other hand, it seems like https://pyhf.github.io/pyhf-tutorial/ achieves what I'd like to do without having to list their introduction file twice in |
Beta Was this translation helpful? Give feedback.
0 replies
-
I suggest you try to set |
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.
-
I have a
_toc.yml
like:But I'd like to explicitly include
intro
in the table of contents on the side. How do I do that? When I try to include it, I get an error aboutintro
being included twice.Looking through the gallery, this project has a similar
_toc.yml
, but they have their root appearing in the site's table of contents. I can't see what they're doing differently to enable that. Any help would be appreciated!Beta Was this translation helpful? Give feedback.
All reactions