index.rst 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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/net/index
  40. kernel/trace/index
  41. kernel/syscall/index
  42. .. toctree::
  43. :maxdepth: 1
  44. :caption: 应用层
  45. userland/appdev/index
  46. .. toctree::
  47. :maxdepth: 1
  48. :caption: Q&A
  49. questions/index
  50. .. toctree::
  51. :maxdepth: 1
  52. :caption: DragonOS社区
  53. community/code_contribution/index
  54. community/contact/index
  55. community/ChangeLog/index
  56. .. Note: __EXCLUDE_IN_TRANSLATED_START
  57. .. toctree::
  58. :maxdepth: 1
  59. :caption: Translations
  60. locales/en/index
  61. Indices and tables
  62. ==================
  63. * :ref:`genindex`
  64. * :ref:`modindex`
  65. * :ref:`search`
  66. .. Note: __EXCLUDE_IN_TRANSLATED_END