Home
last modified time | relevance | path

Searched refs:docs (Results 1 – 11 of 11) sorted by relevance

/DragonOS-0.1.9/
D.readthedocs.yaml2 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
17 # Build documentation in the "docs/" directory with Sphinx
19 configuration: docs/conf.py
25 # Optionally build your docs in additional formats such as PDF and ePub
32 # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
35 - requirements: docs/requirements.txt
DREADME.md2 <img width="40%" src="docs/_static/dragonos-logo.svg" alt="dragonos-logo"></br>
32 - 项目文档 **[docs.DragonOS.org](https://docs.dragonos.org)**
50 - [构建DragonOS — DragonOS dev 文档](https://docs.dragonos.org/zh_CN/latest/introduction/build_system.h…
54 &emsp;&emsp;请参见文档:[系统特性](https://docs.dragonos.org/zh_CN/latest/introduction/features.html)
D.gitignore15 docs/_build
DMakefile70 docs: ECHO target
73 clean-docs:
DREADME_EN.md2 <img width="40%" src="docs/_static/dragonos-logo.svg" alt="dragonos-logo"></br>
27 - Documentation **[docs.DragonOS.org](https://docs.dragonos.org)**
38 - [Building DragonOS - DragonOS dev document](https://docs.dragonos.org/zh_CN/latest/introduction/b…
42 &emsp;&emsp;See documentation:[Features](https://docs.dragonos.org/zh_CN/latest/introduction/featur…
/DragonOS-0.1.9/docs/introduction/
Dbuild_system.md125 > 详细信息请转到: [https://docs.docker.com/engine/install/](https://docs.docker.com/engine/install/)
245 - 编译文档: `make docs` (需要手动安装sphinx以及docs下的`requirements.txt`中的依赖)
246 - 清理文档: `make clean-docs`
Dfeatures.md90 &emsp;&emsp;[请见系统调用文档](https://docs.dragonos.org/zh_CN/latest/syscall_api/index.html)
/DragonOS-0.1.9/kernel/src/libs/intertrait/
DCargo.toml9 documentation = "https://docs.rs/intertrait"
/DragonOS-0.1.9/docs/community/ChangeLog/V0.1.x/
DV0.1.7.md50 - libs: DowncastArc and its docs (#244)
228 new: DowncastArc and its docs (#244)
DV0.1.9.md225 由于archlinux 的 texinfo版本太新导致的gcc docs构建失败
226 使用 MAKEINFO=true 的make环境变量跳过gcc docs构建,绕过问题
1168 添加read the docs yml文件 (#427)
/DragonOS-0.1.9/docs/kernel/debug/
Ddebug-kernel-with-gdb.md33 > [构建DragonOS](https://docs.dragonos.org/zh_CN/latest/introduction/build_system.html)。