2023-09-19 15:23:12 +03:00
|
|
|
# advanced-python-homework-2023
|
|
|
|
|
2023-09-19 16:23:31 +03:00
|
|
|
advanced-python-homework-2023
|
|
|
|
|
2023-09-19 16:31:27 +03:00
|
|
|
# How to build
|
2023-09-20 01:03:06 +03:00
|
|
|
```
|
|
|
|
$ poetry install
|
|
|
|
```
|
2023-09-19 16:23:31 +03:00
|
|
|
|
2023-09-20 01:00:49 +03:00
|
|
|
# How to make docs with Sphinx
|
|
|
|
|
2023-09-20 01:02:37 +03:00
|
|
|
```
|
|
|
|
$ cd src/docs
|
|
|
|
$ make html
|
|
|
|
```
|
2023-09-20 01:00:49 +03:00
|
|
|
|
2023-09-19 16:23:31 +03:00
|
|
|
|