index.rst 1.0 KB

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