Chris Holdgraf

Results 1768 comments of Chris Holdgraf

I believe the way to do this in markdown is just to use 1 over and over. E.g. ``` 1. One 1. Two 1. Three ``` Becomes 1. One 1....

I don't think this issue would affect any downstream projects. This would only affect the documentation builds of this theme's docs alone. It wouldn't be a dependency of the theme...

Personally I am fine keeping a mix of both and generally following a strategy of: - whoever is willing to write the documentation should use rST vs. MyST depending on...

Just a quick note that I tried to fix the scrolling bug noted in #857 and the fix there also fixed this one as well. Didn't meant to supercede your...

yep - I think this is not built into Sphinx (in fact Sphinx assumes that what we have in the right sidebar is actually in-line with the left sidebar). We'd...

IMO starting with the right TOC would be a nice first step if @12rambau agrees

Do you agree that it would be useful to have the right sidebar adopt the numbering behavior you propose, but *not* the in-page headers. (because that might be a longer...

Yep - Gofer-Grader is basically a more tightly-scoped version of OKpy. It *just* does auto-grading on the same machine where the notebook exists (whereas OKpy is a service that does...

agreed - the goal of jupyter-book is to help people distribute their collections of notebooks+markdown files in a book-like form, so distribution seems like a good section for this

(lemme know if I can help helpful in this one!)