From 9b41a860f74da233f6302bb09556554e395d04e3 Mon Sep 17 00:00:00 2001 From: mhostetter Date: Thu, 30 Nov 2023 08:43:25 -0500 Subject: [PATCH] Add badges to doc homepage --- docs/index.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index a924b0ac1..2c9dcbc87 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,6 +1,22 @@ .. image:: ../logo/galois-heading.png :align: center +.. raw:: html + +
+ + + + + + + + + + + +
+ The :obj:`galois` library is a Python 3 package that extends NumPy arrays to operate over finite fields. The user creates a :obj:`~galois.FieldArray` subclass using `GF = galois.GF(p**m)`. `GF` is a subclass of :obj:`numpy.ndarray`