DragonOS/docs/index.rst

58 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2022-06-17 15:50:40 +00:00
.. DragonOS documentation master file, created by
sphinx-quickstart on Fri Jun 17 23:12:00 2022.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
欢迎来到DragonOS的文档
====================================
.. toctree::
2022-06-17 16:33:33 +00:00
:maxdepth: 1
2022-06-17 15:50:40 +00:00
:caption: 入门
2022-06-28 16:16:50 +00:00
introduction/intro
introduction/build_system
2022-06-17 15:50:40 +00:00
.. toctree::
2022-06-28 16:16:50 +00:00
:maxdepth: 1
2022-06-17 15:50:40 +00:00
:caption: 内核层
2022-07-12 09:57:11 +00:00
kernel/boot/index
2022-07-12 12:39:33 +00:00
kernel/core_api/index
2022-07-27 03:17:11 +00:00
kernel/locking/index
2022-06-28 16:16:50 +00:00
kernel/process_management/index
2022-08-30 15:51:32 +00:00
kernel/sched/index
2022-07-26 10:45:11 +00:00
kernel/memory_management/index
2022-06-28 16:16:50 +00:00
kernel/filesystem/index
2022-07-15 12:55:01 +00:00
kernel/debug/index
2022-07-29 11:04:05 +00:00
kernel/ktest/index
2022-07-19 10:26:13 +00:00
kernel/cpu_arch/index
2022-06-18 06:21:11 +00:00
2022-06-17 15:50:40 +00:00
.. toctree::
2022-06-28 16:16:50 +00:00
:maxdepth: 1
2022-06-18 06:21:11 +00:00
:caption: 应用层
2022-06-17 15:50:40 +00:00
2022-06-28 16:16:50 +00:00
userland/libc/index
2022-06-17 15:50:40 +00:00
.. toctree::
2022-06-28 16:16:50 +00:00
:maxdepth: 1
2022-06-17 15:50:40 +00:00
:caption: 系统调用api文档
2022-06-18 06:21:11 +00:00
syscall_api/index
2022-06-17 15:50:40 +00:00
2022-06-28 16:16:50 +00:00
.. toctree::
:maxdepth: 1
:caption: DragonOS社区
community/code_contribution/index
community/contact/index
2022-06-17 15:50:40 +00:00
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`