mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 02:46:47 +00:00
41 lines
685 B
ReStructuredText
41 lines
685 B
ReStructuredText
.. 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::
|
||
:maxdepth: 1
|
||
:caption: 入门
|
||
|
||
introduction/index
|
||
|
||
.. toctree::
|
||
:maxdepth: 2
|
||
:caption: 内核层
|
||
|
||
kernel/index
|
||
|
||
|
||
.. toctree::
|
||
:maxdepth: 2
|
||
:caption: 应用层
|
||
|
||
userland/index
|
||
|
||
.. toctree::
|
||
:maxdepth: 2
|
||
:caption: 系统调用api文档
|
||
|
||
syscall_api/index
|
||
|
||
|
||
Indices and tables
|
||
==================
|
||
|
||
* :ref:`genindex`
|
||
* :ref:`modindex`
|
||
* :ref:`search`
|