aboutsummaryrefslogtreecommitdiff
path: root/doc/tex/biber.bib
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tex/biber.bib')
-rw-r--r--doc/tex/biber.bib36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/tex/biber.bib b/doc/tex/biber.bib
index 055ca8f..f22e058 100644
--- a/doc/tex/biber.bib
+++ b/doc/tex/biber.bib
@@ -46,6 +46,12 @@
url = {https://sabaki.yichuanshen.de}
}
+@online{keras,
+ title = {Keras: the Python deep learning API},
+ urldate = {2022},
+ url = {https://keras.io}
+}
+
@online{sl_go,
title = {Go},
organization = {Sensei's Library},
@@ -78,3 +84,33 @@
urldate = {2022},
url = {https://matplotlib.org/stable/gallery/images_contours_and_fields/image_annotated_heatmap.html}
}
+
+@online{python,
+ title = {Welcome to Python.org},
+ urldate = {2022},
+ url = {https://www.python.org}
+}
+
+@online{numpy,
+ title = {NumPy},
+ urldate = {2022},
+ url = {https://numpy.org}
+}
+
+@online{matplotlib,
+ title = {Matplotlib — Visualization with Python},
+ urldate = {2022},
+ url = {https://matplotlib.org}
+}
+
+@online{ply,
+ title = {PLY (Python Lex-Yacc)},
+ urldate = {2022},
+ url = {http://www.dabeaz.com/ply}
+}
+
+@online{neovim,
+ title = {Home - Neovim},
+ urldate = {2022},
+ url = {http://neovim.io}
+}