Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 721 Bytes

Readme.rst

File metadata and controls

36 lines (21 loc) · 721 Bytes

Readme

该仓库是 opensuse 系统分析和优化文档 的中文翻译。原文请参考 System Analysis and Tuning Guide

构建依赖

  • sphinx
  • make
  • sphinx_py3doc_enhanced_theme

构建方法

make html

在上述命令完成之后,将会在 build/html 中生成所有的静态页面。

PDF 文件生成方法:

make xelatexpdf

构建清理

make clean