From d8108d0449ea0b403f8c315ad40485b9fe2d63c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20Nihlg=C3=A5rd?= Date: Mon, 19 Mar 2018 15:52:45 +0100 Subject: [PATCH] Remove basic2d & 3d from module list `basic2d` and `basic3d` has been moved to nimble packages --- doc/lib.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/lib.rst b/doc/lib.rst index 2e963451d7..7e622c7d43 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -216,12 +216,6 @@ Math libraries Floating-point environment. Handling of floating-point rounding and exceptions (overflow, zero-devide, etc.). -* `basic2d `_ - Basic 2d support with vectors, points, matrices and some basic utilities. - -* `basic3d `_ - Basic 3d support with vectors, points, matrices and some basic utilities. - * `mersenne `_ Mersenne twister random number generator.