dstack
dstack copied to clipboard
Remove duplication in documenting RunConfigurations
Currently RunConfigurations are documented both via docstrings and via Annotated description. The docstrings are used to generate Python API reference, and the annotations are used to generate .dstack.yml reference.
The suggestion is to make the Python API to be generated from annotations so that we can get rid of docstrings and avoid describing all fields twice.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale. Please reopen the issue if it is still relevant.