index.rst 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. introduction/build_system
  12. introduction/mirrors
  13. .. toctree::
  14. :maxdepth: 1
  15. :caption: 内核层
  16. kernel/configuration/index
  17. kernel/boot/index
  18. kernel/core_api/index
  19. kernel/locking/index
  20. kernel/process_management/index
  21. kernel/sched/index
  22. kernel/ipc/index
  23. kernel/memory_management/index
  24. kernel/filesystem/index
  25. kernel/debug/index
  26. kernel/ktest/index
  27. kernel/cpu_arch/index
  28. kernel/container/index
  29. kernel/libs/index
  30. kernel/net/index
  31. kernel/trace/index
  32. .. toctree::
  33. :maxdepth: 1
  34. :caption: 应用层
  35. userland/appdev/index
  36. .. toctree::
  37. :maxdepth: 1
  38. :caption: 系统调用api文档
  39. syscall_api/index
  40. .. toctree::
  41. :maxdepth: 1
  42. :caption: DragonOS社区
  43. community/code_contribution/index
  44. community/contact/index
  45. community/ChangeLog/index
  46. Indices and tables
  47. ==================
  48. * :ref:`genindex`
  49. * :ref:`modindex`
  50. * :ref:`search`