From f1055e0e8ff27049a478ac54cbe376e3166c8e93 Mon Sep 17 00:00:00 2001 From: Adam Ormondroyd <52655393+AdamOrmondroyd@users.noreply.github.com> Date: Wed, 13 Sep 2023 15:42:18 +0200 Subject: [PATCH] add read.nestedfit and read.ultranest to docs (#338) * add read_nestedfit and read_ultranest to docs * version bump --- README.rst | 2 +- anesthetic/_version.py | 2 +- docs/source/anesthetic.read.rst | 18 ++++++++++++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index bc0a7b83..4b006f4a 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ anesthetic: nested sampling post-processing =========================================== :Authors: Will Handley and Lukas Hergt -:Version: 2.3.1 +:Version: 2.3.2 :Homepage: https://github.com/handley-lab/anesthetic :Documentation: http://anesthetic.readthedocs.io/ diff --git a/anesthetic/_version.py b/anesthetic/_version.py index 1c4ddd35..96deb04f 100644 --- a/anesthetic/_version.py +++ b/anesthetic/_version.py @@ -1 +1 @@ -__version__ = '2.3.1' +__version__ = '2.3.2' diff --git a/docs/source/anesthetic.read.rst b/docs/source/anesthetic.read.rst index 9f5ed2cd..518686da 100644 --- a/docs/source/anesthetic.read.rst +++ b/docs/source/anesthetic.read.rst @@ -51,6 +51,15 @@ anesthetic.read.multinest module :show-inheritance: +anesthetic.read.nestedfit module +-------------------------------- + +.. automodule:: anesthetic.read.nestedfit + :members: + :undoc-members: + :show-inheritance: + + anesthetic.read.polychord module -------------------------------- @@ -60,3 +69,12 @@ anesthetic.read.polychord module :show-inheritance: +anesthetic.read.ultranest module +-------------------------------- + +.. automodule:: anesthetic.read.ultranest + :members: + :undoc-members: + :show-inheritance: + +