Link an example notebook to online documentation

What should I do to link an example notebook to online documentation?

I created a notebook that shows the usage of a class in PyMC3 and I tried to link it to online documentation by changing this file. This didn’t work (the notebook doesn’t appear in the Tutorials page).

Do I need to modify more files to make it work?

I realize that the notebooks are in html format in the online documentation, so maybe I need to compile the documentation first. Is this correct?

I closed this as it is duplicated with How to compile the documentation for the API?

To answer your question, submitting a PR to change that file is correct. It is not appearing because the doc is only updated/push at each release now.

1 Like