Skip to content

Commit

Permalink
Add, remove, and edit some of the Orbit API functions for new Orbits …
Browse files Browse the repository at this point in the history
…implementation
  • Loading branch information
jobovy committed May 28, 2019
1 parent 99cc27f commit 78bd792
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 23 deletions.
5 changes: 1 addition & 4 deletions doc/source/reference/orbit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Class
:maxdepth: 2

Orbit <orbitinit.rst>
Orbit.from_fit <orbitfromfit.rst>
Orbit.from_name <orbitfromname.rst>

Methods
Expand All @@ -19,7 +20,6 @@ Methods
.. toctree::
:maxdepth: 2

__add__ <orbitadd.rst>
__call__ <orbitcall.rst>
animate <orbitanimate.rst>
bb <orbitbb.rst>
Expand All @@ -30,7 +30,6 @@ Methods
e <orbitecc.rst>
ER <orbitER.rst>
Ez <orbitEz.rst>
fit <orbitfit.rst>
flip <orbitflip.rst>
integrate <orbitint.rst>
integrate_dxdv <orbitintdxdv.rst>
Expand Down Expand Up @@ -74,10 +73,8 @@ Methods
R <orbitr.rst>
ra <orbitra.rst>
rap <orbitrap.rst>
resetaA <orbitresetaa.rst>
rguiding <orbitrguiding.rst>
rperi <orbitrperi.rst>
setphi <orbitsetphi.rst>
SkyCoord <orbitskycoord.rst>
time <orbittime.rst>
toLinear <orbittolinear.rst>
Expand Down
4 changes: 0 additions & 4 deletions doc/source/reference/orbitadd.rst

This file was deleted.

4 changes: 0 additions & 4 deletions doc/source/reference/orbitfit.rst

This file was deleted.

4 changes: 4 additions & 0 deletions doc/source/reference/orbitfromfit.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
galpy.orbit.Orbit.from_fit
==========================

.. automethod:: galpy.orbit.Orbit.from_fit
2 changes: 1 addition & 1 deletion doc/source/reference/orbitinit.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
galpy.orbit.Orbit
=================

.. autoclass:: galpy.orbit.Orbit
.. autoclass:: galpy.orbit.Orbits
:members: __init__
4 changes: 0 additions & 4 deletions doc/source/reference/orbitresetaa.rst

This file was deleted.

6 changes: 0 additions & 6 deletions doc/source/reference/orbitsetphi.rst

This file was deleted.

0 comments on commit 78bd792

Please sign in to comment.