o-nikolas commented on PR #34324: URL: https://github.com/apache/airflow/pull/34324#issuecomment-1718345683
> > I don't see a "Testing" doc in the executor hierarchy? I'm likely missing something though 👀 > > <img alt="Screenshot 2023-09-13 at 23 06 11" width="851" src="https://user-images.githubusercontent.com/595491/267789481-acdacc51-415d-4296-af58-89764c324282.png"> > > What I see: > > * Testing .... > > * Debugging .... > > * DebugExecutor (Deprecated) > > > I think it's because those files are wrongly placed :) Ah! In the types subsection. I was looking for it in the table of contents hierarchy on the left. Those three sections all come from the DebugExecutor doc. Which has been modified to move the section on the DebugExecutor itself to the bottom of the page and new sections were added for testing dags without the debug executor (now that it's deprecated), and some comparisons with the debug executor itself. It's a little tricky now how to handle that with the `.. toctree::` directive we use for those lists. The easiest thing may be to just remove the debug executor from the `.. toctree::` directive. -- 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]
