pdoc-Dockstrings ergänzt
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
"""
|
||||
sn_basis/functions – Wrapper und Hilfsfunktionen für QGIS-Kompatibilität.
|
||||
Bietet abstrahierte Schnittstellen für Qt, QGIS und OS-Operationen.
|
||||
"""
|
||||
|
||||
from .ly_existence_wrapper import layer_exists
|
||||
from .ly_geometry_wrapper import (
|
||||
get_layer_geometry_type,
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
mermaid´´´
|
||||
flowchart TD
|
||||
A[Projekt]
|
||||
|
||||
subgraph children[ ]
|
||||
direction TB
|
||||
B[src]
|
||||
C[docs]
|
||||
D[README.md]
|
||||
end
|
||||
|
||||
A --> B
|
||||
A --> C
|
||||
A --> D
|
||||
Reference in New Issue
Block a user