From 82ba1f0f454a42a1ff74223569f1d57dd19de6a3 Mon Sep 17 00:00:00 2001 From: ermakov-ad Date: Fri, 29 Sep 2023 15:16:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=201=5Fhw/README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1_hw/README.md | 56 +++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/1_hw/README.md b/1_hw/README.md index a5b0990..36bca51 100644 --- a/1_hw/README.md +++ b/1_hw/README.md @@ -1,29 +1,29 @@ -# Test package - -# Sequence of commands for creating a virtual environment: ->> mkdir YOUR_PACKAGE_NAME ->> cd YOUR_PACKAGE_NAME ->> touch __init__.py ->> cd .. ->> touch pyproject.toml ->> open pyproject.toml -... ->> touch LICENSE ->> open LICENSE -... ->> touch README.md ->> open README.md -... ->> python3 -m build - -# Creating documentation using sphinx: ->> mkdir docs ->> cd docs ->> sphinx-quickstart ->> ... ->> touch views.py ->> open views.py ->> ... ->> cd source ->> open index.rst +# Test package + +## Sequence of commands for creating a virtual environment: +>> mkdir YOUR_PACKAGE_NAME +>> cd YOUR_PACKAGE_NAME +>> touch __init__.py +>> cd .. +>> touch pyproject.toml +>> open pyproject.toml +... +>> touch LICENSE +>> open LICENSE +... +>> touch README.md +>> open README.md +... +>> python3 -m build + +## Creating documentation using sphinx: +>> mkdir docs +>> cd docs +>> sphinx-quickstart +>> ... +>> touch views.py +>> open views.py +>> ... +>> cd source +>> open index.rst >> ... \ No newline at end of file