This section contains tutorials for a variety of topological neural networks.
To add an additional tutorial follow the following:
- Prepare a well documented and self-explanatory .ipynb file using various modules of the library.
- Place your notebook in the right directory depending on the data structure used. e.g. cell for Cellular Complex
- The notebook title (H1 heading) will be displayed as the title of the notebook in the Sphinx Notebook Gallery, so please chose that wisely.
- Make sure the notebook is able to test pytest for the notebook.
- Prepare a thumbnail (ideally a tensor diagram) for the notebook.
- Place the thumbnail in the docs/_thumbnails under the correct directory. "cell" directory in our example as used above.
- Make sure to change the conf.py file present within docs to include the thumbnail to be included in Sphinx generated Gallery.