linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs/zh_CN: update Chinese howto.rst for latexdocs making
@ 2019-08-05  3:17 Alex Shi
  2019-08-06 17:25 ` Jonathan Corbet
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Shi @ 2019-08-05  3:17 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Alex Shi, Harry Wei, Jonathan Corbet, Federico Vaga,
	SeongJae Park, Tom Levy, linux-doc

Mauro Carvalho Chehab <mchehab+samsung@kernel.org> foundd a reference
error in Chinese howto.rst. which need update introducations for
latexdocs/epubdocs format doc making.

So I update this part according to latest howto.rst.

Originally-from: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Alex Shi <alex.shi@linux.alibaba.com>
Cc: Harry Wei <harryxiyou@gmail.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Federico Vaga <federico.vaga@vaga.pv.it>
Cc: SeongJae Park <sj38.park@gmail.com>
Cc: Tom Levy <tomlevy93@gmail.com>
Cc: linux-doc@vger.kernel.org
---
 Documentation/translations/zh_CN/process/howto.rst | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/Documentation/translations/zh_CN/process/howto.rst b/Documentation/translations/zh_CN/process/howto.rst
index 5b671178b17b..b244a7190eb6 100644
--- a/Documentation/translations/zh_CN/process/howto.rst
+++ b/Documentation/translations/zh_CN/process/howto.rst
@@ -146,14 +146,18 @@ Linux内核代码中包含有大量的文档。这些文档对于学习如何与
   :ref:`Documentation/process/applying-patches.rst <applying_patches>`
     关于补丁是什么以及如何将它打在不同内核开发分支上的好介绍
 
-内核还拥有大量从代码自动生成的文档。它包含内核内部API的全面介绍以及如何
-妥善处理加锁的规则。生成的文档会放在 Documentation/DocBook/目录下。在内
-核源码的主目录中使用以下不同命令将会分别生成PDF、Postscript、HTML和手册
-页等不同格式的文档::
+内核还拥有大量从代码自动生成或者从 ReStructuredText(ReST) 标记生成的文档,
+比如这个文档,它包含内核内部API的全面介绍以及如何妥善处理加锁的规则。所有
+这些文档都可以通过运行以下命令从内核代码中生成为PDF或HTML文档::
 
     make pdfdocs
     make htmldocs
 
+ReST格式的文档会生成在 Documentation/output. 目录中。
+它们也可以用下列命令生成 LaTeX 和 ePub 格式文档::
+
+    make latexdocs
+    make epubdocs
 
 如何成为内核开发者
 ------------------
-- 
2.19.1.856.g8858448bb


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs/zh_CN: update Chinese howto.rst for latexdocs making
  2019-08-05  3:17 [PATCH] docs/zh_CN: update Chinese howto.rst for latexdocs making Alex Shi
@ 2019-08-06 17:25 ` Jonathan Corbet
  2019-08-09 12:06   ` Alex Shi
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Corbet @ 2019-08-06 17:25 UTC (permalink / raw)
  To: Alex Shi
  Cc: Mauro Carvalho Chehab, Harry Wei, Federico Vaga, SeongJae Park,
	Tom Levy, linux-doc

On Mon,  5 Aug 2019 11:17:58 +0800
Alex Shi <alex.shi@linux.alibaba.com> wrote:

> Mauro Carvalho Chehab <mchehab+samsung@kernel.org> foundd a reference
> error in Chinese howto.rst. which need update introducations for
> latexdocs/epubdocs format doc making.
> 
> So I update this part according to latest howto.rst.

This one doesn't apply to docs-next, and I hesitate to try to fix it
myself.  Any chance of a respin?

Thanks,

jon

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs/zh_CN: update Chinese howto.rst for latexdocs making
  2019-08-06 17:25 ` Jonathan Corbet
@ 2019-08-09 12:06   ` Alex Shi
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Shi @ 2019-08-09 12:06 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Harry Wei, Federico Vaga, SeongJae Park,
	Tom Levy, linux-doc



在 2019/8/7 上午1:25, Jonathan Corbet 写道:
> On Mon,  5 Aug 2019 11:17:58 +0800
> Alex Shi <alex.shi@linux.alibaba.com> wrote:
> 
>> Mauro Carvalho Chehab <mchehab+samsung@kernel.org> foundd a reference
>> error in Chinese howto.rst. which need update introducations for
>> latexdocs/epubdocs format doc making.
>>
>> So I update this part according to latest howto.rst.
> 
> This one doesn't apply to docs-next, and I hesitate to try to fix it
> myself.  Any chance of a respin?

Hi Jon,

Sorry for slow responsing.

I just out the v2 version on your docs-next. 

Thanks!
Alex

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-08-09 12:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-05  3:17 [PATCH] docs/zh_CN: update Chinese howto.rst for latexdocs making Alex Shi
2019-08-06 17:25 ` Jonathan Corbet
2019-08-09 12:06   ` Alex Shi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).