Skip to content

Commit 1765933

Browse files
authored
Implement flat hierarchy. Fix some broken links. (#242)
* Implement flat hierarchy. Fix some broken links. * Delete "Runge Kutta Methods" chapter for now. * Delete Runge Kutta chapter from summary and therefore fix a dead link. Move all algorithm chapter dirs into an "algorithms" folder. * Add redirects to support old links.
1 parent f756855 commit 1765933

File tree

204 files changed

+205
-67
lines changed

Some content is hidden

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

204 files changed

+205
-67
lines changed

README.md

Lines changed: 1 addition & 1 deletion

SUMMARY.md

Lines changed: 34 additions & 35 deletions

book.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"wordcount",
99
"api-language-selector",
1010
"include-codeblock",
11-
"ga"
11+
"ga",
12+
"bulk-redirect"
1213
],
1314
"lunr": {
1415
"maxIndexSize": 1000000000
@@ -18,6 +19,10 @@
1819
"fixlang": true,
1920
"unindent": true
2021
},
22+
"bulk-redirect": {
23+
"basepath": "/",
24+
"redirectsFile": "redirects.json"
25+
},
2126
"ga": {
2227
"token": "UA-118252470-1"
2328
},

chapters/differential_equations/euler/backward_euler.md renamed to chapters/algorithms/backward_euler_method/backward_euler_method.md

Lines changed: 1 addition & 1 deletion

chapters/physics_solvers/barnes_hut.md renamed to chapters/algorithms/barnes_hut_algorithm/barnes_hut_algorithm.md

Lines changed: 1 addition & 1 deletion

chapters/convolutions/convolutions.md renamed to chapters/algorithms/convolutions/convolutions.md

Lines changed: 1 addition & 1 deletion

chapters/differential_equations/euler/euler.md renamed to chapters/algorithms/forward_euler_method/forward_euler_method.md

Lines changed: 7 additions & 7 deletions

chapters/computational_geometry/gift_wrapping/graham_scan/graham_scan.md renamed to chapters/algorithms/graham_scan/graham_scan.md

Lines changed: 1 addition & 1 deletion

chapters/data_compression/huffman/huffman.md renamed to chapters/algorithms/huffman_encoding/huffman_encoding.md

Lines changed: 2 additions & 2 deletions

chapters/physics_solvers/quantum/split-op/split-op.md renamed to chapters/algorithms/split-operator_method/split-operator_method.md

Lines changed: 4 additions & 4 deletions

0 commit comments

Comments
 (0)