diff --git a/docs/api/flink/Function.md b/docs/api/flink/Function.md index 73916552a0..c91f6423e4 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 5f1a53ebec..9c24b7b316 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 92508bb152..8155e45ec4 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 ef648838e1..bb8ec4d7f1 100644 --- a/docs/api/sql/Raster-loader.md +++ b/docs/api/sql/Raster-loader.md @@ -177,7 +177,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)`