diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-03-19 20:43:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-19 20:43:46 +0000 |
commit | a581118d0e5d809bb966b4dbe669ac9bd974638e (patch) | |
tree | 8600cb169687a25e922e882f10e221b9e2a8ba14 | |
parent | d738ed9c927a881e6ffc7d21c4a87197f6689283 (diff) | |
parent | d8108d0449ea0b403f8c315ad40485b9fe2d63c5 (diff) | |
download | Nim-a581118d0e5d809bb966b4dbe669ac9bd974638e.tar.gz |
Merge pull request #7368 from GULPF/patch-2
Remove basic2d & 3d from module list
-rw-r--r-- | doc/lib.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/lib.rst b/doc/lib.rst index 2e963451d..7e622c7d4 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 <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. |