======================
Drinfeld Modular Forms
======================

This is a SageMath package for computing with Drinfeld modular forms and their
expansion at infinity.

This work is licensed under a `GNU General Public License <https://www.gnu.org/licenses/>`_.

Installation
============

To install this package, you should first obtain the source code from the
`Github repo <https://github.com/DavidAyotte/drinfeld_modular_forms>`_.

Next, you have to run following command inside the project's folder::

   sage -pip install --upgrade --no-index -v .

If any updates are made to the package, then you have to pull them from
the repo and run the above command again.

The package has been tested on SageMath version 9.8 and higher. It is
not guaranteed to work on previous versions.

Table of Contents
=================

.. toctree::
   :maxdepth: 2

   background
   ring
   element
   expansions
   goss_polynomials
   drinfeld_modules


Indices and Tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
