Skip to content

Commit 8934ea9

Browse files
committed
Rm meta/references to nlp tutorial.
1 parent c1afea5 commit 8934ea9

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,4 @@ content/mooreslaw_regression*
9999
content/tutorial-x-ray-image-processing/xray_image.gif
100100
content/video
101101
content/*ipynb
102-
content/tutorial-nlp-from-scratch/parameters.npy
103-
content/tutorial-nlp-from-scratch/*ipynb
104102
content/x_y-squared*

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ or navigate to any of the documents listed below and download it individually.
2424
7. [Tutorial: Masked Arrays](content/tutorial-ma.md)
2525
8. [Tutorial: Static Equilibrium](content/tutorial-static_equilibrium.md)
2626
9. [Tutorial: Plotting Fractals](content/tutorial-plotting-fractals.ipynb)
27-
10. [Tutorial: NumPy natural language processing from scratch with a focus on ethics](content/tutorial-nlp-from-scratch.md)
2827
11. [Tutorial: Analysing the impact of the lockdown on air quality in Delhi, India](content/tutorial-air-quality-analysis.md)
2928

3029

ignore_testing

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
content/tutorial-deep-reinforcement-learning-with-pong-from-pixels.md
22
content/pairing.md
33
content/tutorial-style-guide.md
4-
content/tutorial-nlp-from-scratch.md

site/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
'Thumbs.db',
4444
'.DS_Store',
4545
'notebooks',
46-
'content/tutorial-nlp-from-scratch/README.md',
4746
]
4847

4948
# MyST-NB configuration

0 commit comments

Comments
 (0)