Chris Holdgraf
Chris Holdgraf
that sounds good - I tried a bunch of combinations of plotting w/ altair and various tabbed widget outputs with ipywidgets, and couldn't get it to reproduce outside of the...
Good point re: nbconvert - perhaps what we need is a high-level function there, as opposed to in papermill? I believe we also discussed moving the execution stuff into a...
Note that I'm running into the same issue - this time on WSL linux
We would definitely appreciate this in the PyData Sphinx Theme. We have exactly the use-case @pradyunsg describes. The top-level TOCtree items defined in the `root_doc` are "tabs" in a navigation...
In my opinion there are arguments in both directions - I can see benefits to having control over your own theme so that you are more familiar with what it's...
I agree with this suggestion that Sphinx wants to have its own excellent documentation out of the box, I am fully in support of this. Though it doesn't want to...
> But it's much better to use the default theme of its release package instead of it. I think this is true. Most users will assume that the theme the...
FWIW, I'm generally +1 on using notebooks in pedagogy mode (unless you're explicitly teaching things like modularization and creating packages). I think people underestimate the benefit of having markdown +...
gotcha, so then just check for the python version w/in script and add the doctr code after that? -- On Mon, Jul 3, 2017 at 1:51 PM Aaron Meurer wrote:...
So then is the general suggestion to use RTD for versioned-documentation, and use doctr for devdocs versions?