You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve documentation with direct use of MkDocs (#398)
Improvements:
- Only the public API is documented
- Thanks to `mkdocstrings` with `show_submodules: no`.
- Function parameter documentation is parsed and shown in tables.
- `None` paragraphs are removed.
- This was reported at timothycrosley/pdocs#25
but hasn't been merged.
- Footer layout is fixed.
- It's currently broken with Portray, even on their own documentation
(https://timothycrosley.github.io/portray/).
- Fix list levels in table of contents on home page.
- Thanks to `mdx_truly_sane_lists`.
- Remove broken "edit" links.
Portray is great but I think we can do better by directly using MkDocs.
The new way to deploy the documentation is:
mkdocs gh-deploy
0 commit comments