nv-legate / legate.core

The Foundation for All Legate Libraries
https://docs.nvidia.com/legate/24.06/
Apache License 2.0
186 stars 61 forks source link

API reference for resource scoping #857

Closed magnatelee closed 11 months ago

magnatelee commented 11 months ago

@bryevdv I haven't found a good way to document properties of dataclasses. Any suggestions?

bryevdv commented 11 months ago

I don't really have much experience with autosummary. Does using .. autoclass:: explicitly for each class yield better results?

magnatelee commented 11 months ago

autoclass seems to be able to handle attributes better, but somehow I can't get the detail pages for methods and attributes generated, so I'll probably give it another try in a separate PR.