Matt McKay
Matt McKay
We will need to provide support for `badges` and a `status.html` page with the required `javascript` to allow others to add these badges to their projects in a simple fashion....
We received the following suggestion via: [email protected]. I think you're absolutely right that SVG cannot be embedded in PDF, directly. But apparently when "exporting" to PDF the Jupyter notebook environment...
We should refactor the current `translate_code` and `translate_all` into specific end target writers to improve this code base. It is currently confusing to have all the states included in a...
These `warnings` aren't always helpful as they are not required elements. ``` WARNING: html folder not present in the themes directory WARNING: coverage directory not found. Please ensure to run...
- [x] `contents` is incomplete for `lqcontrol`. Is this becuase of a special character in the title? **[High Priority]**  should be fixed by: https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/211/commits/ebfc1612eed00a337e211624a36cd24b0ecc746f (thanks @AakashGfude) - [x] @AakashGfude...
We should ensure to throw an error if an `nbconvert` process is unable to convert a file to `tex`. A useful error message (with lecture name) should be issued and...
From QuantEcon.lectures The ``PDF`` file ignores the ``:download:`` directive. For now a temporary solution is to specify a latex only alternative that links to our hosted ``pdf`` file that lives...
The `make_site` builder should check if `pdf` files are avaialble for `_downloads/pdf`
- [ ] the ``scientific/plotting` lecture `toc` is not linking correctly through `ref` 
`ARMA processes` is the title to two subsections which produces the same latex reference tag. This causes warnings in `pdf` production. - [ ] consider new implementation for unique tags...