From mboxrd@z Thu Jan 1 00:00:00 1970 From: mchehab@s-opensource.com (Mauro Carvalho Chehab) Date: Wed, 26 Oct 2016 06:29:48 -0200 Subject: Latest kernel documentation tree In-Reply-To: References: Message-ID: <20161026062948.5b0bdcd1@vento.lan> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Em Wed, 26 Oct 2016 13:33:34 +0530 Jai Krishna escreveu: > Hello, > > Im trying to follow the documentation work of converting to Sphinx etc > that Jon, Mauro and others are doing ( inferring from the patches > coming into kernel-docs@ ). > > Id like to be able to pull and build the Sphinx based docs, learn and > possibly even contribute (wish, wish...). However, Im stuck on a very > mundane thing. Im not quite sure which tree has the latest sources. > > I looked at kernel/kernel-docs.git on git.kernel.org but that seems > stale. Im not quite sure if its kernel/gregkh/staging.git. > > Can someone kindly point me to the correct tree that has the latest > sources of Sphinx docs? The development tree for documentation is at: git://git.lwn.net/linux.git If you want to get the latest documentation patches, you should use branch docs-next. Regards, Mauro