1234567891011121314151617181920212223242526272829303132333435 |
- .. lakesuperior documentation master file, created by
- sphinx-quickstart on Sat Mar 24 23:05:46 2018.
- You can adapt this file completely to your liking, but it should at least
- contain the root `toctree` directive.
- LAKEsuperior
- ========================================
- .. toctree::
- :maxdepth: 2
- :caption: Contents:
- Architecture Overview <architecture>
- Divergences from Fedora 4 <fcrepo4_deltas>
- Content Model <model>
- Messaging SPI <messaging>
- Migration Guide <migration>
- Command Line Reference <cli>
- Storage Implementation <storage>
- Performance Benchmarks <performance>
- API documentation <api>
- .. toctree::
- :maxdepth: 3
- :caption: Technical notes:
- notes/indexing_strategy
- Indices and tables
- ==================
- * :ref:`genindex`
- * :ref:`modindex`
- * :ref:`search`
|