Eric Larson
Eric Larson
> Am I understanding that first_notebook_cell isn't actual run per example when generating the documentation? It is only added when users download the notebook? Correct > I will open another...
Given that this is something that should ideally be used sparingly, maybe a block-level config that you could use would be good enough like: ``` # sphinx_gallery_nest_details: Code ``` Where...
> What do you think: Would it be possible to start simple and possibly switch out the implementation with something more fancy later? Or would that too breaking for then...
To fix this I think we'd want to set up a CI run that does this process, then work on a fix. Maybe one for @lucyleeow at some point?
+1 from me, I was surprised (had to be reminded) that it wasn't .rst the most v recent time I set up SG
In some sense #205 could be made to take care of this using backreferences.
@story645 did you look at the first suggestion? https://stackoverflow.com/questions/18146107/how-to-add-blog-style-tags-in-restructuredtext-with-sphinx You can use either of these solutions to tag/index examples just by adding RST to the example text somewhere (probably beneath...
@choldgraf perhaps one for you?
Okay with me for some config option for this. Maybe a `gallery_index_prefix = ":orphan:\n\n"` that you could set to `''` if you want? Or maybe just a `gallery_index_orphan = True`...
It should be easy enough to keep the old stuff around. @mgeier do you want to try restoring the missing CSS and putting it at the bottom with a comment...