Skip to content

Commit 32951c5

Browse files
committed
Merged the preface chapter into a single file
1 parent 401a9bc commit 32951c5

7 files changed

+218
-227
lines changed

.gitignore

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Node rules:
2-
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
2+
## Grunt intermediate storage
33
.grunt
44

5-
## Dependency directory
6-
## Commenting this out is preferred by some people, see
7-
## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
5+
## NPM dependency directory
86
node_modules
97

108
# Book build output
@@ -17,19 +15,12 @@ _book
1715

1816
**/*.DS_Store
1917

20-
# Speedy-Git & ShadowGit files
21-
Speedy-Git.bat
22-
Shadow-Git.rb
23-
2418
# VScode
2519
.vscode/*
2620
!.vscode/settings.json
2721
!.vscode/tasks.json
2822
!.vscode/launch.json
2923
!.vscode/extensions.json
30-
/resources/Prepress-Scripts/Prepress-Book-in-MS-Word/obj
31-
/resources/Prepress-Scripts/Prepress-Book-in-MS-Word/.vs
32-
/resources/Prepress-Scripts/Prepress-Book-in-MS-Word/bin
3324

3425
# PyCharm
3526
.idea/*

SUMMARY.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
* [Book "Programming Basics" with Python](README.md)
22
* [Preface](chapter-00-preface.md)
3-
* [About SoftUni and SoftUni Judge](/chapter-00.1-about-softuni.md)
4-
* [How to Become a Software Developer?](chapter-00.2-how-to-become-a-programmer.md)
5-
* [More About the Book](chapter-00.3-about-the-book.md)
63
* [1. First Steps in Programming](chapter-01-first-steps-in-programming.md)
74
* [2.1. Simple Calculations](chapter-02-simple-calculations.md)
85
* [2.2. Simple Calculations – Exam Problems](chapter-02-simple-calculations-exam-problems.md)

book.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"files": [
2525
"./assets/js/repl.it-code-runner.js",
2626
"./assets/js/video.js",
27-
"./assets/js/top-menu.js",
28-
"./assets/js/modal-popup.js"
27+
"./assets/js/top-menu.js"
2928
]
3029
}
3130
},

chapter-00-preface.md

Lines changed: 215 additions & 1 deletion
Large diffs are not rendered by default.

chapter-00.1-about-softuni.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

chapter-00.2-how-to-become-a-programmer.md

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)