Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,4 @@ content/mooreslaw_regression*
content/tutorial-x-ray-image-processing/xray_image.gif
content/video
content/*ipynb
content/tutorial-nlp-from-scratch/parameters.npy
content/tutorial-nlp-from-scratch/*ipynb
content/x_y-squared*
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ or navigate to any of the documents listed below and download it individually.
7. [Tutorial: Masked Arrays](content/tutorial-ma.md)
8. [Tutorial: Static Equilibrium](content/tutorial-static_equilibrium.md)
9. [Tutorial: Plotting Fractals](content/tutorial-plotting-fractals.ipynb)
10. [Tutorial: NumPy natural language processing from scratch with a focus on ethics](content/tutorial-nlp-from-scratch.md)
11. [Tutorial: Analysing the impact of the lockdown on air quality in Delhi, India](content/tutorial-air-quality-analysis.md)


Expand Down
1,061 changes: 0 additions & 1,061 deletions content/tutorial-nlp-from-scratch.md

This file was deleted.

68 changes: 0 additions & 68 deletions content/tutorial-nlp-from-scratch/README.md

This file was deleted.

Binary file not shown.
113 changes: 0 additions & 113 deletions content/tutorial-nlp-from-scratch/speeches.csv

This file was deleted.

1 change: 0 additions & 1 deletion ignore_testing
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
content/tutorial-deep-reinforcement-learning-with-pong-from-pixels.md
content/pairing.md
content/tutorial-style-guide.md
content/tutorial-nlp-from-scratch.md
1 change: 0 additions & 1 deletion site/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
'Thumbs.db',
'.DS_Store',
'notebooks',
'content/tutorial-nlp-from-scratch/README.md',
]

# MyST-NB configuration
Expand Down