Skip to content

Commit

Permalink
fixed api documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
syp2001 committed Sep 5, 2023
1 parent 20eb66a commit 1fcee22
Show file tree
Hide file tree
Showing 60 changed files with 774 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ instance/

# Sphinx documentation
docs/_build/
_autosummary/

# PyBuilder
.pybuilder/
Expand Down
32 changes: 32 additions & 0 deletions docs/source/_autosummary/kerrgeopy.bound_orbit.BoundOrbit.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
BoundOrbit
==========

.. currentmodule:: kerrgeopy.bound_orbit

.. autoclass:: BoundOrbit
:members:
:show-inheritance:
:inherited-members:


.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~BoundOrbit.__init__
~BoundOrbit.animate
~BoundOrbit.constants_of_motion
~BoundOrbit.is_visible
~BoundOrbit.mino_frequencies
~BoundOrbit.observer_frequencies
~BoundOrbit.plot
~BoundOrbit.trajectory






31 changes: 31 additions & 0 deletions docs/source/_autosummary/kerrgeopy.bound_orbit.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
bound\_orbit
============

.. automodule:: kerrgeopy.bound_orbit











.. rubric:: Classes

.. autosummary::
:toctree:
:template: custom-class-template.rst

BoundOrbit









Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
polar\_solutions
================

.. currentmodule:: kerrgeopy.bound_solutions

.. autofunction:: polar_solutions
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
radial\_solutions
=================

.. currentmodule:: kerrgeopy.bound_solutions

.. autofunction:: radial_solutions
32 changes: 32 additions & 0 deletions docs/source/_autosummary/kerrgeopy.bound_solutions.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
bound\_solutions
================

.. automodule:: kerrgeopy.bound_solutions







.. rubric:: Functions

.. autosummary::
:toctree:
:template: custom-base-template.rst

polar_solutions
radial_solutions













Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
angular\_momentum
=================

.. currentmodule:: kerrgeopy.constants

.. autofunction:: angular_momentum
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
carter\_constant
================

.. currentmodule:: kerrgeopy.constants

.. autofunction:: carter_constant
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
constants\_of\_motion
=====================

.. currentmodule:: kerrgeopy.constants

.. autofunction:: constants_of_motion
6 changes: 6 additions & 0 deletions docs/source/_autosummary/kerrgeopy.constants.energy.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
energy
======

.. currentmodule:: kerrgeopy.constants

.. autofunction:: energy
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
fast\_separatrix
================

.. currentmodule:: kerrgeopy.constants

.. autofunction:: fast_separatrix
6 changes: 6 additions & 0 deletions docs/source/_autosummary/kerrgeopy.constants.is_stable.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
is\_stable
==========

.. currentmodule:: kerrgeopy.constants

.. autofunction:: is_stable
39 changes: 39 additions & 0 deletions docs/source/_autosummary/kerrgeopy.constants.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
constants
=========

.. automodule:: kerrgeopy.constants







.. rubric:: Functions

.. autosummary::
:toctree:
:template: custom-base-template.rst

angular_momentum
carter_constant
constants_of_motion
energy
fast_separatrix
is_stable
scale_constants
separatrix
valid_params













Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
scale\_constants
================

.. currentmodule:: kerrgeopy.constants

.. autofunction:: scale_constants
6 changes: 6 additions & 0 deletions docs/source/_autosummary/kerrgeopy.constants.separatrix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
separatrix
==========

.. currentmodule:: kerrgeopy.constants

.. autofunction:: separatrix
6 changes: 6 additions & 0 deletions docs/source/_autosummary/kerrgeopy.constants.valid_params.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
valid\_params
=============

.. currentmodule:: kerrgeopy.constants

.. autofunction:: valid_params
6 changes: 6 additions & 0 deletions docs/source/_autosummary/kerrgeopy.frequencies.gamma.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
gamma
=====

.. currentmodule:: kerrgeopy.frequencies

.. autofunction:: gamma
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
mino\_frequencies
=================

.. currentmodule:: kerrgeopy.frequencies

.. autofunction:: mino_frequencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
observer\_frequencies
=====================

.. currentmodule:: kerrgeopy.frequencies

.. autofunction:: observer_frequencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
phi\_frequency
==============

.. currentmodule:: kerrgeopy.frequencies

.. autofunction:: phi_frequency
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
r\_frequency
============

.. currentmodule:: kerrgeopy.frequencies

.. autofunction:: r_frequency
36 changes: 36 additions & 0 deletions docs/source/_autosummary/kerrgeopy.frequencies.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
frequencies
===========

.. automodule:: kerrgeopy.frequencies







.. rubric:: Functions

.. autosummary::
:toctree:
:template: custom-base-template.rst

gamma
mino_frequencies
observer_frequencies
phi_frequency
r_frequency
theta_frequency













Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
theta\_frequency
================

.. currentmodule:: kerrgeopy.frequencies

.. autofunction:: theta_frequency
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
gamma\_from\_constants
======================

.. currentmodule:: kerrgeopy.frequencies_from_constants

.. autofunction:: gamma_from_constants
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
mino\_frequencies\_from\_constants
==================================

.. currentmodule:: kerrgeopy.frequencies_from_constants

.. autofunction:: mino_frequencies_from_constants
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
observer\_frequencies\_from\_constants
======================================

.. currentmodule:: kerrgeopy.frequencies_from_constants

.. autofunction:: observer_frequencies_from_constants
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
phi\_frequency\_from\_constants
===============================

.. currentmodule:: kerrgeopy.frequencies_from_constants

.. autofunction:: phi_frequency_from_constants
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
r\_frequency\_from\_constants
=============================

.. currentmodule:: kerrgeopy.frequencies_from_constants

.. autofunction:: r_frequency_from_constants
36 changes: 36 additions & 0 deletions docs/source/_autosummary/kerrgeopy.frequencies_from_constants.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
frequencies\_from\_constants
============================

.. automodule:: kerrgeopy.frequencies_from_constants







.. rubric:: Functions

.. autosummary::
:toctree:
:template: custom-base-template.rst

gamma_from_constants
mino_frequencies_from_constants
observer_frequencies_from_constants
phi_frequency_from_constants
r_frequency_from_constants
theta_frequency_from_constants













Loading

0 comments on commit 1fcee22

Please sign in to comment.