index.rst 1.2 KB

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