Skip to content

Commit 5c6c52d

Browse files
Wesley-Arringtonleios
authored andcommitted
.md fixes (#265)
- Removed a handfull of language headlines - fixed 'Example Code' size in cooley_tukey.md
1 parent 2d26edc commit 5c6c52d

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

chapters/algorithms/cooley_tukey/cooley_tukey.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ I'll definitely come back to this at some point, so let me know what you liked a
202202

203203
{% references %} {% endreferences %}
204204

205-
### Example Code
205+
## Example Code
206206

207207
To be clear, the example code this time will be complicated and requires the following functions:
208208

@@ -219,22 +219,16 @@ Note: I implemented this in Julia because the code seems more straightforward in
219219

220220
{% method %}
221221
{% sample lang="jl" %}
222-
### Julia
223222
[import, lang:"julia"](code/julia/fft.jl)
224223
{% sample lang="c" %}
225-
### C
226224
[import, lang:"c_cpp"](code/c/fft.c)
227225
{% sample lang="cpp" %}
228-
### C++
229226
[import, lang:"c_cpp"](code/c++/fft.cpp)
230227
{% sample lang="hs" %}
231-
### Haskell
232228
[import, lang:"haskell"](code/haskell/fft.hs)
233229
{% sample lang="py" %}
234-
### Python
235230
[import, lang:"python"](code/python/fft.py)
236231
{% sample lang="scratch" %}
237-
### Scratch
238232
Some rather impressive scratch code was submitted by Jie and can be found here: https://scratch.mit.edu/projects/37759604/#editor
239233
{% endmethod %}
240234

chapters/algorithms/tree_traversal/tree_traversal.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,8 @@ MainClass.java
226226
<img class="center" src="code/scratch/scratch_tree.png" />
227227
</p>
228228
{% sample lang="rs"%}
229-
### Rust
230229
[import, lang:"rust"](code/rust/tree.rs)
231230
{% sample lang="hs"%}
232-
### Haskell
233231
[import, lang:"haskell"](code/haskell/TreeTraversal.hs)
234232
{% endmethod %}
235233

chapters/algorithms/verlet_integration/verlet_integration.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,19 +188,15 @@ Submitted by Jie
188188
</p>
189189
Link: [https://scratch.mit.edu/projects/173039394/](https://scratch.mit.edu/projects/173039394/)
190190
{% sample lang="matlab" %}
191-
### Matlab
192191
[import, lang:"matlab"](code/matlab/verlet.m)
193192
{% sample lang="LabVIEW" %}
194-
### LabVIEW
195193
Submitted by P. Mekhail
196194
<p>
197195
<img class="center" src="code/labview/verlet_labview.png" />
198196
</p>
199197
{% sample lang="javascript" %}
200-
### JavaScript
201198
[import, lang:"javascript"](code/javascript/verlet.js)
202199
{% sample lang="rs" %}
203-
### Rust
204200
[import, lang:"rust"](code/rust/verlet.rs)
205201
{% endmethod %}
206202

0 commit comments

Comments
 (0)