Skip to content

Commit

Permalink
Merge pull request #10 from will-waalkes/wills_doc_updates
Browse files Browse the repository at this point in the history
Updated docs
  • Loading branch information
bmorris3 committed Jan 18, 2024
2 parents cd09742 + 800694f commit 05d5162
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ distribute-*.tar.gz
.pydevproject
.settings

docs/.DS_Store
.DS_Store
6 changes: 6 additions & 0 deletions docs/fleck/bayes/mcmc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ First, we import all of the required packages for this tutorial::
from corner import corner
from fleck import Star

.. note::

These examples require a few extra dependencies, get them with::

pip install fleck[docs]

Next we resolve the target coordinates using astropy, and download its light
curve using ``lightkurve``'s handy method::

Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ docs = [
"matplotlib",
"batman-package",
"expecto",
"lightkurve",
"healpy",
"emcee",
"corner",
]
jax = [
"jax[cpu]",
Expand Down

0 comments on commit 05d5162

Please sign in to comment.