andygrove opened a new pull request, #4319: URL: https://github.com/apache/datafusion-comet/pull/4319
## Summary - The Expression Compatibility index page uses a `:hidden:` toctree, so the page body ends after "Compatibility notes are grouped by expression category:" with no visible links to the nine category sub-pages (aggregate, array, cast, datetime, map, math, misc, string, struct). - The top-level user-guide toctree uses `:maxdepth: 1`, so those category pages also don't appear in the sidebar nav. - Drop `:hidden:` and raise `:maxdepth:` to 2 on `compatibility/expressions/index.md` so Sphinx renders the linked list inline. ## Test plan - [ ] Build docs locally and confirm the Expression Compatibility page now shows links to each category sub-page. -- 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]
