One could have auto-generated API docs (looks like this for one of my projects) by
- enabling github-pages for the repository
- adding
- uses: leanprover-community/docgen-action@v1 to the CI script .github/workflows/lean.yml
- adding a link to the README such as
https://github.com/girving/interval/docs/
Is that worth having? Any downsides?
One could have auto-generated API docs (looks like this for one of my projects) by
- uses: leanprover-community/docgen-action@v1to the CI script.github/workflows/lean.ymlhttps://github.com/girving/interval/docs/Is that worth having? Any downsides?