advanced-python-homework-20.../README.md
2023-09-28 23:15:47 +03:00

20 lines
351 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# advanced-python-homework-2023
# Окружение
Чтобы развернуть окружение для разработки с помощью conda:
conda env create -f environment.yml
conda activate scada-marmi
# Sphinx
sphinx-quickstart docs
sphinx-build -M html docs/source/ docs/build/
cd docs
./make html