Remove basic2d & 3d from module list

`basic2d` and `basic3d` has been moved to nimble packages
This commit is contained in:
Oscar Nihlgård
2018-03-19 15:52:45 +01:00
committed by GitHub
parent a1879cae57
commit d8108d0449

View File

@@ -216,12 +216,6 @@ Math libraries
Floating-point environment. Handling of floating-point rounding and
exceptions (overflow, zero-devide, etc.).
* `basic2d <basic2d.html>`_
Basic 2d support with vectors, points, matrices and some basic utilities.
* `basic3d <basic3d.html>`_
Basic 3d support with vectors, points, matrices and some basic utilities.
* `mersenne <mersenne.html>`_
Mersenne twister random number generator.