Dan-wanna-M / formatron

Formatron empowers everyone to control the format of language models' output with minimal overhead.
MIT License
156 stars 6 forks source link

Make API reference more pythonic #2

Open Dan-wanna-M opened 3 months ago

Dan-wanna-M commented 3 months ago

Currently, we use doxygen and a custom doxypypy to generate API reference. This method does not generate very pythonic docs on things like @property and @classmethod. We either need more fine-grained methods to control doxygen output or find a long-term solution that ensures all the third-party solutions can always work together so that we can use things like pdoc.

Dan-wanna-M commented 2 months ago

I suspect the latter is impossible unless we are willing to lock us into a (permanently) fixed combination of integrations' versions.