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`