Skip to content

Commit

Permalink
Add documentation for turning physical units on/off for df classes
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Jun 6, 2017
1 parent ba03cde commit 5fdf964
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/source/reference/df.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
DF (``galpy.df``)
==================

General instance routines for all df classes
----------------------------------------------------------


.. toctree::
:maxdepth: 2

turn_physical_off <dfturnphysicaloff.rst>
turn_physical_on <dfturnphysicalon.rst>

Two-dimensional, axisymmetric disk distribution functions
----------------------------------------------------------

Expand Down
4 changes: 4 additions & 0 deletions doc/source/reference/dfturnphysicaloff.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
galpy.actionAngle.actionAngle.turn_physical_off
================================================

.. automethod:: galpy.actionAngle.actionAngle.turn_physical_off
4 changes: 4 additions & 0 deletions doc/source/reference/dfturnphysicalon.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
galpy.actionAngle.actionAngle.turn_physical_on
===============================================

.. automethod:: galpy.actionAngle.actionAngle.turn_physical_on

0 comments on commit 5fdf964

Please sign in to comment.