index.rst 694 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .. DragonOS documentation master file, created by
  2. sphinx-quickstart on Fri Jun 17 23:12:00 2022.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. 欢迎来到DragonOS的文档!
  6. ====================================
  7. .. toctree::
  8. :maxdepth: 2
  9. :caption: 入门
  10. introduction/intro
  11. .. toctree::
  12. :maxdepth: 2
  13. :caption: 内核层
  14. introduction/intro
  15. .. toctree::
  16. :maxdepth: 2
  17. :caption: 用户层
  18. introduction/intro
  19. .. toctree::
  20. :maxdepth: 2
  21. :caption: 系统调用api文档
  22. syscall_api/intro
  23. Indices and tables
  24. ==================
  25. * :ref:`genindex`
  26. * :ref:`modindex`
  27. * :ref:`search`