.. _module-docs:

SymPy Modules Reference
=======================

Because every feature of SymPy must have a test case, when you are not sure how
to use something, just look into the ``tests/`` directories, find that feature
and read the tests for it, that will tell you everything you need to know.

Most of the things are already documented though in this document, that is
automatically generated using SymPy's docstrings.

Click the  "modules" (:ref:`modindex`) link in the top right corner to easily
access any SymPy module, or use this contens:

.. toctree::
   :maxdepth: 2

   core.txt
   concrete.txt
   evalf.txt
   functions.txt
   geometry.txt
   galgebra/GA/GAsympy.txt
   galgebra/latex_ex/latex_ex.txt
   integrals.txt
   logic.txt
   matrices.txt
   mpmath/index.txt
   polys/index.txt
   printing.txt
   plotting.txt
   assumptions.txt
   rewriting.txt
   series.txt
   simplify/simplify.txt
   simplify/hyperexpand.txt
   statistics.txt
   solvers/ode.txt
   solvers/solvers.txt
   tensor.txt
   utilities/index.txt

Contributions to docs
---------------------

All contributions are welcome. If you'd like to improve something, look into
the sources if they contain the information you need (if not, please fix them),
otherwise the documentation generation needs to be improved (look in the
``doc/`` directory).

