index.rst 980 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .. core-admin documentation master file, created by
  2. sphinx-quickstart on Thu Nov 13 15:02:15 2014.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to core-admin's documentation!
  6. ======================================
  7. This page contains documentation autogenerated from source tree. It includes
  8. manpages and API documentation. For primary user documentation, see
  9. `https://wiki.qubes-os.org <https://wiki.qubes-os.org>`_.
  10. User documentation
  11. ------------------
  12. .. toctree::
  13. :maxdepth: 2
  14. :glob:
  15. qvm-tools/index
  16. qubes-tools/index
  17. Developer documentation
  18. -----------------------
  19. .. toctree::
  20. :maxdepth: 2
  21. qubes
  22. qubes-vm/index
  23. qubes-events
  24. qubes-plugins
  25. qubes-ext
  26. qubes-log
  27. qubes-tests
  28. qubes-dochelpers
  29. .. toctree::
  30. :maxdepth: 1
  31. autoxml
  32. Indices and tables
  33. ==================
  34. * :ref:`genindex`
  35. * :ref:`modindex`
  36. * :ref:`search`
  37. .. vim: ts=3 sw=3 et