#!/usr/bin/env python # coding: utf-8 # # An Alternative Index Page # # The main index is in [index.rst](index.rst), from which the HTML and LaTeX index is created. # See also the [online version](http://nbsphinx.readthedocs.org/). # # You can use this page as a fallback for when the notebooks are opened locally with Jupyter or online at [nbviewer](http://nbviewer.jupyter.org/github/spatialaudio/nbsphinx/blob/master/doc/index.ipynb). # ## Table Of Contents # # These contents are **not** automatically synchronized with `index.rst`, therefore one or the other will likely be out-of-date! # # * [Usage](usage.ipynb) # * [Markdown Cells](markdown-cells.ipynb) # * [Code Cells](code-cells.ipynb) # * [Raw Cells](raw-cells.ipynb) # * [A Pre-Executed Notebook](pre-executed.ipynb) # * [Ignoring Errors](allow-errors.ipynb) # * [Hidden Cells](hidden-cells.ipynb) # * [A Notebook in a Sub-Directory](subdir/another.ipynb) # * [Using `toctree` In A Notebook](subdir/toctree.ipynb) # * [External Links](links.ipynb) # # ... and there is an [Orphan Notebook](orphan.ipynb), which contains a link back to this page (or back to the main index in case of the Sphinx-generated files).