index.rst 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. .. Note: __EXCLUDE_IN_TRANSLATED_START
  6. 欢迎来到DragonOS的文档!
  7. ====================================
  8. .. raw:: html
  9. <div class="toctree-wrapper compound">
  10. <p class="caption" role="heading"><span class="caption-text">Translations</span></p>
  11. <ul>
  12. <li class="toctree-l1"><a class="reference internal" href="locales/en/index.html">English</a></li>
  13. </ul>
  14. </div>
  15. .. Note: __EXCLUDE_IN_TRANSLATED_END
  16. .. toctree::
  17. :maxdepth: 1
  18. :caption: 入门
  19. introduction/index
  20. introduction/build_system
  21. introduction/mirrors
  22. .. toctree::
  23. :maxdepth: 1
  24. :caption: 内核层
  25. kernel/configuration/index
  26. kernel/boot/index
  27. kernel/core_api/index
  28. kernel/locking/index
  29. kernel/process_management/index
  30. kernel/sched/index
  31. kernel/ipc/index
  32. kernel/memory_management/index
  33. kernel/filesystem/index
  34. kernel/debug/index
  35. kernel/ktest/index
  36. kernel/cpu_arch/index
  37. kernel/container/index
  38. kernel/libs/index
  39. kernel/trace/index
  40. kernel/syscall/index
  41. .. toctree::
  42. :maxdepth: 1
  43. :caption: 应用层
  44. userland/appdev/index
  45. .. toctree::
  46. :maxdepth: 1
  47. :caption: DragonOS社区
  48. community/code_contribution/index
  49. community/contact/index
  50. community/ChangeLog/index
  51. .. Note: __EXCLUDE_IN_TRANSLATED_START
  52. .. toctree::
  53. :maxdepth: 1
  54. :caption: Translations
  55. locales/en/index
  56. Indices and tables
  57. ==================
  58. * :ref:`genindex`
  59. * :ref:`modindex`
  60. * :ref:`search`
  61. .. Note: __EXCLUDE_IN_TRANSLATED_END