1234567891011121314151617181920212223242526 |
- .. swiftt documentation master file, created by
- sphinx-quickstart on Wed Jul 27 21:20:20 2022.
- You can adapt this file completely to your liking, but it should at least
- contain the root `toctree` directive.
- Welcome to swiftt's documentation!
- ==================================
- .. toctree::
- :maxdepth: 2
- :caption: Contents:
- Indices and tables
- ==================
- * :ref:`genindex`
- * :ref:`modindex`
- * :ref:`search`
- Table of contents
- =================
- .. toctree:: algebra
- .. toctree:: taylor
- .. toctree:: integrators
|