index.rst 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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: Q&A
  48. questions/index
  49. .. toctree::
  50. :maxdepth: 1
  51. :caption: DragonOS社区
  52. community/code_contribution/index
  53. community/contact/index
  54. community/ChangeLog/index
  55. .. Note: __EXCLUDE_IN_TRANSLATED_START
  56. .. toctree::
  57. :maxdepth: 1
  58. :caption: Translations
  59. locales/en/index
  60. Indices and tables
  61. ==================
  62. * :ref:`genindex`
  63. * :ref:`modindex`
  64. * :ref:`search`
  65. .. Note: __EXCLUDE_IN_TRANSLATED_END