diff --git a/docs/api/flink/Function.md b/docs/api/flink/Function.md index 43151bc915..78fe68386d 100644 --- a/docs/api/flink/Function.md +++ b/docs/api/flink/Function.md @@ -165,7 +165,7 @@ Computes the angle formed by vectors S1 - E1 and S2 - E2, where S and E denote s If a 3D geometry is provided, ST_Angle computes the angle ignoring the z ordinate, equivalent to calling ST_Angle for corresponding 2D geometries. !!!Tip - ST_Angle returns the angle in radian between 0 and 2\Pi. To convert the angle to degrees, use [ST_Degrees](./#st_degrees). + ST_Angle returns the angle in radian between 0 and 2\Pi. To convert the angle to degrees, use [ST_Degrees](#st_degrees). Format: `ST_Angle(p1, p2, p3, p4) | ST_Angle(p1, p2, p3) | ST_Angle(line1, line2)` diff --git a/docs/api/snowflake/vector-data/Function.md b/docs/api/snowflake/vector-data/Function.md index 636a77b1a0..8d6f8d1c83 100644 --- a/docs/api/snowflake/vector-data/Function.md +++ b/docs/api/snowflake/vector-data/Function.md @@ -147,7 +147,7 @@ Additionally, if any of the provided geometry is empty, ST_Angle throws an Illeg If a 3D geometry is provided, ST_Angle computes the angle ignoring the z ordinate, equivalent to calling ST_Angle for corresponding 2D geometries. !!!Tip - ST_Angle returns the angle in radian between 0 and 2\Pi. To convert the angle to degrees, use [ST_Degrees](./#st_degrees). + ST_Angle returns the angle in radian between 0 and 2\Pi. To convert the angle to degrees, use [ST_Degrees](#st_degrees). Format: `ST_Angle(p1, p2, p3, p4) | ST_Angle(p1, p2, p3) | ST_Angle(line1, line2)` diff --git a/docs/api/sql/Function.md b/docs/api/sql/Function.md index b570a76a5a..dd39965e9c 100644 --- a/docs/api/sql/Function.md +++ b/docs/api/sql/Function.md @@ -161,7 +161,7 @@ Computes the angle formed by vectors S1 - E1 and S2 - E2, where S and E denote s If a 3D geometry is provided, ST_Angle computes the angle ignoring the z ordinate, equivalent to calling ST_Angle for corresponding 2D geometries. !!!Tip - ST_Angle returns the angle in radian between 0 and 2\Pi. To convert the angle to degrees, use [ST_Degrees](./#st_degrees). + ST_Angle returns the angle in radian between 0 and 2\Pi. To convert the angle to degrees, use [ST_Degrees](#st_degrees). Format: `ST_Angle(p1, p2, p3, p4) | ST_Angle(p1, p2, p3) | ST_Angle(line1, line2)` diff --git a/docs/api/sql/Raster-loader.md b/docs/api/sql/Raster-loader.md index c0cdafb036..f8b810db1e 100644 --- a/docs/api/sql/Raster-loader.md +++ b/docs/api/sql/Raster-loader.md @@ -208,7 +208,7 @@ This API requires the name of the record variable. It is assumed that a variable If this assumption does not hold true for your case, you can choose to pass the lonDimensionName and latDimensionName explicitly. -You can use [RS_NetCDFInfo](./#rs_netcdfinfo) to get the details of the passed netCDF file (variables and its dimensions). +You can use [RS_NetCDFInfo](#rs_netcdfinfo) to get the details of the passed netCDF file (variables and its dimensions). Format 1: `RS_FromNetCDF(netCDF: ARRAY[Byte], recordVariableName: String)`