googleapis / sphinx-docfx-yaml

Forked sphinx-docfx-yaml repository for creating DocFX YAML for Python Client Libraries
Apache License 2.0
5 stars 7 forks source link

feat: add summary page support for methods and properties #363

Closed dandhlee closed 7 months ago

dandhlee commented 7 months ago

Continuation from #361. Adds support for Methods & Functions, Properties & Attributes.

Verified that the summary_class.yml is unaffected from this PR.

Tested and verified the result looks good, for staging in https://cloud.google.com/python/docs/reference/bigframes/latest/summary_class, https://cloud.google.com/python/docs/reference/bigframes/latest/summary_method and https://cloud.google.com/python/docs/reference/bigframes/latest/summary_properties.

Test cases would be added for goldens, however it is currently disabled.

Towards b/263399076.