gtsam/myst.yml

49 lines
1.5 KiB
YAML
Raw Normal View History

2025-02-11 08:57:18 +08:00
# See docs at: https://mystmd.org/guide/frontmatter
version: 1
project:
id: 7a62a86d-a893-4ab1-9473-b1a957f78902
title: GTSAM Docs
description: GTSAM is a library of C++ classes that implement smoothing and mapping (SAM) in robotics and vision, using factor graphs and Bayes networks as the underlying computing paradigm rather than sparse matrices.
github: https://github.com/borglab/gtsam
toc:
- file: README.md
- file: INSTALL.md
2025-04-07 01:29:46 +08:00
- file: ./doc/user_guide.md
2025-02-11 08:57:18 +08:00
children:
- file: ./gtsam/geometry/geometry.md
children:
- pattern: ./gtsam/geometry/doc/*
2025-04-10 22:43:24 +08:00
- file: ./gtsam/inference/inference.md
children:
- pattern: ./gtsam/inference/doc/*
- file: ./gtsam/nonlinear/nonlinear.md
children:
- pattern: ./gtsam/nonlinear/doc/*
2025-04-20 11:42:20 +08:00
- file: ./gtsam/symbolic/symbolic.md
children:
- pattern: ./gtsam/symbolic/doc/*
2025-04-06 07:01:20 +08:00
- file: ./gtsam/navigation/navigation.md
children:
- pattern: ./gtsam/navigation/doc/*
2025-04-24 22:59:02 +08:00
- file: ./gtsam/slam/slam.md
children:
- pattern: ./gtsam/slam/doc/*
2025-04-07 01:29:46 +08:00
- file: ./doc/examples.md
children:
- pattern: ./python/gtsam/examples/*.ipynb
- file: ./doc/expressions.md
2025-02-11 08:57:18 +08:00
site:
nav:
2025-04-17 09:21:22 +08:00
- title: GTSAM.org
url: https://gtsam.org
2025-02-11 08:57:18 +08:00
- title: C++ reference
url: https://gtsam.org/doxygen/
2025-04-17 09:21:22 +08:00
options:
2025-04-18 10:04:42 +08:00
logo_text: GTSAM
2025-02-11 08:57:18 +08:00
template: book-theme
2025-04-17 09:21:22 +08:00
# TODO: Graphics for favicon, site logo
2025-02-11 08:57:18 +08:00
# options:
# favicon: favicon.ico
# logo: site_logo.png