adding docs

This commit is contained in:
Anirban Kar
2024-11-24 22:47:12 +05:30
parent 7fc8e40c03
commit a1fc7a75e5
55 changed files with 9474 additions and 0 deletions

15
docs/pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[tool.poetry]
name = "docs"
version = "0.1.0"
description = ""
authors = ["Anirban Kar <thecodacus@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
mkdocs-material = "^9.5.45"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"