Supaseth
Supaseth
I removed most of the metadata from the markdown files and kept only notebooks' metadata at the top of each file. I used `jupytext.toml` file to set jupytext config on...
I added markdown conversion instruction and updated documentation in [docs/examples.rst](https://github.com/blackjax-devs/blackjax/pull/243/commits/933fae078fff002a972d888f95765e0e77f31b18#diff-5311c1419ec81d9fdb5cbfdb6e595afcac980d90e3e508c34b592595564d386f)
I follow this [link](https://docs.readthedocs.io/en/stable/guides/jupyter.html#other-formats) to add rendering configuration in `docs/conf.py`. Not sure is there another place I need to change?
Just to drop an update. Rendering `matplotlib`'s plots from markdown don't seem to work. I check how [Matplotlib](https://github.com/matplotlib/matplotlib/tree/main/doc) and [Scipy](https://github.com/scipy/scipy/tree/main/doc/source) deal with their docs. they use `.py` files with `matplotlib.sphinxext.plot_directive`....
yes, I did. the docs without images look fine.
Oh, that works too. I thought we are going to remove all `.ipynb` for good. That means we keep examples in Markdown format on git and convert them into notebooks...
@rlouf Sorry for taking this way too long. I managed to convert all notebooks into MyST-NB markdown. I added several dependencies to `requirement-doc.txt` to run the example notebooks. It's already...
I fixed the error in `HierarchicalBNN` already. I deleted the wrong code blocks when I cleaned up the markdown file. I'll install the other dependencies and add all examples to...
@rlouf All the examples are converted to Markdown. I run `make build-doc` and most of them were executed with the command! There are 2 examples that would like to mention:...