Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
danehkar authored Nov 4, 2022
1 parent b19e069 commit 5b7cb78
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ idl_emcee
:target: https://doi.org/10.5281/zenodo.4495897
:alt: Zenodo

.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/mcfit/idl_emcee/HEAD?labpath=Notebook.ipynb


**The IDL implementation of the affine-invariant MCMC Hammer**

Description
Expand Down Expand Up @@ -90,7 +94,14 @@ Installation in GDL
How to Use
==========

The Documentation of the IDL functions provides in detail in the *API Documentation* (`mcfit.github.io/idl_emcee/doc <https://mcfit.github.io/idl_emcee/doc>`_). This IDL library creates the MCMC sampling for given upper and lower uncertainties, and propagates uncertainties of parameters into the function
The Documentation of the IDL functions provides in detail in the *API Documentation* (`mcfit.github.io/idl_emcee/doc <https://mcfit.github.io/idl_emcee/doc>`_). This IDL library creates the MCMC sampling for given upper and lower uncertainties, and propagates uncertainties of parameters into the function.

See *Jupyter Notebook*: `Notebook.ipynb <https://github.com/mcfit/idl_emcee/blob/master/Notebook.ipynb>`_

Run *Jupyter Notebook* on `Binder <https://mybinder.org/v2/gh/mcfit/idl_emcee/HEAD?labpath=Notebook.ipynb>`_:

.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/mcfit/idl_emcee/HEAD?labpath=Notebook.ipynb

You need to define your function. For example::

Expand Down

0 comments on commit 5b7cb78

Please sign in to comment.