rodrigc commented on issue #1529:
URL: 
https://github.com/apache/iceberg-python/issues/1529#issuecomment-2597100519

   The docs are generated via the scripts here: 
https://github.com/apache/iceberg-python/tree/main/mkdocs
   
   I did the following:
   
   1.  Put debugging in 
https://github.com/apache/iceberg-python/blob/main/mkdocs/gen_doc_stubs.py to 
see what files are being parsed
   2. Ran:
   ```
   make docs-install
   make docs-serve
   ```
   
   I observed that 
https://github.com/apache/iceberg-python/tree/main/pyiceberg/typedef.py is not 
parsed.
   https://github.com/apache/iceberg-python/tree/main/pyiceberg/__init__.py, 
and a lot of other files *are* parsed.


-- 
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]

Reply via email to