index.rst 717 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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: 2
  14. :caption: 内核层
  15. kernel/intro
  16. .. toctree::
  17. :maxdepth: 2
  18. :caption: 用户层
  19. userland/intro
  20. .. toctree::
  21. :maxdepth: 2
  22. :caption: 系统调用api文档
  23. syscall_api/intro
  24. Indices and tables
  25. ==================
  26. * :ref:`genindex`
  27. * :ref:`modindex`
  28. * :ref:`search`