** Description
Welcome to Literate Programming Tutorials! The goal of this repository is to provide a curated list of open source tutorials and resources related to the Literate Programming Paradigm[fn:1].
** Tutorials
*** Literate Programming using org-mode
**** How-To
The =How-To= tutorials provide enough details to complete a small project.
#+BEGIN_SRC bash :exports results :results drawer replace
ROOT_DIR='how-to'
for dir in `ls -1 ${ROOT_DIR}`; do
echo "- [[file:${ROOT_DIR}/${dir}][${dir}]]"
done
#+END_SRC
#+RESULTS:
:RESULTS:
- [[file:how-to/00-convert-latex-template-into-org-mode-template][00-convert-latex-template-into-org-mode-template]]
- [[file:how-to/01-assassinate-the-archbishop-of-canterbury-in-1170-ce][01-assassinate-the-archbishop-of-canterbury-in-1170-ce]]
:END:
** Useful Resources
*** noweb
*** org-mode
** Project Files
[fn:1] [[https://en.wikipedia.org/w/index.php?title=Literate_programming&oldid=866590640]]