You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add type annotations across modules for enhanced clarity and checking
Introduced type hints for functions in core modules (`filters.py`, `process.py`, `handlers.py`, etc.) to improve code clarity and enable static type checking. Adjusted related docstrings and examples to align with the updates. Updated `mkdocs.yml` to include Code of Conduct in documentation.
Copy file name to clipboardExpand all lines: docs/usage/getting-started-import-and-preprocess.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ import pyforestscan
8
8
9
9
Then, you can use it to load point cloud data and extract forest structure metrics.
10
10
11
-
The following sections will provide an overview of usage of the major functions of pyforestscan. For a complete reference of all functions in pyforestscan, please check the [API documentation](api.md). For comprehensive examples of these functions, please see the [example jupyter notebooks](examples).
11
+
The following sections will provide an overview of usage of the major functions of pyforestscan. For a complete reference of all functions in pyforestscan, please check the [API documentation](/api/calculate/). For comprehensive examples of these functions, please see the [example jupyter notebooks](/examples/getting-started-importing-preprocessing-dtm-chm/).
0 commit comments