Skip to content

Commit b70ed2e

Browse files
committed
Added CRTP blog link
1 parent 0a2073b commit b70ed2e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

project_report.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,15 @@ I learned about *Monte Carlo Simulations*, and how they can be used to solve
179179
challenging real life problems. I read and studied a research paper
180180
( https://cds.cern.ch/record/275743/files/CERN-68-15.pdf ), learned about
181181
particle decays, learned the insights of C++ varidiac templates,
182-
wrote a blog about CRTP ( #TODO insert blog link), learned how to compile a
182+
wrote a blog about `CRTP`_, learned how to compile a
183183
python function and why simple python functions cannot be used in
184184
multithreaded environments. Most importantly I learned how to structure
185185
a project from scratch, how important documentation and test cases are.
186186

187187

188+
.. _CRTP: https://medium.com/@deepanshu2017/a-curiously-recurring-python-d3a441a58174
189+
190+
188191
Special Thanks
189192
**************
190193

0 commit comments

Comments
 (0)