Skip to content

Commit d48faad

Browse files
author
deployBot
committed
Deploy at Fri Mar 29 12:00:24 UTC 2024
1 parent 29a87d3 commit d48faad

File tree

95 files changed

+2199
-2105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+2199
-2105
lines changed

_static/translations.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

genindex.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Index &mdash; Linux 系统内核 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
7+
<title>索引 &mdash; Linux 系统内核 文档</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
88
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="_static/asciinema-player.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/theme_overrides.css" type="text/css" />
@@ -16,7 +16,7 @@
1616
var DOCUMENTATION_OPTIONS = {
1717
URL_ROOT:'./',
1818
VERSION:'',
19-
LANGUAGE:'zh-CN',
19+
LANGUAGE:'zh_CN',
2020
COLLAPSE_INDEX:false,
2121
FILE_SUFFIX:'.html',
2222
HAS_SOURCE: true,
@@ -27,9 +27,10 @@
2727
<script src="_static/underscore.js"></script>
2828
<script src="_static/doctools.js"></script>
2929
<script src="_static/asciinema-player.js"></script>
30+
<script src="_static/translations.js"></script>
3031
<script src="_static/js/theme.js"></script>
31-
<link rel="index" title="Index" href="#" />
32-
<link rel="search" title="Search" href="search.html" />
32+
<link rel="index" title="索引" href="#" />
33+
<link rel="search" title="搜索" href="search.html" />
3334
</head>
3435

3536
<body class="wy-body-for-nav">
@@ -112,7 +113,7 @@
112113
<div role="navigation" aria-label="Page navigation">
113114
<ul class="wy-breadcrumbs">
114115
<li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li>
115-
<li class="breadcrumb-item active">Index</li>
116+
<li class="breadcrumb-item active">索引</li>
116117
<li class="wy-breadcrumbs-aside">
117118
</li>
118119
</ul>
@@ -122,7 +123,7 @@
122123
<div itemprop="articleBody">
123124

124125

125-
<h1 id="index">Index</h1>
126+
<h1 id="index">索引</h1>
126127

127128
<div class="genindex-jumpbox">
128129

index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Linux 内核教学 &mdash; Linux 系统内核 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
6+
<title>Linux 内核教学 &mdash; Linux 系统内核 文档</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
77
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="_static/asciinema-player.css" type="text/css" />
99
<link rel="stylesheet" href="_static/theme_overrides.css" type="text/css" />
@@ -15,7 +15,7 @@
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT:'./',
1717
VERSION:'',
18-
LANGUAGE:'zh-CN',
18+
LANGUAGE:'zh_CN',
1919
COLLAPSE_INDEX:false,
2020
FILE_SUFFIX:'.html',
2121
HAS_SOURCE: true,
@@ -26,9 +26,10 @@
2626
<script src="_static/underscore.js"></script>
2727
<script src="_static/doctools.js"></script>
2828
<script src="_static/asciinema-player.js"></script>
29+
<script src="_static/translations.js"></script>
2930
<script src="_static/js/theme.js"></script>
30-
<link rel="index" title="Index" href="genindex.html" />
31-
<link rel="search" title="Search" href="search.html" />
31+
<link rel="index" title="索引" href="genindex.html" />
32+
<link rel="search" title="搜索" href="search.html" />
3233
<link rel="next" title="Operating Systems 2" href="so2/index.html" />
3334
</head>
3435

@@ -123,7 +124,7 @@
123124
<div itemprop="articleBody">
124125

125126
<div class="section" id="linux">
126-
<h1>Linux 内核教学<a class="headerlink" href="#linux" title="Permalink to this headline"></a></h1>
127+
<h1>Linux 内核教学<a class="headerlink" href="#linux" title="永久链接至标题"></a></h1>
127128
<p>这是一系列关于 Linux 内核主题的课程和实验。课程侧重于理论和 Linux 内核探索。</p>
128129
<p>实验侧重于设备驱动程序主题,文档风格类似“howto”。每个主题分两部分:</p>
129130
<ul class="simple">

info/chinese-localization-info.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>中文翻译介绍 &mdash; Linux 系统内核 documentation</title><link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
6+
<title>中文翻译介绍 &mdash; Linux 系统内核 文档</title><link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="../_static/asciinema-player.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/theme_overrides.css" type="text/css" />
@@ -15,7 +15,7 @@
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT:'../',
1717
VERSION:'',
18-
LANGUAGE:'zh-CN',
18+
LANGUAGE:'zh_CN',
1919
COLLAPSE_INDEX:false,
2020
FILE_SUFFIX:'.html',
2121
HAS_SOURCE: true,
@@ -26,9 +26,10 @@
2626
<script src="../_static/underscore.js"></script>
2727
<script src="../_static/doctools.js"></script>
2828
<script src="../_static/asciinema-player.js"></script>
29+
<script src="../_static/translations.js"></script>
2930
<script src="../_static/js/theme.js"></script>
30-
<link rel="index" title="Index" href="../genindex.html" />
31-
<link rel="search" title="Search" href="../search.html" />
31+
<link rel="index" title="索引" href="../genindex.html" />
32+
<link rel="search" title="搜索" href="../search.html" />
3233
<link rel="prev" title="对 Linux 内核实验室项目做贡献" href="contributing.html" />
3334
</head>
3435

@@ -123,7 +124,7 @@
123124
<div itemprop="articleBody">
124125

125126
<div class="section" id="section-1">
126-
<h1>中文翻译介绍<a class="headerlink" href="#section-1" title="Permalink to this headline"></a></h1>
127+
<h1>中文翻译介绍<a class="headerlink" href="#section-1" title="永久链接至标题"></a></h1>
127128
<p>本教程译自 Linux kernel Labs 课程,原英文课程网址是 <a class="reference external" href="https://linux-kernel-labs.github.io/refs/heads/master">https://linux-kernel-labs.github.io/refs/heads/master</a>,Github 仓库位于 <a class="reference external" href="https://github.com/linux-kernel-labs/">https://github.com/linux-kernel-labs/</a></p>
128129
<p>我对其课程内容进行了简体中文翻译,一方面帮助了别人,另一方面自己也学习了一遍 Linux 内核底层。翻译之后的内容放在 <a class="reference external" href="https://github.com/linux-kernel-labs-zh/docs-linux-kernel-labs-zh-cn">https://github.com/linux-kernel-labs-zh/docs-linux-kernel-labs-zh-cn</a> 这个仓库中。欢迎前来提意见建议或贡献翻译!</p>
129130
<p>也欢迎通过邮箱 <a class="reference external" href="mailto:linux-kernel-labs-zh&#37;&#52;&#48;hotmail&#46;com">linux-kernel-labs-zh<span>&#64;</span>hotmail<span>&#46;</span>com</a> 联系我😁。</p>

0 commit comments

Comments
 (0)