Skip to content

Commit

Permalink
add read.nestedfit and read.ultranest to docs (handley-lab#338)
Browse files Browse the repository at this point in the history
* add read_nestedfit and read_ultranest to docs

* version bump
  • Loading branch information
AdamOrmondroyd authored Sep 13, 2023
1 parent 1754464 commit f1055e0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
2 changes: 1 addition & 1 deletion anesthetic/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.3.1'
__version__ = '2.3.2'
18 changes: 18 additions & 0 deletions docs/source/anesthetic.read.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------------------

Expand All @@ -60,3 +69,12 @@ anesthetic.read.polychord module
:show-inheritance:


anesthetic.read.ultranest module
--------------------------------

.. automodule:: anesthetic.read.ultranest
:members:
:undoc-members:
:show-inheritance:


0 comments on commit f1055e0

Please sign in to comment.