index.rst 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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/trace/index
  31. .. toctree::
  32. :maxdepth: 1
  33. :caption: 应用层
  34. userland/appdev/index
  35. .. toctree::
  36. :maxdepth: 1
  37. :caption: 系统调用api文档
  38. syscall_api/index
  39. .. toctree::
  40. :maxdepth: 1
  41. :caption: DragonOS社区
  42. community/code_contribution/index
  43. community/contact/index
  44. community/ChangeLog/index
  45. Indices and tables
  46. ==================
  47. * :ref:`genindex`
  48. * :ref:`modindex`
  49. * :ref:`search`