Documentation/livepatch/index.rst
0 → 100644
+21
−0
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
Convert livepatch documentation to ReST format. The changes
are mostly trivial, as the documents are already on a good
shape. Just a few markup changes are needed for Sphinx to
properly parse the docs.
The conversion is actually:
- add blank lines and identation in order to identify paragraphs;
- fix tables markups;
- add some lists markups;
- mark literal blocks;
- The in-file TOC becomes a comment, in order to skip it from the
output, as Sphinx already generates an index there.
- adjust title markups.
At its new index.rst, let's add a :orphan: while this is not linked to
the main index.rst file, in order to avoid build warnings.
Signed-off-by:
Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by:
Petr Mladek <pmladek@suse.com>
Acked-by:
Miroslav Benes <mbenes@suse.cz>
Acked-by:
Josh Poimboeuf <jpoimboe@redhat.com>
Acked-by:
Joe Lawrence <joe.lawrence@redhat.com>
Reviewed-by:
Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by:
Jonathan Corbet <corbet@lwn.net>
CRA Git | Maintained and supported by SUSTech CRA and CCSE