From 52debe6a04190b52ec0cefd7e5c14d2ea39dc932 Mon Sep 17 00:00:00 2001 From: Christopher Lang Date: Sun, 8 May 2022 21:49:30 +0100 Subject: [PATCH] improve docs index --- docs/source/index.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 38c9e37..a01c96b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -6,13 +6,14 @@ cglm Documentation ================================ -**cglm** is optimized 3D math library written in C99 (compatible with C89). -It is similar to original **glm** library except this is mainly for **C** +**cglm** is an optimized 3D math library written in C99 (compatible with C89). +It is similar to the original **glm** library, except **cglm** is mainly for +**C**. -This library stores matrices as column-major order but in the future row-major -is considered to be supported as optional. +**cglm** stores matrices as column-major order but in the future row-major is +considered to be supported as optional. -Also currently only **float** type is supported for most operations. +Currently only **float** type is supported for most operations. .. toctree:: :maxdepth: 2 @@ -46,8 +47,8 @@ Also currently only **float** type is supported for most operations. troubleshooting -Indices and tables -================== +Indices and Tables: +=================== * :ref:`genindex` * :ref:`modindex`