Skip to content

Commit

Permalink
catch up with what I merge.
Browse files Browse the repository at this point in the history
(murmuring) I really should find some time to familiarize with git command...
  • Loading branch information
cindytsai committed Nov 16, 2023
1 parent f6be380 commit 791cadf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v14.0.6
rev: v17.0.4
hooks:
- id: clang-format
types_or: ['c++', 'c']
Expand Down
2 changes: 2 additions & 0 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ It is an in situ analysis tool that allows researchers to analyze and visualize
- [**In Situ Python Analysis**]({% link InSituPythonAnalysis/index.md %}#in-situ-python-analysis): this is for users that are using `libyt` in simulations.
- [**Debug and Time Profiling**]({% link DebugAndTimeProfiling/index.md %}#debug-and-time-profiling): how to check inputs and run time profiling in `libyt`.



## Label Meanings

- :pencil2: means be careful about the lifetime of this variable. `libyt` only borrows it, and does not make a copy.
Expand Down

0 comments on commit 791cadf

Please sign in to comment.