Jefffrey commented on code in PR #18089: URL: https://github.com/apache/datafusion/pull/18089#discussion_r2434383753
########## docs/source/contributor-guide/howtos.md: ########## @@ -152,15 +183,3 @@ valid installation of [protoc] (see [installation instructions] for details). [protoc]: https://github.com/protocolbuffers/protobuf#protocol-compiler-installation [installation instructions]: https://datafusion.apache.org/contributor-guide/getting_started.html#protoc-installation - -## How to add/edit documentation for UDFs - -Documentations for the UDF documentations are generated from code (related [github issue]). To generate markdown run `./update_function_docs.sh`. - -This is necessary after adding new UDF implementation or modifying existing implementation which requires to update documentation. - -```bash -./dev/update_function_docs.sh -``` - -[github issue]: https://github.com/apache/datafusion/issues/12740 Review Comment: Decided to consolidate with the `Adding new functions` section above as it has same steps -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
