Add technical documentation for the package
- use sphinx to document the developed package - create a nox session "docs" that builds the docs - include a skeleton in the docs/ folder + how to install the package + how to use nox + license
This commit is contained in:
parent
126dcf7c39
commit
882226f0a9
9 changed files with 503 additions and 3 deletions
|
|
@ -55,5 +55,9 @@ pytest = "^6.0.1"
|
|||
pytest-cov = "^2.10.0"
|
||||
xdoctest = { version="^0.13.0", extras=["optional"] }
|
||||
|
||||
# Documentation
|
||||
sphinx = "^3.1.2"
|
||||
sphinx-autodoc-typehints = "^1.11.0"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
umd = "urban_meal_delivery.console:main"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue