Skip to content
This repository was archived by the owner on Mar 3, 2024. It is now read-only.

Commit c294fe8

Browse files
KosmKosCyberZHG
authored andcommitted
.md => .jupyter (#11)
* archive * archive * Add requirements * Convert 1.1 * Add .gitignore * Add README.md * Update travis * Update travis * Convert 1.2 * Convert ch 1 problems * Update README.md * Convert 2.1 * Convert 2.2 * Convert 2.3 * Convert ch 2 problems * Update README.md * Convert 3.1 * Convert 3.2 * Update ch 3 problems * Update README.md * Convert 4.1 * Convert 4.2 * Convert 4.3 * Convert 4.4 * Convert 4.5 * Convert 4.6 * Convert ch 4 problems * Update README.md * Convert 5.1 * Convert 5.2 * Convert 5.3 * Convert 5.4 * Convert ch 5 problems * Update README.md * Merge * Move src * Convert 8.1 * Convert 8.2 * Convert 8.4 * Convert ch 8 problems * Update summary; * Mover src * Convert 9.1 * Convert 9.2 * Convert 9.3 * Convert ch 9 problems * Update summary * Convert ch 10 * Convert ch 11 * Convert ch 12 * Convert ch 13 * Convert ch 14 * Convert ch 15 * Convert ch 16 * Convert ch 17 * Convert ch 18 * Convert ch 19 * Convert ch 20 * Convert ch 21 * Convert ch 22 * Remove ch 34 & 35 * Remove * Update summary * Convert ch 23 * Convert ch 24 * Convert ch 25 * Convert ch 26 * Convert ch 27 * Convert ch 31 * Convert ch 32 * Convert ch 33
1 parent d0f0016 commit c294fe8

File tree

370 files changed

+29492
-14705
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

370 files changed

+29492
-14705
lines changed

.gitignore

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,4 @@
1-
# Node rules:
2-
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
3-
.grunt
4-
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
8-
node_modules
9-
10-
# Book build output
11-
_book
12-
13-
# eBook build output
14-
*.epub
15-
*.mobi
16-
*.pdf
17-
18-
# Compiled
19-
*.pyc
1+
.env
2+
.ipynb_checkpoints
3+
*.pyc
4+
__pycache__

.travis.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
5-
- "3.2"
6-
- "3.3"
7-
- "3.4"
8-
- "3.5"
9-
install: pip install pycodestyle
4+
- "3.6"
5+
- "nightly"
6+
- "pypy"
7+
- "pypy3"
8+
install:
9+
- pip install pycodestyle
10+
- pip install jupyter
1011
before_script: pycodestyle --max-line-length=100 .
11-
script: sudo bash test.sh
12+
script:
13+
- find -name '*.ipynb' -not -path "*/.env/*" -exec jupyter nbconvert --to notebook {} \;
14+
- sudo bash test.sh

Appendix_A_Summations/README.md

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

Appendix_A_Summations/exercises_a.1.md

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

Appendix_A_Summations/exercises_a.2.md

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

Appendix_A_Summations/problems.md

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

Chapter_01_The_Role_of_Algorithms_in_Computing/README.md

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

0 commit comments

Comments
 (0)