xref: /DragonOS/docs/index.rst (revision 7b0ef10895108a0de5ff5ef3d2f93f40cf2e33a5)
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
6欢迎来到DragonOS的文档!
7====================================
8
9.. toctree::
10   :maxdepth: 1
11   :caption: 入门
12
13   introduction/index
14   introduction/build_system
15   introduction/mirrors
16
17.. toctree::
18   :maxdepth: 1
19   :caption: 内核层
20
21   kernel/configuration/index
22   kernel/boot/index
23   kernel/core_api/index
24   kernel/locking/index
25   kernel/process_management/index
26   kernel/sched/index
27   kernel/ipc/index
28   kernel/memory_management/index
29   kernel/filesystem/index
30   kernel/debug/index
31   kernel/ktest/index
32   kernel/cpu_arch/index
33   kernel/container/index
34   kernel/libs/index
35   kernel/trace/index
36
37
38
39.. toctree::
40   :maxdepth: 1
41   :caption: 应用层
42
43   userland/appdev/index
44
45.. toctree::
46   :maxdepth: 1
47   :caption: 系统调用api文档
48
49   syscall_api/index
50
51.. toctree::
52   :maxdepth: 1
53   :caption: DragonOS社区
54
55   community/code_contribution/index
56   community/contact/index
57   community/ChangeLog/index
58
59
60Indices and tables
61==================
62
63* :ref:`genindex`
64* :ref:`modindex`
65* :ref:`search`
66