Skip to content

cpuers/Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 24, 2024
77dd119 · Aug 24, 2024
Aug 24, 2024
Aug 4, 2024
Aug 10, 2024
Aug 4, 2024
Jul 18, 2024
Aug 24, 2024
Jul 16, 2024
Jul 18, 2024

Repository files navigation

Core

文档

构建文档

$ pip install mkdocs-material pygments
$ cd docs && mkdocs serve

编写文档

  • docs/docs 中创建 Markdown 文件(以 .md 结尾,符合 .gitignore 要求);
  • docs/mkdocs.yml 中将文件添加到书籍目录中;

运行所有测试

$ pwd
/path/to/Core
$ make