Skip to content

Commit 152f891

Browse files
committed
Added a tip note in the doc and other minos changes
1 parent 21bb246 commit 152f891

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ docs/images/originals/
3131
# Virtual environments
3232
venv/
3333
.venv/
34+
uv.lock
3435

3536
# Temporary files
3637
*.log

docs/session_persistence.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ ThRasE supports session persistence through save and restore functionality that
1818
- **Team collaboration** - share standardized configurations to ensure uniform inspection methodology
1919
- **Resume capability** - resume work exactly where you left off, preserving both spatial progress and workspace setup
2020

21+
```{tip}
22+
Inside the configuration YAML file, ThRasE saves relative paths for all layers configured with respect to the YAML file’s location, but only when those layers are in the same directory or a subdirectory of the YAML file. This ensures the project remains portable and easy to share.
23+
```
24+
2125
```{important}
2226
**Web/network layers** - if using web or network layers (Google, Esri, Google Earth Engine, XYZ), first save and load your QGIS project, then load the ThRasE configuration file (`.yaml`)
2327
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Issues = "https://github.com/SMByC/ThRasE/issues"
3737
"QGIS Plugin" = "https://plugins.qgis.org/plugins/ThRasE/"
3838

3939
[tool.pyright]
40-
extraPaths = [".."] # include project folder
40+
extraPaths = ["..", "/usr/lib/python3.13/site-packages/"] # include project folder and system Python path
4141
venv = ".venv"
4242
reportUnknownVariableType = "none"
4343
reportUnknownParameterType = "none"

0 commit comments

Comments
 (0)