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

   Your advice led me down the correct path to identify the problem.
   
   mkdocstrings relies on the presence of docstrings to recognize and document 
variables, types, and other attributes.  Since those types did not have 
docstrings, they were not picked up by mkdocstrings.
   
   I submitted this PR: https://github.com/apache/iceberg-python/pull/1530
   and when I ran `make docs-serve` locally, I could now see that `Identifier` 
was hyperlinked in the docs for
   `create_table_if_not_exists()`.


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to