index.rst 934 B

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