index.rst 662 B

1234567891011121314151617181920212223242526272829
  1. .. MCell 4 documentation master file, created by
  2. sphinx-quickstart on Thu Sep 3 11:37:04 2020.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. MCell4 Reference Manual
  6. =======================
  7. This documentation contains an overview of the MCell4 API (Application Programming Interface)
  8. with a tutorial, and a complete definition of the interface.
  9. .. toctree::
  10. :maxdepth: 1
  11. :caption: Contents
  12. sim_env_overview
  13. installation
  14. tutorial/tutorial
  15. api_overview
  16. bngl
  17. generated/api
  18. features/features
  19. model_conversions
  20. file_formats
  21. ..
  22. examples/examples