Polished up documentation

This commit is contained in:
Cian Hughes
2023-11-07 13:43:26 +00:00
parent 4c59e9a607
commit e0e23c7b9b
16 changed files with 356 additions and 9 deletions
+4
View File
@@ -19,6 +19,8 @@ docker = "^6.1.3"
requests = "^2.31.0"
gitpython = "^3.1.40"
fsspec = "^2023.10.0"
mkdocs-git-revision-date-localized-plugin = "^1.2.1"
mkdocs-material = {extras = ["all"], version = "^9.4.8"}
[tool.poetry.group.dev.dependencies]
@@ -32,10 +34,12 @@ 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"}
mkdocs-material = "^9.4.8"
[tool.poetry.scripts]
node_deployer = "node_deployer.__main__:main"
debug_node_deployer = "node_deployer.__main__:debug"
build_docs = "scripts.docs:main"
[build-system]
requires = ["poetry-core"]