index.rst 1015 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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/intro
  11. introduction/build_system
  12. .. toctree::
  13. :maxdepth: 1
  14. :caption: 内核层
  15. kernel/boot/index
  16. kernel/core_api/index
  17. kernel/process_management/index
  18. kernel/memory_management/index
  19. kernel/filesystem/index
  20. kernel/debug/index
  21. kernel/cpu_arch/index
  22. .. toctree::
  23. :maxdepth: 1
  24. :caption: 应用层
  25. userland/libc/index
  26. .. toctree::
  27. :maxdepth: 1
  28. :caption: 系统调用api文档
  29. syscall_api/index
  30. .. toctree::
  31. :maxdepth: 1
  32. :caption: DragonOS社区
  33. community/code_contribution/index
  34. community/contact/index
  35. Indices and tables
  36. ==================
  37. * :ref:`genindex`
  38. * :ref:`modindex`
  39. * :ref:`search`