Skip to content

Commit

Permalink
Add documentation for cyl <--> spher coordinate methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmlane committed Jul 21, 2020
1 parent b38e612 commit 0b38e5e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/source/reference/bovycoords.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ self-explanatory names:
custom_to_radec <coordscustomtoradec.rst>
cyl_to_rect <coordscyltorect.rst>
cyl_to_rect_vec <coordscyltorectvec.rst>
cyl_to_spher <coordscyltospher.rst>
cyl_to_spher_vec <coordscyltosphervec.rst>
dl_to_rphi_2d <coordsdltorphi2d.rst>
galcencyl_to_XYZ <coordsgalcencyltoxyz.rst>
galcencyl_to_vxvyvz <coordsgalcencyltovxvyvz.rst>
Expand All @@ -36,6 +38,8 @@ self-explanatory names:
Rz_to_coshucosv <coordsRztocoshucosv.rst>
Rz_to_uv <coordsRztouv.rst>
sphergal_to_rectgal <coordssphergaltorectgal.rst>
spher_to_cyl <coordssphertocyl.rst>
spher_to_cyl_vec <coordssphertocylvec.rst>
uv_to_Rz <coordsuvtoRz.rst>
vrpmllpmbb_to_vxvyvz <coordsvrpmllpmbbtovxvyvz.rst>
vRvz_to_pupv <coordsvRvztopupv.rst>
Expand Down
4 changes: 4 additions & 0 deletions doc/source/reference/coordscyltospher.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
galpy.util.bovy_coords.cyl_to_spher
====================================

.. autofunction:: galpy.util.bovy_coords.cyl_to_spher
4 changes: 4 additions & 0 deletions doc/source/reference/coordscyltosphervec.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
galpy.util.bovy_coords.cyl_to_spher_vec
========================================

.. autofunction:: galpy.util.bovy_coords.cyl_to_spher_vec
4 changes: 4 additions & 0 deletions doc/source/reference/coordssphertocyl.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
galpy.util.bovy_coords.spher_to_cyl
====================================

.. autofunction:: galpy.util.bovy_coords.spher_to_cyl
4 changes: 4 additions & 0 deletions doc/source/reference/coordssphertocylvec.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
galpy.util.bovy_coords.spher_to_cyl_vec
========================================

.. autofunction:: galpy.util.bovy_coords.spher_to_cyl_vec

0 comments on commit 0b38e5e

Please sign in to comment.