1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
EinsteinPy API
==============
Welcome to the API documenatation of EinsteinPy. Please navigate through the given modules to get to
know the API of the classes and methods. If you find anything missing, please open an `issue in the repo`_ .
.. _`issue in the repo` : https://github.com/einsteinpy/einsteinpy
.. graphviz::
digraph {
"einsteinpy" -> "integrators", "metric", "utils", "plotting", "constant", "units", "coordinates", "geodesic", "bodies", "hypersurface", "symbolic", "rays"
}
.. toctree::
:hidden:
:maxdepth: 2
integrators/integrators_index
metric/metric_index
symbolic/symbolic_index
hypersurface/hypersurface_index
rays/rays_index
utils/utils_index
plotting/plotting_index
coordinates/coordinates_index
constant
units
bodies
geodesic/geodesic_index
examples
|