advanced-python-homework-2023
Go to file
2023-09-20 01:03:06 +03:00
src build: Make sphinx 2023-09-20 00:57:45 +03:00
.DS_Store build: Make sphinx 2023-09-20 00:57:45 +03:00
.gitignore Initial commit 2023-09-19 15:23:12 +03:00
LICENSE Initial commit 2023-09-19 15:23:12 +03:00
poetry.lock build: Make sphinx 2023-09-20 00:57:45 +03:00
pyproject.toml build: Make sphinx 2023-09-20 00:57:45 +03:00
README.md poetry install in code block 2023-09-20 01:03:06 +03:00

advanced-python-homework-2023

advanced-python-homework-2023

How to build

$ poetry install

How to make docs with Sphinx

$ cd src/docs
$ make html