index.rst 981 B

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