Closed
Description
Part of #12740
Is your feature request related to a problem or challenge?
@Omega359 added the infrastructure to automatically create documentation from code in #12668
After #13161 Window Functions still have two pages
- A "static" one: https://datafusion.apache.org/user-guide/sql/window_functions.html
- A "auto generated" one https://datafusion.apache.org/user-guide/sql/window_functions_new.html
Describe the solution you'd like
Once all the window functions have all been migrated
We should remove the static window functions page (in favor of the auto generated one). We can follow the model of #13161
Describe alternatives you've considered
Basically this means for the scalar, window and aggregate functions:
- Delete the static file
docs/source/user-guide/sql/window_functions.md
- Rename the
_new
files likedocs/source/user-guide/sql/window_functions_new.md
todocs/source/user-guide/sql/window_functions.md
- Update the index page
docs/source/user-guide/sql/index.rst
to remove the_new
entries - Update the script
dev/update_function_docs.sh
so it writes to the scalar_functions.md file