index.rst 915 B

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