commit b8512c8b9912d5796a4c4e642f33138472ffab19 parent 263766c683254e806db06bb7b6b83db15602b5e9 Author: Yuval Langer <yuval.langer@gmail.com> Date: Sat, 15 Jan 2022 01:00:37 +0200 Add about page and mark weave as insanely obsolete. Diffstat:
M | README.md | | | 14 | +++++++++----- |
A | content/pages/README.md | | | 2 | ++ |
M | content/pages/weave.md | | | 2 | +- |
3 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md @@ -1,10 +1,14 @@ +title: About. + commonly-forgotten ================== I forget, so I write. -* [scipy.weave](Pages/Weave) -* [command line](Pages/Commands) -* [Python versus C](Pages/python-versus-c) -* [Vim](Pages/Vim) -* [Words](Pages/Words) +Main repository: + +https://codeberg.org/yuvallangerontheroad/commonly-forgotten + +Mirror repositories: + +https://gitlab.com/yuvallangerontheroad/commonly-forgotten diff --git a/content/pages/README.md b/content/pages/README.md @@ -0,0 +1 @@ +README.md +\ No newline at end of file diff --git a/content/pages/weave.md b/content/pages/weave.md @@ -1,4 +1,4 @@ -title: Weave stuff. +title: Weave stuff. (insanely obsolete) # Accessing an array and its metadata through C/C++ in *scipy.weave.inline()*