-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
enhancementNew feature or requestNew feature or request
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
_newfiles likedocs/source/user-guide/sql/window_functions_new.mdtodocs/source/user-guide/sql/window_functions.md - Update the index page
docs/source/user-guide/sql/index.rstto remove the_newentries - Update the script
dev/update_function_docs.shso it writes to the scalar_functions.md file
Additional context
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request