Skip to content

Commit

Permalink
update reference manual
Browse files Browse the repository at this point in the history
  • Loading branch information
xcaruso committed Aug 13, 2023
1 parent 0ed7061 commit d1ab521
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
28 changes: 22 additions & 6 deletions src/doc/en/reference/drinfeld_modules/index.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
Drinfeld modules
====================================
*************************************
Drinfeld modules and Anderson motives
*************************************

SageMath include facilities to manipulate Drinfeld modules and Anderson motives.
The main entry points are the classes
:class:`sage.rings.function_field.drinfeld_modules.drinfeld_module.DrinfeldModule`
and
:class:`sage.rings.function_field.drinfeld_modules.anderson_motive.AndersonMotive`.

SageMath include facilities to manipulate Drinfeld modules and their morphisms. The
main entry point is the class
:class:`sage.rings.function_field.drinfeld_modules.drinfeld_module.DrinfeldModule`.

Drinfeld modules
----------------
================

Constructors
------------

.. toctree::
:maxdepth: 2
Expand Down Expand Up @@ -39,4 +46,13 @@ The category of Drinfeld modules

sage/categories/drinfeld_modules

Anderson motives
================

.. toctree::
:maxdepth: 2

sage/rings/function_field/drinfeld_modules/anderson_motive


.. include:: ../footer.txt
2 changes: 1 addition & 1 deletion src/doc/en/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Number Fields, Function Fields, and Valuations
* :doc:`Number Fields <number_fields/index>`
* :doc:`Function Fields <function_fields/index>`
* :doc:`Discrete Valuations <valuations/index>`
* :doc:`Drinfeld Modules <drinfeld_modules/index>`
* :doc:`Drinfeld Modules and Anderson motives <drinfeld_modules/index>`

Number Theory
-------------
Expand Down

0 comments on commit d1ab521

Please sign in to comment.