/ galgebra / __init__.py
__init__.py
 1  r"""
 2  .. currentmodule:: galgebra
 3  
 4  ========================================
 5  galgebra (:mod:`galgebra`)
 6  ========================================
 7  
 8  A module for geometric algebra.
 9  
10  Submodules
11  ==========
12  
13  .. autosummary::
14      :toctree: generated
15  
16      metric
17      ga
18      mv
19      lt
20      dop
21      atoms
22      printer
23      gprinter
24      utils
25  
26  .. note::
27  
28      Some functions may be better documented by the original non-generated docs
29      on the :doc:`module-components` page, but there is a risk the descriptions
30      there are outdated.
31  
32      If you would like to help with merging the descriptions here with a
33      description on that page, please head over to :issue:`300` on GitHub, where
34      there's an explanation of how to do so. Even merging just one function
35      explanation helps!
36  """
37  
38  from ._version import __version__  # noqa: F401
39  from .interop import Cl  # noqa: F401