Pull python docs from python folders into docusaurus #724
Labels
documentation
Improvements/bugs/changes to documentation
enhancement
Feature requests or improvements
Python
In each python directory, you can generate Markdown docs (including autodoc'd python modules) by running:
make -C ./docs markdown
We should hook this into the docusaurus build to have up-to-date python API docs.
The text was updated successfully, but these errors were encountered: