Automatic documentation via mkdocstrings

This commit is contained in:
Cian Hughes
2023-11-06 17:52:59 +00:00
parent a42bc728f6
commit 51c15fda3a
6 changed files with 107 additions and 4 deletions
+4 -1
View File
@@ -1,9 +1,11 @@
[tool.poetry]
name = "i-form-server-node-deployer"
version = "0.1.0"
description = ""
description = "A tool for automatically deploying nodes in a cluster server for research environments."
urls={github = "https://github.com/Cian-H/I-Form_Server_Node_Deployer"}
authors = ["Cian Hughes <cian.hughes@dcu.ie>"]
readme = "README.md"
license = "MIT"
packages = [
{include = "node_deployer", from = "src"},
]
@@ -29,6 +31,7 @@ docker-stubs = {git = "https://github.com/rdozier-work/docker-stubs"}
[tool.poetry.group.docs.dependencies]
mkdocs = "^1.5.3"
mkdocstrings = {extras = ["python"], version = "^0.23.0"}
[tool.poetry.scripts]
node_deployer = "node_deployer.__main__:main"