2023-05-03 16:15:04 -06:00
|
|
|
# Anywhere {branch} is used, the branch name will be substituted.
|
|
|
|
|
# These comments will also be removed.
|
|
|
|
|
defaults:
|
|
|
|
|
numbered: False
|
|
|
|
|
maxdepth: 6
|
|
|
|
|
root: index
|
2023-09-06 10:55:33 -06:00
|
|
|
subtrees:
|
2024-03-06 20:55:02 +01:00
|
|
|
- caption: Tutorials
|
2024-01-04 15:45:17 -07:00
|
|
|
entries:
|
2024-03-06 20:55:02 +01:00
|
|
|
- file: c++_tutorials
|
|
|
|
|
title: C++ Tutorials
|
|
|
|
|
- file: python_tutorials
|
|
|
|
|
title: Python Tutorials
|
|
|
|
|
- caption: How to Guide
|
|
|
|
|
entries:
|
|
|
|
|
- file: c++_usage
|
|
|
|
|
title: C++ How to Guide
|
|
|
|
|
- file: python_usage
|
|
|
|
|
title: Python How to Guide
|
|
|
|
|
- caption: Reference
|
|
|
|
|
entries:
|
|
|
|
|
- file: doxygen/html/index
|
|
|
|
|
title: C++ Reference
|
|
|
|
|
- file: python_api
|
|
|
|
|
title: Python Reference
|
2024-01-04 15:45:17 -07:00
|
|
|
- caption: About
|
|
|
|
|
entries:
|
|
|
|
|
- file: license
|
2024-03-06 20:55:02 +01:00
|
|
|
title: License
|
|
|
|
|
- file: CHANGELOG
|
|
|
|
|
title: Changelog
|