launchdarkly / api-client-python

LaunchDarkly API Client for Python
Other
5 stars 8 forks source link

Some auto-genereated docstrings are super long and difficult to read #18

Open rustyhowell opened 5 months ago

rustyhowell commented 5 months ago

Some of the docstrings are not being generated correctly, and are being stuffed on a single line. This makes it very difficult to read the documentation. It's probably the reason the readthedocs also doesn't look good.

If you take a look at feature_flags_api.py, line6 you can see what I'm talking about. https://github.com/launchdarkly/api-client-python/blob/main/launchdarkly_api/api/feature_flags_api.py