Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759812AbcJRKnC (ORCPT ); Tue, 18 Oct 2016 06:43:02 -0400 Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:40322 "EHLO s-opensource.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752803AbcJRKmz (ORCPT ); Tue, 18 Oct 2016 06:42:55 -0400 Date: Tue, 18 Oct 2016 08:42:50 -0200 From: Mauro Carvalho Chehab To: Jani Nikula Cc: Jonathan Corbet , Linux Doc Mailing List , Mauro Carvalho Chehab , LKML Subject: Re: [PATCH 00/32] Create an User's manual and improve development-process book Message-ID: <20161018084250.785b1aa2@vento.lan> In-Reply-To: <87pomyvtac.fsf@intel.com> References: <20161017164342.28d4f0c3@lwn.net> <87shruvuw2.fsf@intel.com> <20161018082018.17e09799@vento.lan> <87pomyvtac.fsf@intel.com> Organization: Samsung X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1933 Lines: 64 Em Tue, 18 Oct 2016 13:35:39 +0300 Jani Nikula escreveu: > On Tue, 18 Oct 2016, Mauro Carvalho Chehab wrote: > > Em Tue, 18 Oct 2016 13:01:01 +0300 > > Jani Nikula escreveu: > > > >> On Tue, 18 Oct 2016, Jonathan Corbet wrote: > >> > So I raised this topic in talks at both Kernel Recipes and LinuxCon > >> > Europe, and nobody threw things at me. I have come to suspect that I'm > >> > worrying a little too much about it; maybe we should go ahead and move > >> > the documents and see who screams. > >> > >> While at it, how about unifying some of the FilenamesInCamelCase, > >> filenames-with-hyphens, and filenames_with_underscores too...? To at > >> least move things towards just one of them within one directory. > > > > Sure, let's do it. I would just keep README as README.rst , as people > > are more used to see readme files on upercases. > > Right, I guess I'd keep the top level files as-is, and just do this > within Documentation. Well IMHO, the most important documentation for an user/admin's guide is at /README. So, most of its contents (if not all) should be moved to Documentation/admin-guide. > > > For the rest, what's your preference? > > > > - FooBar.rst > > - foo_bar.rst > > - foo-bar.rst > > > > My personal preference is for "foo-bar". > > Same here, but I don't mind so much *which* one it is as long as at > least each directory has consistent naming. Yeah, my preference here is also not strong... whatever works best for the others fit to me. > > > Thanks! Life would be very boring if everybody would have the same > > opinion :) So, feel free to disagree with me. Your views are very > > welcome, even when differs from my own :) > > Thanks, good to check we're on the same page here and not > antagonizing. :) :) > > > BR, > Jani. > > > Thanks, Mauro