Pdoc
poetry | pdoc ¶
Python project location (path to the
pyproject.tomlfolder).Package namespace.
Generates Python package documentation via pdoc.
Important
Assumes the following Project folder structure:
Inputs: ¤
| Name | Description |
|---|---|
working-directory
¤
|
Python project location (path to the |
package-namespace
¤
|
Package namespace. |
project-summary
¤
|
A brief summary of the project for display in the live docs footer. |
logo-url
¤
|
URL or path to an icon to display as the package logo. |
favicon-url
¤
|
URL or path to a favicon to display in live documentation. |