Notes

由于 GitBook 生成 html 太慢, 放弃使用 GitBook , 文档使用 reStructuredText 编写, 使用 Sphinx 生成静态文件.

在线阅读

最新文档

注意

原GitHub Pages(使用GitBook生成)可继续访问, 但不再更新, 地址 https://yangjinjie.github.iohttps://docs.yangjinjie.xyz

离线阅读

本地使用Sphinx生成静态文档

# 前提, 安装Sphinx
git clone --depth=1 https://github.com/yangjinjie/notes.git notes_notes
cd notes_notes
make html
# 访问生成的html即可

项目简介

所有内容可在 GitHub notes 仓库中搜索

tree
.
notes
├── bigdata
├── ci
│   ├── TeamCity
│   └── jenkins
├── cloud
│   ├── ~~~
├── db
│   ├── ~~~
├── html,css,JavaScript
├── microservice
├── network
├── os
│   ├── 各系统相关
│   └── ...
├── python
├── ruby
├── service
│   ├── 各类服务
│   └── ...
├── shell
├── tips
├── tmp
│   └── 未分类
└── tools
    ├── 各类工具, 比如vim,git
    └── ...

Table of content

Indices and tables