tudat-team / tudat-multidoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate stub files from API docstrings and disseminate them via Conda

FilippoOggionni opened this issue · comments

While autocomplete is working on different IDEs (see tudat-team/tudatpy#22), we could also think of generating our own stub files for tudatpy - we already have the content from the API reference - and disseminate them through conda.

Low priority for now but it should not be difficult to implement, as we can simply reuse the content written for the API.

See tudat-team/tudatpy#22 for more details.

Is this still relevant? With the autocomplete working, perhaps we can close this.

I think this is still relevant. For now, we have the autocomplete working, but the next step would be the have all the documentation currently in the API reference website also available locally. This can be done by using the content of the API docstring to generate stubs and disseminate them through conda. Not super important, but it would be elegant to have it locally as well 🙂