-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove old static documentation function pages (Aggregate/Scalar) #12741
Comments
I think we are in the position that someone could pretty easily remove the Aggregate and Scalar functions page. We need to wait for #8709 before we can remove the window function one (but @jcsherin and @jatin510 are pretty close) |
My only concern is what to do with the functions that have postgresql-style syntax options (2 of which are still on the scalar doc page):
Should we put those into the special functions page? |
@Omega359 I'm thinking we can probably put them as aliases? |
That may work though it doesn't help in documenting the difference in syntax. I was also wondering about add an |
Yeah that could work, I can add an issue for that. |
take |
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
For a while this will result in a transition period where we have two copies of most function documentation:
Describe the solution you'd like
Once all the documentation for functions has been migrated to the new auto generated pages, we should remove the static pages
Describe alternatives you've considered
Basically this means for the scalar, window and aggregate functions:
docs/source/user-guide/sql/scalar_functions.md
_new
files likedocs/source/user-guide/sql/scalar_functions_new.md
todocs/source/user-guide/sql/scalar_functions.md
docs/source/user-guide/sql/index.rst
to remove the_new
entriesdev/update_function_docs.sh
so it writes to the scalar_functions.md fileAdditional context
We need to complete porting all documentation first
The text was updated successfully, but these errors were encountered: