@@ -24,7 +24,7 @@ SOURCE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
2424cd " ${SOURCE_DIR} /../" && pwd
2525
2626
27- TARGET_FILE=" docs/source/user-guide/sql/aggregate_functions_new .md"
27+ TARGET_FILE=" docs/source/user-guide/sql/aggregate_functions .md"
2828PRINT_AGGREGATE_FUNCTION_DOCS_COMMAND=" cargo run --manifest-path datafusion/core/Cargo.toml --bin print_functions_docs -- aggregate"
2929
3030echo " Inserting header"
@@ -56,13 +56,7 @@ update documentation for an individual UDF or the
5656dev/update_function_docs.sh file for updating surrounding text.
5757-->
5858
59- # Aggregate Functions (NEW)
60-
61- Note: this documentation is in the process of being migrated to be [automatically created from the codebase].
62- Please see the [Aggregate Functions (old)](aggregate_functions.md) page for
63- the rest of the documentation.
64-
65- [automatically created from the codebase]: https://github.com/apache/datafusion/issues/12740
59+ # Aggregate Functions
6660
6761Aggregate functions operate on a set of values to compute a single result.
6862EOF
7569
7670echo " '$TARGET_FILE ' successfully updated!"
7771
78- TARGET_FILE=" docs/source/user-guide/sql/scalar_functions_new .md"
72+ TARGET_FILE=" docs/source/user-guide/sql/scalar_functions .md"
7973PRINT_SCALAR_FUNCTION_DOCS_COMMAND=" cargo run --manifest-path datafusion/core/Cargo.toml --bin print_functions_docs -- scalar"
8074
8175echo " Inserting header"
@@ -107,13 +101,7 @@ update documentation for an individual UDF or the
107101dev/update_function_docs.sh file for updating surrounding text.
108102-->
109103
110- # Scalar Functions (NEW)
111-
112- Note: this documentation is in the process of being migrated to be [automatically created from the codebase].
113- Please see the [Scalar Functions (old)](aggregate_functions.md) page for
114- the rest of the documentation.
115-
116- [automatically created from the codebase]: https://github.com/apache/datafusion/issues/12740
104+ # Scalar Functions
117105
118106EOF
119107
0 commit comments