Matt McKay

Results 310 issues of 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....

enhancement
theme

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...

enhancement

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...

enhancement
high-priority

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...

bug

- [x] `contents` is incomplete for `lqcontrol`. Is this becuase of a special character in the title? **[High Priority]** ![image](https://user-images.githubusercontent.com/8263752/65743981-2a90db80-e13a-11e9-9500-315e39bd65fb.png) 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...

pdf

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` ![image](https://user-images.githubusercontent.com/8263752/66101448-370dac00-e5f2-11e9-93db-f910de8df030.png)

bug

`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...