Skip to content

Commit

Permalink
Merge pull request #124 from sblunt/mcmc_start_pos_tutorial
Browse files Browse the repository at this point in the history
MCMC Walker start position tutorial
  • Loading branch information
sblunt committed Jul 11, 2019
2 parents 33a6f09 + b096459 commit 72ab86c
Show file tree
Hide file tree
Showing 2 changed files with 426 additions and 3 deletions.
15 changes: 12 additions & 3 deletions docs/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Tutorials
The following tutorials walk you through performing orbit fits with
``orbitize``. To get started, read through "Formatting Input," "OFTI
Introduction," and "MCMC Introduction." To learn more about the
``orbitize`` API (and to learn how to modify priors), check out "Modifying
Priors." For an advanced plotting demo, see "Advanced Plotting," and to learn
``orbitize`` API, check out "Modifying Priors" and "Modifying MCMC Initial Positions."
For an advanced plotting demo, see "Advanced Plotting," and to learn
about the differences between OFTI and MCMC algorithms,
we suggest "MCMC vs OFTI Comparison."

Expand All @@ -25,14 +25,23 @@ style of using and explaining the code. If you are confused by part of
one tutorial, we suggest looking at some of the others (and then contacting
us if you are still confused).

**Tutorials:**
**Basic Tutorials:**

.. toctree::
:maxdepth: 1

formatting_inputs
tutorials/OFTI_tutorial.ipynb
tutorials/MCMC_tutorial.ipynb

**Advanced Tutorials:**

.. toctree::
:maxdepth: 1

tutorials/Modifying_Priors.ipynb
tutorials/Plotting_tutorial.ipynb
tutorials/MCMC_vs_OFTI.ipynb
tutorials/Modifying_MCMC_initial_positions.ipynb


0 comments on commit 72ab86c

Please sign in to comment.