Skip to content

Commit 54c3d3a

Browse files
committed
docs(website): update tips structure
1 parent 1fa8124 commit 54c3d3a

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
rev: "v3.4.2"
2525
hooks:
2626
- id: prettier
27-
types_or: [yaml, markdown, html, css, scss, javascript, json]
27+
types_or: [yaml, html, css, scss, javascript, json]
2828
args: [--prose-wrap=always]
2929

3030
- repo: https://github.com/astral-sh/ruff-pre-commit

docs/guides/data.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,18 @@ data format that QuickView expects in order to properly read and visualize the
1212
simulation data.
1313

1414
::: tip Tip: Consistency Between Simulation File and Connecitivity File One of
15-
1615
the repeatedly encountered causes of error when loading files in QuickView is
1716
that the grid described by the connecitivity file does not match the grid in the
1817
simulation data file.
19-
2018
:::
2119

2220
::: warning Caution: Newer EAMxx Output Files The EAMxx output file that
23-
2421
QuickView has been tested for was generated in late 2024. As EAMxx further
2522
evolves and its output format changes, QuickView might need to be updated
2623
accordingly. If the user encounters such a case, we recommend reaching out to
2724
our developers or using the
2825
[Issue tab on GitHub](https://github.com/Kitware/QuickView/issues) to start a
2926
discussion.
30-
3127
:::
3228

3329
## Overview
@@ -91,11 +87,9 @@ the visualization.
9187
# Connectivity files
9288

9389
::: tip Tip: Connecitivity File Download A collection of connectivity files can
94-
9590
be found on [Zenodo](https://doi.org/10.5281/zenodo.16908566). The archive is
9691
continually updated as more users inform us about the grids their data files
9792
use.
98-
9993
:::
10094

10195
The horizontal grids used by EAM are cubed spheres. Since these are unstructed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ dependencies = [
3737
tauri = [
3838
"pyinstaller",
3939
]
40-
vue2 = [
41-
"trame-grid-layout>=1.0.3",
42-
]
4340
jupyter = [
4441
"jupyter-server-proxy>=4.0.0",
4542
]

0 commit comments

Comments
 (0)