index.rst 685 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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: 1
  9. :caption: 入门
  10. introduction/index
  11. .. toctree::
  12. :maxdepth: 2
  13. :caption: 内核层
  14. kernel/index
  15. .. toctree::
  16. :maxdepth: 2
  17. :caption: 应用层
  18. userland/index
  19. .. toctree::
  20. :maxdepth: 2
  21. :caption: 系统调用api文档
  22. syscall_api/index
  23. Indices and tables
  24. ==================
  25. * :ref:`genindex`
  26. * :ref:`modindex`
  27. * :ref:`search`