toc.yml 881 B

12345678910111213141516171819202122232425262728
  1. # This file contains the order and numbering for all sections in the book.
  2. # _includes/sidebar.html renders this as a sidebar.
  3. #
  4. # Each entry has the following schema:
  5. #
  6. # title: Title of chapter or section
  7. # url: URL of section. Use absolute URLs to link between pages
  8. # class: (optional) a CSS class to add to this link
  9. # sections: Contains chapter's sections
  10. # not_numbered: true if the section shouldn't have a number in the sidebar
  11. # (e.g. Introduction or appendices)
  12. # divider: true if this entry should just be rendered as a horizontal divider
  13. # in the sidebar. All other values are ignored.
  14. - title: Home
  15. url: /root_test
  16. not_numbered: true
  17. - title: Tests
  18. url: /tests/features
  19. not_numbered: true
  20. sections:
  21. - title: Markdown files
  22. url: /tests/markdown
  23. not_numbered: true
  24. - title: Jupyter notebooks
  25. url: /tests/notebooks
  26. not_numbered: true