nbsphinx
nbsphinx copied to clipboard
:ledger: Sphinx source parser for Jupyter notebooks
On the documentation for my package, there is an example notebook ([here](https://tlamadon.github.io/bipartitepandas/notebooks/connected_sets.html)) where below the header "Connected sets for collapsed data", the entire notebook shifts to the left out of...
If i make a title in a .ipynb file like "# Description of currently available functions📖", I get a warning when building the documentation using sphinx-build: ``` Description of currently...
How can nbsphinx ignore one specific cell? ideally we would add something like ``` NBSPHINX SKIP print('this code should never run') ``` https://github.com/gdsfactory/gdsfactory/issues/335
Fix #656 I hesitated between leaving comments inside the LATEX_PREAMBLE or rather move them out as Python comments. In the end I dif leave a latex comment about `\nbsphinxincludegraphics` but...
relates https://github.com/spatialaudio/nbsphinx/pull/657#issuecomment-1206279663
This `nbsphinx` gallery: ```rst Reference frames ================ These tutorials cover the relevant reference frames in EBSD and how to determine the detector-sample geometry, also known as the projection/pattern center (PC)....
This PR addresses issue #651 and includes the following changes: - Implement new `NbLinkGallery` class and `nblinkgallery` directive - Implement `GalleryLinks` node - Adapt `doctree_resolve` to re-use the `GalleryNode` for...
Following instructions of CONTRIBUTING.rst to build the documentation (as a test) in LaTeX then PDF, I get this build breaking error from `make nbsphinx.pdf` in the latex build directory: ```...
We use the `.. nbgallery::` directive in the documentation of the Gammapy project to include tutorial notebooks in the normal documentation (https://docs.gammapy.org/0.20.1/tutorials/index.html). This feature works great and adds a lot...
*Python*: 3.8.10 *nbsphinx*: 0.8.9 Hi, I'm trying convert from `sphinx-nbextensions` to `nbsphinx` since the former is deprecated in favor of this repo. I've left the title general so as to...