All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/20] origanize Chinese kernel docs
@ 2019-03-04  3:57 Alex Shi
  2019-03-04  3:57 ` [PATCH 01/20] docs/zh_CN: add disclaimer file Alex Shi
                   ` (19 more replies)
  0 siblings, 20 replies; 32+ messages in thread
From: Alex Shi @ 2019-03-04  3:57 UTC (permalink / raw)
  To: linux-kernel, linux-doc, linux-kernel, harryxiyou, corbet; +Cc: Alex Shi


The following patch aims to upstream kernel doc.

you can view them with the link http://176.122.172.82/translations/zh_CN/index.html 

Or make and review docs on your self box:

	make htmldocs SPHINXDIRS=translations/zh_CN 
	lynx Documentation/output/translations/zh_CN/index.html

Any comments are appreciated!

Cheers!
Alex

---
Alex Shi (20):
  docs/zh_CN: add disclaimer file
  docs/zh_CN: move process related docs into process dir
  docs/zh_CN: change Chinese index to know process dir
  docs/zh_CN: add index file into process dir
  docs/zh_CN: rename HOWTO into process directory
  docs/zh_CN: howto format changes
  docs/zh_CN: rename SubmittingPatches for html links
  docs/zh_CN: format the submitting-patches doc to rst
  docs/zh_CN: rename stable_kernel_rules doc
  docs/zh_CN: rst format change for stable-kernel-rules
  docs/zh_CN: rename email-clients.txt as email-clients.rst
  docs/zh_CN: do rst format for email-clients.rst
  docs/zh_CN: rename volatile-consider-harmful doc
  docs/zh_CN: volatile doc format changes
  docs/zh_CN: rename SubmittingDrivers
  docs/zh_CN: format submitting drivers as rst
  docs/zh_CN: rename magic-numbers as rst doc
  docs/zh_CN: format the magic-number doc as rst
  docs/zh_CN: rename stable_api_nonsense.txt as stable-api-nonsense.rst
  docs/zh_CN: format stable-api-nonsense

 .../translations/zh_CN/disclaimer-zh_CN.rst   |  11 ++
 Documentation/translations/zh_CN/index.rst    |  17 +-
 .../translations/zh_CN/magic-number.txt       | 153 ------------------
 .../zh_CN/{ => process}/coding-style.rst      |   0
 .../email-clients.rst}                        |  53 +++---
 .../zh_CN/{HOWTO => process/howto.rst}        |  37 ++---
 .../translations/zh_CN/process/index.rst      |  55 +++++++
 .../zh_CN/process/magic-number.rst            | 151 +++++++++++++++++
 .../stable-api-nonsense.rst}                  |  32 ++--
 .../stable-kernel-rules.rst}                  |  32 ++--
 .../submitting-drivers.rst}                   |  30 ++--
 .../submitting-patches.rst}                   |  36 ++---
 .../volatile-considered-harmful.rst}          |  35 ++--
 13 files changed, 334 insertions(+), 308 deletions(-)
 create mode 100644 Documentation/translations/zh_CN/disclaimer-zh_CN.rst
 delete mode 100644 Documentation/translations/zh_CN/magic-number.txt
 rename Documentation/translations/zh_CN/{ => process}/coding-style.rst (100%)
 rename Documentation/translations/zh_CN/{email-clients.txt => process/email-clients.rst} (82%)
 rename Documentation/translations/zh_CN/{HOWTO => process/howto.rst} (95%)
 create mode 100644 Documentation/translations/zh_CN/process/index.rst
 create mode 100644 Documentation/translations/zh_CN/process/magic-number.rst
 rename Documentation/translations/zh_CN/{stable_api_nonsense.txt => process/stable-api-nonsense.rst} (89%)
 rename Documentation/translations/zh_CN/{stable_kernel_rules.txt => process/stable-kernel-rules.rst} (76%)
 rename Documentation/translations/zh_CN/{SubmittingDrivers => process/submitting-drivers.rst} (86%)
 rename Documentation/translations/zh_CN/{SubmittingPatches => process/submitting-patches.rst} (93%)
 rename Documentation/translations/zh_CN/{volatile-considered-harmful.txt => process/volatile-considered-harmful.rst} (81%)

-- 
2.19.1.856.g8858448bb


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

end of thread, other threads:[~2019-03-05  8:29 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-04  3:57 [PATCH 00/20] origanize Chinese kernel docs Alex Shi
2019-03-04  3:57 ` [PATCH 01/20] docs/zh_CN: add disclaimer file Alex Shi
2019-03-04  6:21   ` Alex Shi
     [not found]     ` <CADRPPNSjf4P14bwUMsa10XzBUVLszx4iMsL6gk-XQ0x3vTFr+g@mail.gmail.com>
     [not found]       ` <e342a3fa-20f6-46cd-4240-8403fa1aa736@linux.alibaba.com>
2019-03-04 17:33         ` Leo Li
2019-03-04 23:31           ` Li Yang
2019-03-05  1:44             ` Alex Shi
2019-03-05  4:06               ` Matthew Wilcox
2019-03-05  2:47             ` Alex Shi
2019-03-05  3:55               ` Li Yang
2019-03-05  7:05                 ` Alex Shi
2019-03-04 22:06   ` Li Yang
2019-03-05  1:42     ` Alex Shi
2019-03-05  8:28     ` Federico Vaga
2019-03-04  3:57 ` [PATCH 02/20] docs/zh_CN: move process related docs into process dir Alex Shi
2019-03-04  3:57 ` [PATCH 03/20] docs/zh_CN: change Chinese index to know " Alex Shi
2019-03-04  3:57 ` [PATCH 04/20] docs/zh_CN: add index file into " Alex Shi
2019-03-04  3:57 ` [PATCH 05/20] docs/zh_CN: rename HOWTO into process directory Alex Shi
2019-03-04  3:57 ` [PATCH 06/20] docs/zh_CN: howto format changes Alex Shi
2019-03-04  3:57 ` [PATCH 07/20] docs/zh_CN: rename SubmittingPatches for html links Alex Shi
2019-03-04  3:57 ` [PATCH 08/20] docs/zh_CN: format the submitting-patches doc to rst Alex Shi
2019-03-04  3:57 ` [PATCH 09/20] docs/zh_CN: rename stable_kernel_rules doc Alex Shi
2019-03-04  3:57 ` [PATCH 10/20] docs/zh_CN: rst format change for stable-kernel-rules Alex Shi
2019-03-04  3:57 ` [PATCH 11/20] docs/zh_CN: rename email-clients.txt as email-clients.rst Alex Shi
2019-03-04  3:57 ` [PATCH 12/20] docs/zh_CN: do rst format for email-clients.rst Alex Shi
2019-03-04  3:57 ` [PATCH 13/20] docs/zh_CN: rename volatile-consider-harmful doc Alex Shi
2019-03-04  3:57 ` [PATCH 14/20] docs/zh_CN: volatile doc format changes Alex Shi
2019-03-04  3:57 ` [PATCH 15/20] docs/zh_CN: rename SubmittingDrivers Alex Shi
2019-03-04  3:57 ` [PATCH 16/20] docs/zh_CN: format submitting drivers as rst Alex Shi
2019-03-04  3:57 ` [PATCH 17/20] docs/zh_CN: rename magic-numbers as rst doc Alex Shi
2019-03-04  3:57 ` [PATCH 18/20] docs/zh_CN: format the magic-number doc as rst Alex Shi
2019-03-04  3:57 ` [PATCH 19/20] docs/zh_CN: rename stable_api_nonsense.txt as stable-api-nonsense.rst Alex Shi
2019-03-04  3:57 ` [PATCH 20/20] docs/zh_CN: format stable-api-nonsense Alex Shi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.