Merijn

Results 4 comments of Merijn

So I think the docs need some love. I wonder when I change these links (just some examples) ``` [Sedona version release notes](../../setup/release-notes/) [how to contribute](../rule) [ST_S2CellIds](../Function/#st_s2cellids) ``` to ```...

Ok, I think I got it. I issued the following pull request: https://github.com/apache/sedona/pull/1334. Output is now as follows: ``` INFO - [macros] - Macros arguments: {'module_name': 'main', 'modules': [], 'render_by_default':...

To explain a bit futher. A lot of these constructs were like: `````` I replaced them with ```![ST_Snap applied example](../../image/st_snap/st-snap-applied.png "ST_Snap applied example"){: width="250px"}``` so the relative paths are now...

I issued a pull request, could you have a look? https://github.com/apache/sedona/pull/1359