File: index.rst

package info (click to toggle)
einsteinpy 0.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 40,712 kB
  • sloc: python: 8,196; makefile: 146
file content (32 lines) | stat: -rw-r--r-- 855 bytes parent folder | download | duplicates (2)
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