Skip to content

Commit

Permalink
Removed dynesty references
Browse files Browse the repository at this point in the history
  • Loading branch information
pcubillos committed May 30, 2024
1 parent 1fe506b commit ca8e0f6
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 492 deletions.
7 changes: 5 additions & 2 deletions docs/get_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Alternatively (e.g., for developers), clone the repository to your local machine
pip install -e .
``mc3`` provides MCMC and nested-sampling posterior sampling,
``mc3`` provides MCMC posterior sampling,
optimization and other lower-level statistical and plotting
routines. See the full docs in the :ref:`api` or through the Python
interpreter:
Expand All @@ -44,10 +44,13 @@ interpreter:
import mc3
# Bayesian posterior sampling:
help(mc3.sample)
# Optimization:
help(mc3.fit)
# Assorted stats:
# Assorted stats utilities:
help(mc3.stats)
# Plotting utilities:
help(mc3.plots)
Expand Down
77 changes: 0 additions & 77 deletions examples/ns_tutorial.py

This file was deleted.

216 changes: 0 additions & 216 deletions mc3/ns_driver.py

This file was deleted.

Loading

0 comments on commit ca8e0f6

Please sign in to comment.