Skip to content

Commit 58e9867

Browse files
authored
Merge pull request #77 from gperdrizet/dev
Re-organized notebooks
2 parents ed4c707 + 0cfb139 commit 58e9867

32 files changed

+5
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
__pycache__
2+
*.ipynb_checkpoints
13
.venv
24
.vscode

docs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ _site
44
.jekyll-metadata
55
Gemfile.lock
66
vendor
7+
notebooks

docs/notebooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ permalink: /notebooks/
3333
<img src="https://raw.githubusercontent.com/FortAwesome/Font-Awesome/refs/heads/6.x/svgs/brands/github.svg" width="15" height="15">
3434
</a>
3535
{% else %}
36-
<a href="https://github.com/gperdrizet/FSA_devops/blob/main/notebooks/unit{{ unit.number }}/{{ notebook.file }}">
36+
<a href="https://github.com/gperdrizet/FSA_devops/blob/main/notebooks/unit{{ unit.number }}/lesson_{{ lesson.number }}/{{ notebook.file }}">
3737
<img src="https://raw.githubusercontent.com/FortAwesome/Font-Awesome/refs/heads/6.x/svgs/brands/github.svg" width="15" height="15">
3838
</a>
3939
{% endif %}
4040
</td>
4141
<td style="text-align: center;">
42-
<a href="https://gperdrizet.github.io/FSA_devops/assets/notebooks/unit{{ unit.number }}/{{ notebook.file }}" download>
42+
<a href="https://gperdrizet.github.io/FSA_devops/assets/notebooks/unit{{ unit.number }}/lesson_{{ lesson.number }}/{{ notebook.file }}" download>
4343
<img src="https://raw.githubusercontent.com/FortAwesome/Font-Awesome/refs/heads/6.x/svgs/solid/download.svg" width="15" height="15">
4444
</a>
4545
</td>
File renamed without changes.

notebooks/unit1/Lesson_04_activity_solution.ipynb renamed to notebooks/unit1/lesson_04/Lesson_04_activity_solution.ipynb

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

notebooks/unit1/Lesson_05_activity_solution.ipynb renamed to notebooks/unit1/lesson_05/Lesson_05_activity_solution.ipynb

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)