You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. nblinkgallery::
:caption: A few links
../../../notebooks/example.ipynb
But the gallery appears empty. Only the caption is displayed on the html doc.
I got a warning like:
user_doc/index
/Users/gvallver/git/pyc2mc/docs/source/user_doc/index.rst:14:
WARNING: la table des matières contient des références à des
documents inexistants 'notebooks/example'
The html output is
<divclass="toctree-wrapper compound"><pclass="caption" role="heading"><spanclass="caption-text">A few links</span></p><divclass="nbsphinx-gallery"></div></div>
In my conf.py I have
extensions= [
"sphinx.ext.autodoc", # automatic generation of doc"sphinx.ext.viewcode", # link to code source in the doc"sphinx.ext.napoleon", # doc format"nbsphinx", # jupyter notebook support
]
The text was updated successfully, but these errors were encountered:
I use PyScaffold to create templates gives me a folder structure similar to what's mentioned (i.e., a top-level notebooks folder), so this functionality is important to me.
Hi, I have a python project structured like this:
In my documentation, I would like to include notebooks from the
notebooks
directory lying in the root directory of the project.Following this example https://nbsphinx.readthedocs.io/en/typlog-theme/a-normal-rst-file.html#thumbnail-link-galleries-html-only, I tried to write something like this
But the gallery appears empty. Only the caption is displayed on the html doc.
I got a warning like:
The html output is
In my
conf.py
I haveThe text was updated successfully, but these errors were encountered: