From 65a7c249fb1d0c1a4b09880759b8a41ae9dae9b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez=20Cordero?= Date: Mon, 27 Sep 2021 19:31:38 +0200 Subject: [PATCH] Readme Folder Structure (#253) Signed-off-by: ahcorde --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b393a03f0..613afd075 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ ign-math ├── include/ignition/math Header files. ├── src Source files and unit tests. │   └── graph Source files for the graph classes. +│   └── python SWIG Python interfaces. +│   └── ruby SWIG Ruby interfaces. ├── eigen3 Files for Eigen component. ├── test │ ├── integration Integration tests.