From fcfacafc5b4b0f22b4b99ec2a93f8b3075ddaed1 Mon Sep 17 00:00:00 2001 From: Jo Bovy Date: Fri, 13 Nov 2020 11:17:42 -0500 Subject: [PATCH] Add API ref for new Osipkov-Merritt Hernquist DF --- doc/source/reference/df.rst | 1 + doc/source/reference/dfhernquistosipkov.rst | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 doc/source/reference/dfhernquistosipkov.rst diff --git a/doc/source/reference/df.rst b/doc/source/reference/df.rst index aea1c362c..1e6f0e0af 100644 --- a/doc/source/reference/df.rst +++ b/doc/source/reference/df.rst @@ -70,6 +70,7 @@ Anisotropic versions also exist: :maxdepth: 2 Hernquist DF with constant anisotropy beta + Hernquist DF with Osipkov-Merritt anisotropy Two-dimensional, axisymmetric disk distribution functions ---------------------------------------------------------- diff --git a/doc/source/reference/dfhernquistosipkov.rst b/doc/source/reference/dfhernquistosipkov.rst new file mode 100644 index 000000000..91cca6d17 --- /dev/null +++ b/doc/source/reference/dfhernquistosipkov.rst @@ -0,0 +1,5 @@ +Anisotropic Hernquist DF of the Osipkov-Merritt type +==================================================== + +.. autoclass:: galpy.df.osipkovmerrittHernquistdf + :members: __init__