From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2E3C8C10F0E for ; Fri, 12 Apr 2019 12:34:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id ECBDB2171F for ; Fri, 12 Apr 2019 12:34:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727579AbfDLMeb (ORCPT ); Fri, 12 Apr 2019 08:34:31 -0400 Received: from smtp1.goneo.de ([85.220.129.30]:49320 "EHLO smtp1.goneo.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726714AbfDLMeb (ORCPT ); Fri, 12 Apr 2019 08:34:31 -0400 Received: from localhost (localhost [127.0.0.1]) by smtp1.goneo.de (Postfix) with ESMTP id 3751D2419A4; Fri, 12 Apr 2019 14:34:28 +0200 (CEST) X-Virus-Scanned: by goneo Received: from smtp1.goneo.de ([127.0.0.1]) by localhost (smtp1.goneo.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8vk9zC7gz5Z1; Fri, 12 Apr 2019 14:34:27 +0200 (CEST) Received: from [192.168.1.127] (dyndsl-091-248-139-154.ewe-ip-backbone.de [91.248.139.154]) by smtp1.goneo.de (Postfix) with ESMTPSA id 2D571240FB4; Fri, 12 Apr 2019 14:34:26 +0200 (CEST) Subject: Re: [PATCH 0/8] Prepare files under Documentation/*.txt to build with Sphinx To: David Howells Cc: Mauro Carvalho Chehab , Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Andrea Parri , Nicholas Piggin , linux-arch@vger.kernel.org, Peter Zijlstra , Boqun Feng , Luc Maranget , Alan Stern , Akira Yokosawa , Will Deacon , "Paul E. McKenney" , Daniel Lustig , Jade Alglave References: <94c47f05-0412-b938-908d-1ef8a91243ed@darmarit.de> <18261.1555064496@warthog.procyon.org.uk> <27303.1555071586@warthog.procyon.org.uk> From: Markus Heiser Message-ID: Date: Fri, 12 Apr 2019 14:34:25 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <27303.1555071586@warthog.procyon.org.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 12.04.19 um 14:19 schrieb David Howells: > Markus Heiser wrote: > >> Which is already named in our 'How to write kernel documentation' introduction >> >> - https://www.kernel.org/doc/html/latest/doc-guide/sphinx.html#writing-documentation > > This should really be in Documentation/ directory. > I agree with you, it is a kind of information hiding. If you know proper places, please send a patch to Jon. -- Markus --