Skip to content

Commit 8ecdfd3

Browse files
authored
Merge pull request #3203 from jessica-mitchell/model-doc-order
Modify model directory documentation UI and related pages
2 parents d6bce1c + 9288985 commit 8ecdfd3

25 files changed

+930
-738
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
rev: v8.16.3
1111
hooks:
1212
- id: gitleaks
13-
13+
1414
- repo: https://github.com/pycqa/isort
1515
rev: 5.12.0
1616
hooks:
@@ -32,4 +32,4 @@ repos:
3232
rev: v17.0.4
3333
hooks:
3434
- id: clang-format
35-
35+
types_or: [c++]

doc/htmldoc/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
auto_examples/
55
# Some images are copied over from the source into the doc static.
66
static/examples
7+
# json data is produced at build time by Sphinx
8+
static/data/filter_model.json

0 commit comments

Comments
 (0)