emcee icon indicating copy to clipboard operation
emcee copied to clipboard

Links to python scripts and notebooks throughout the docs are broken

Open earlbellinger opened this issue 6 years ago • 1 comments

For example, in the first tutorial:

https://emcee.readthedocs.io/en/stable/user/quickstart.html#how-to-sample-a-multi-dimensional-gaussian

At the bottom, there is the sentence:

"Well, that’s it for this example. You’ll find the full, unadulterated sample code for this demo here."

But the "here" is broken.

Likewise, in this git repo, the links to all the ipython notebooks in the tutorials are broken.

For example, in this tutorial:

https://github.com/dfm/emcee/blob/master/docs/tutorials/autocorr.rst

It begins with the sentence:

"Note: This tutorial was generated from an IPython notebook that can be downloaded here."

But the link does not work.

Thanks for the nice package by the way.

earlbellinger avatar Nov 13 '18 09:11 earlbellinger

The first is a bug that I need to fix - thanks for reminding me, but the second is actually fine... take a look at the master docs here: https://emcee.readthedocs.io/en/latest/tutorials/autocorr/ (you'll see that the link works fine there)

Thanks!

dfm avatar Nov 23 '18 16:11 dfm