Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
build/
docs/examples/circle/*
docs/examples/frenchman-flat/*
docs/examples/quickstart/*
docs/examples/twri/*
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ repos:
exclude: ^test/__compare__|^docs/examples/data
- id: check-yaml
- id: check-added-large-files
args: ['--maxkb=2048']
- id: check-toml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.2
Expand Down
2 changes: 2 additions & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ parts:
title: TWRI
- file: examples/frenchman-flat
title: Frenchman Flat
- file: examples/circle
title: Circle

- caption: Developer Notes
chapters:
Expand Down
Loading
Loading