From 4a270aa90227c57620dad31c1362d8e65caecefa Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Thu, 1 Oct 2020 01:47:34 +0300 Subject: [PATCH 1/2] Rename Exercises to Practice --- Archive/2019-2020/IP9X.md | 2 +- Courses/Fundamentals.md | 2 +- {Exercises => Practice}/SEF1.ru.md | 0 {Exercises => Practice}/SEF3.ru.md | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename {Exercises => Practice}/SEF1.ru.md (100%) rename {Exercises => Practice}/SEF3.ru.md (100%) diff --git a/Archive/2019-2020/IP9X.md b/Archive/2019-2020/IP9X.md index 534d556..fc576be 100644 --- a/Archive/2019-2020/IP9X.md +++ b/Archive/2019-2020/IP9X.md @@ -8,7 +8,7 @@ - Автор: https://github.com/tshemsedinov - Канал в телеграме: https://t.me/HowProgrammingWorks - Группа (чат): https://t.me/Programming_IP9X -- Задачи по курсу: https://github.com/HowProgrammingWorks/Index/blob/master/Exercises/SEF1.ru.md +- Задачи по курсу: https://github.com/HowProgrammingWorks/Index/blob/master/Practice/SEF1.ru.md - Словарь терминов: https://github.com/HowProgrammingWorks/Dictionary ## Программа на 1й семестр 2019-2020 diff --git a/Courses/Fundamentals.md b/Courses/Fundamentals.md index 71cab22..0c4dc8e 100644 --- a/Courses/Fundamentals.md +++ b/Courses/Fundamentals.md @@ -7,7 +7,7 @@ - Автор: https://github.com/tshemsedinov - Канал в телеграме: https://t.me/HowProgrammingWorks - Группа (чат): https://t.me/Programming_IP9X -- Задачи по курсу: https://github.com/HowProgrammingWorks/Index/blob/master/Exercises/SEF1.ru.md +- Задачи по курсу: https://github.com/HowProgrammingWorks/Index/blob/master/Practice/SEF1.ru.md - Словарь терминов: https://github.com/HowProgrammingWorks/Dictionary ## Модуль SEF1 diff --git a/Exercises/SEF1.ru.md b/Practice/SEF1.ru.md similarity index 100% rename from Exercises/SEF1.ru.md rename to Practice/SEF1.ru.md diff --git a/Exercises/SEF3.ru.md b/Practice/SEF3.ru.md similarity index 100% rename from Exercises/SEF3.ru.md rename to Practice/SEF3.ru.md From 1e241090b26589434a92af96c5c0be8399e8042b Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Thu, 1 Oct 2020 01:51:53 +0300 Subject: [PATCH 2/2] Add practice index --- Practice/Index.md | 6 ++++++ README.md | 1 + 2 files changed, 7 insertions(+) create mode 100644 Practice/Index.md diff --git a/Practice/Index.md b/Practice/Index.md new file mode 100644 index 0000000..16e6f46 --- /dev/null +++ b/Practice/Index.md @@ -0,0 +1,6 @@ +# Практика и проекты + +- Модуль [SEF1](SEF1.ru.md) (1 курс, 1 семестр) +- Модуль SEF2 (1 курс, 2 семестр) +- Модуль [SEF3](SEF3.ru.md) (2 курс, 1 семестр) +- Модуль SEF4 (2 курс, 2 семестр) diff --git a/README.md b/README.md index 8d4b287..bad299c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ - [Индекс каналов и групп сообщества Метархия](Links.md) - [Индекс докладов на конференциях](Courses/Talks.md) +- [Индекс практических заданий](Practice/Index.md) ## Последовательная программа