[docs] Automatically generate docs
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- mjbonifa changed title from Automatically generate docs and format python code to Automatically generate docs
changed title from Automatically generate docs and format python code to Automatically generate docs
- mjbonifa changed the description
changed the description
- mjbonifa changed title from Automatically generate docs to [docs] Automatically generate docs
changed title from Automatically generate docs to [docs] Automatically generate docs
- mjbonifa changed the description
changed the description
- mjbonifa created branch
12-docs-automatically-generate-docs
to address this issuecreated branch
12-docs-automatically-generate-docs
to address this issue Not complete
- pdoc only generates a nice html and needs a converter
pdoc -o docs/api -d markdown --docformat markdown --include-undocumented acmc
- pydocs-markdown generates basic markdown in a single file
pydoc-markdown > docs/api.md
- mkdocs only generates md dynamically and would need a concept from html
spynix is a more advanced option
- pdoc only generates a nice html and needs a converter
- mjbonifa reopened
reopened
Please register or sign in to reply