File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -237,21 +237,8 @@ Creating galleries of examples using notebooks
237
237
238
238
`nbsphinx `_ has support for :doc: `creating thumbnail galleries from a list of Jupyter
239
239
notebooks <nbsphinx:subdir/gallery>`.
240
- This functionality relies on `Sphinx-Gallery <https://sphinx-gallery.github.io/ >`_
241
- and extends it to work with Jupyter notebooks rather than Python scripts.
242
240
243
- To use it, you will need to install both nbsphinx and Sphinx-Gallery,
244
- and modify your ``conf.py `` as follows:
245
-
246
- .. code-block :: python
247
- :caption: conf.py
248
-
249
- extensions = [
250
- " nbsphinx" ,
251
- " sphinx_gallery.load_style" ,
252
- ]
253
-
254
- After doing that, there are two ways to create the gallery:
241
+ There are two ways to create the gallery:
255
242
256
243
- From a reStructuredText source file, using the ``.. nbgallery:: `` directive,
257
244
:ref: `as showcased in the
@@ -266,9 +253,7 @@ After doing that, there are two ways to create the gallery:
266
253
267
254
Panel to modify cell metadata in JupyterLab
268
255
269
- For example, this reST markup would create a thumbnail gallery
270
- with generic images as thumbnails,
271
- thanks to the Sphinx-Gallery default style:
256
+ For example, this markup would create a thumbnail gallery:
272
257
273
258
.. tabs ::
274
259
You can’t perform that action at this time.
0 commit comments