Skip to content
Open
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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,7 @@ _summary.ps

# vscode config files
.vscode

# MacOs OS files
.DS_store
*.local.json
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ repos:
args: ["--ignore-words-list=doas"]

- repo: https://github.com/rhysd/actionlint
rev: "v1.7.10"
rev: "v1.7.11"
hooks:
- id: actionlint

Expand Down
285 changes: 285 additions & 0 deletions devdocs/kinetic_scheme/architecture.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
'changelog': [],
'config/project/subproject/config_docs': [],
'notebooks/tips_and_tricks': [],
'notebooks/kinetic_scheme_visualization': [],
}

# Theme options are theme-specific and customize the look and feel of a
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ installation
usage
config/project/subproject/config_docs
notebooks/tips_and_tricks
notebooks/kinetic_scheme_visualization
api_docs
contributing
changelog
Expand Down
Loading
Loading