index.rst 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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/locking/index
  18. kernel/process_management/index
  19. kernel/memory_management/index
  20. kernel/filesystem/index
  21. kernel/debug/index
  22. kernel/ktest/index
  23. kernel/cpu_arch/index
  24. .. toctree::
  25. :maxdepth: 1
  26. :caption: 应用层
  27. userland/libc/index
  28. .. toctree::
  29. :maxdepth: 1
  30. :caption: 系统调用api文档
  31. syscall_api/index
  32. .. toctree::
  33. :maxdepth: 1
  34. :caption: DragonOS社区
  35. community/code_contribution/index
  36. community/contact/index
  37. Indices and tables
  38. ==================
  39. * :ref:`genindex`
  40. * :ref:`modindex`
  41. * :ref:`search`