Skip to content

Latest commit

 

History

History
265 lines (180 loc) · 6.2 KB

index.rst

File metadata and controls

265 lines (180 loc) · 6.2 KB
.. toctree::
   :maxdepth: 3
   :glob:
   :caption: Культура и интструменты разработки

Раздел 1. Введение, подходы к программированию

.. toctree::
   :maxdepth: 3
   :glob:
   :caption: Раздел 1. Введение, подходы к программированию


Терминология

.. toctree::
   :maxdepth: 2


   educational_materials/terms/content.md

Командная строка

.. toctree::
   :maxdepth: 2

   educational_materials/bash/content.md
   educational_materials/bash/exercises.md
   educational_materials/bash/quiz.md

Система контроля версий Git

.. toctree::
   :maxdepth: 2

   educational_materials/git_base/content.md

Git как инструмент командной работы. Работа с удаленными репозиториями

.. toctree::
   :maxdepth: 2

   educational_materials/team_work_on_a_project/content.md
   educational_materials/team_work_on_a_project/exercises.md
   educational_materials/team_work_on_a_project/quiz.md

Знакомство с платформами размещения исходного кода программ на примере GitFlic

.. toctree::
   :maxdepth: 2

   educational_materials/team_work_on_a_gitflic/content.md
   educational_materials/team_work_on_a_gitflic/exercises.md
   educational_materials/team_work_on_a_gitflic/quiz.md


Среда разработки

.. toctree::
   :maxdepth: 2


   educational_materials/ide/content.md

Стили оформления кода

.. toctree::
   :maxdepth: 2

   educational_materials/styles/content.md
   educational_materials/styles/exercises.md
   educational_materials/styles/quiz.md

Польза документации на примере поиска проекта на GitHub

.. toctree::
   :maxdepth: 2

   educational_materials/github/content.md

Раздел 2. Работа над проектом

.. toctree::
   :maxdepth: 3
   :glob:
   :caption: Раздел 2. Работа над проектом

Стадии жизни проекта

.. toctree::
   :maxdepth: 2

   educational_materials/stages/content.md

Минимально полезный продукт

.. toctree::
   :maxdepth: 2

   educational_materials/mvp/content.md

UML диаграммы

.. toctree::
   :maxdepth: 2

   educational_materials/uml/content.md
   educational_materials/uml/exercises.md
   educational_materials/uml/quiz.md

Код vs. Библиотека

.. toctree::
   :maxdepth: 2

   educational_materials/code_to_lib/content.md
   educational_materials/code_to_lib/exercises.md
   educational_materials/code_to_lib/quiz.md

Основы Open Source

.. toctree::
   :maxdepth: 2

   educational_materials/open_source/content.md

Лицензии Open Source

.. toctree::
   :maxdepth: 2

   educational_materials/open_license/content.md

GitHub Pages

.. toctree::
   :maxdepth: 2

   educational_materials/github_pages/content.md
   educational_materials/github_pages/exercises.md
   educational_materials/github_pages/quiz.md

Раздел 3. Инструменты разработки

.. toctree::
   :maxdepth: 3
   :glob:
   :caption: Раздел 3. Инструменты разработки

Виртуальное окружение

.. toctree::
   :maxdepth: 2

   educational_materials/path_venv/content.md
   educational_materials/path_venv/exercises.md
   educational_materials/path_venv/quiz.md

Инструменты для создания документации

.. toctree::
   :maxdepth: 2

   educational_materials/docs/content.md
   educational_materials/docs/exercises.md
   educational_materials/docs/quiz.md

Основы тестирования

.. toctree::
   :maxdepth: 2

   educational_materials/testing/content.md
   educational_materials/testing/exercises.md
   educational_materials/testing/quiz.md

Логгирование работы приложения

.. toctree::
   :maxdepth: 2

   educational_materials/logging/content.md
   educational_materials/logging/exercises.md
   educational_materials/logging/quiz.md

Сборка проекта в pip пакет

.. toctree::
   :maxdepth: 2

   educational_materials/packaging/content.md
   educational_materials/packaging/exercises.md
   educational_materials/packaging/quiz.md

Менеджеры служб и планировщики задач

.. toctree::
   :maxdepth: 2

   educational_materials/managers/content.md
   educational_materials/managers/exercises.md
   educational_materials/managers/quiz.md

Контейнерезация с Docker

.. toctree::
   :maxdepth: 2

   educational_materials/docker_base/content.md
   educational_materials/docker_base/exercises.md
   educational_materials/docker_base/quiz.md

Дополнительные материалы

.. toctree::
   :maxdepth: 3
   :glob:
   :caption: Дополнительные материалы

Работа с сетью в Docker

.. toctree::
   :maxdepth: 2

   educational_materials/docker_network/content.md

Реестр Docker

.. toctree::
   :maxdepth: 2

   educational_materials/docker_hub/content.md