Matt McKay

Results 376 comments of Matt McKay

I think the steps would be: - [ ] explore what we want as a `toc` object that would support the lectures - [ ] figure out how to get...

thanks @jstac forgot to add that option.

Basic support has now been added however this does **not** include multicolumn features etc. so will leave this issue open. See #27

just to clarify this would be similar to labelled block equations.

this is a lower priority for QuantEcon as we are migrating to use individual buckets.

hey @DrDrij I think we can fix this pretty easily on the `sphincontrib-jupyter` side. Can you let me know what you need as the metadata format ``` nb.metadata.next = (link,...

@DrDrij can I give you the following meta data sample? ```json "metadata": { "date": 1591752665.62833, "filename": "about_py.rst", "kernelspec": { "display_name": "Python", "language": "python3", "name": "python3" }, "next_doc": { "link": "getting_started",...

last question - if there is no `previous` or `next` document would you rather missing metadata (i.e. no previous_doc as a key in the notebook metadata) OR some value to...

the current `index` metadata is ```json "metadata": { "date": 1591753649.837961, "filename": "index.rst", "kernelspec": { "display_name": "Python", "language": "python3", "name": "python3" }, "next_doc": { "link": "index_toc", "title": "Table of Contents" },...

This issue should be resolved once #266 is implemented.