From dca10aa688baf3bdbd680ee7e4e9a350a7d42d94 Mon Sep 17 00:00:00 2001 From: jvonrick Date: Wed, 3 Jan 2024 17:14:08 +0100 Subject: [PATCH] Fix link in docs --- examples/006_filter_composite_data_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/006_filter_composite_data_example.py b/examples/006_filter_composite_data_example.py index fbc52da94..de2a0532d 100644 --- a/examples/006_filter_composite_data_example.py +++ b/examples/006_filter_composite_data_example.py @@ -7,7 +7,7 @@ This example shows how data filtering can be used for custom postprocessing of layered composites. You can filter strains and stresses by material, layer, or analysis ply. Filtering by analysis ply is implemented on the server side and -exposed with the function :func:`get_ply_wise_data`. In this case the data is +exposed with the function :func:`.get_ply_wise_data`. In this case the data is filtered (and reduced) on the server side and only the resulting field is returned to the client. This is the recommended way to filter data if possible. For more complex filtering, the data is transferred to the client and side and filtered