Understand the content sources in nbsphinx documentation
masterThe nbsphinx documentation is composed of multiple source formats. Most content is generated directly from Jupyter notebooks, but some sections use standard Sphinx reStructuredText or alternative storage formats for notebooks.
Key distinctions:
- Jupyter Notebooks: The primary source for most documentation pages.
- reStructuredText: Used for standard documentation sections like
contributing,references, andversion-history. - Custom Formats: Some sections (e.g.,
custom-formats,gallery/due_rst,a-markdown-file) use alternative storage formats for Jupyter notebooks instead of the standard.ipynbformat.