Matt McKay
Matt McKay
**Is your feature request related to a problem? Please describe.** It would be nice to be able to request a specific `mime` type for output at the code-block level for...
Edit: This has been largely solved in #236, but some iterations can be made on exactly what is stored, including extracting data from the notebook. --- **Is your feature request...
**Describe the solution you'd like** We need to add pdf handling for toggle directive for parity with `html` writer. It will need to be decided how to represent the toggle...
This is work looking to help fix https://github.com/executablebooks/jupyter-book/issues/1308
### Describe the problem/need and solution **Context** We would like to add a Card that has a clickable download of the PDF for the website. ``` :ref: downloads/file.pdf :link-ref: download...
http://preview.python-advanced.quantecon.org.s3-website-ap-southeast-2.amazonaws.com/muth_kalman.html doesn;'t have titles for `stationary_densities` as the next lecture. Rating this as minor as the buttons look ok and are functional. But it would be good to fix in...
Currently we don't pass `next` and `prev` document metadata. This is something used a lot in core `sphinx` themes.
@AakashGfude I have tried to figure this one out but failed so far. If you run ```bash jupinx -cws --files=source/rst/arma.rst ``` the page build (along with associated index files --...
The file has some hard coded language choices that should be removed to use kernel metadata for the document ``` ## specifying kernels if language == 'python': ep = ExecutePreprocessor(timeout=-1,...
This PR allows for more flexible source files to be specified in the `RST` documents and will organise them based on type in the `BUILD` directory. All `images` will be...