jstern commented on issue #8095: stop rendering some class docs in wrong place URL: https://github.com/apache/airflow/pull/8095#issuecomment-608527190 > I wonder if this is a more general problem elsewhere too...? Me too. A cursory check just for these two cases doesn't turn anything up in the built docs in my branch: ``` 11:05:07 jstern@US-C02V518BHTD7:html/ (fix-yandex-doc-imports) $ ag "Base class for all hooks" _modules/airflow/hooks/base_hook.html 216:<span class="sd">"""Base class for all hooks"""</span> _sources/_api/airflow/hooks/base_hook/index.rst.txt 8: Base class for all hooks _api/airflow/hooks/base_hook/index.html 276:<p><p>Base class for all hooks</p> 11:05:27 jstern@US-C02V518BHTD7:html/ (fix-yandex-doc-imports) $ ag "Base class for all Airflow's errors" 11:05:46 jstern@US-C02V518BHTD7:html/ (fix-yandex-doc-imports) ``` But perhaps there are other cases. My hunch is that this has something to do with the fact that the doc in question is for an `__index__.py` file...
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
