From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752104AbcFWM2r (ORCPT ); Thu, 23 Jun 2016 08:28:47 -0400 Received: from mga02.intel.com ([134.134.136.20]:64103 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751338AbcFWM2p (ORCPT ); Thu, 23 Jun 2016 08:28:45 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,509,1459839600"; d="scan'208";a="1008131890" From: Jani Nikula To: Jani Nikula , Jonathan Corbet Cc: Markus Heiser , Daniel Vetter , Grant Likely , Mauro Carvalho Chehab , Keith Packard , LKML , linux-doc@vger.kernel.org, Hans Verkuil Subject: [docs-next PATCH v2 00/11] Documentation/sphinx follow-up, again Date: Thu, 23 Jun 2016 15:28:00 +0300 Message-Id: X-Mailer: git-send-email 2.1.4 Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The first 9 patches are just a resend of [1], there's two patches on top here. Pull details below. BR, Jani. [1] http://mid.gmane.org/cover.1465567017.git.jani.nikula@intel.com The following changes since commit 8569de68e79e94cce6709831edd94accb6942ade: docs: kernel-doc: Add "example" and "note" to the magic section types (2016-06-09 13:35:05 -0600) are available in the git repository at: git://people.freedesktop.org/~jani/drm sphinx-for-docs-next for you to fetch changes up to ebc88ef05c825024a5d95285459b8c842c095c0f: Documentation: add top level 'make help' output for Sphinx (2016-06-23 15:11:51 +0300) ---------------------------------------------------------------- Jani Nikula (11): kernel-doc: remove old debug cruft from dump_section() kernel-doc: do not warn about duplicate default section names kernel-doc: add missing semi-colons in option parsing kernel-doc: abstract filename mapping kernel-doc: add support for specifying extra files for EXPORT_SYMBOLs kernel-doc: unify all EXPORT_SYMBOL scanning to one place Documentation/sphinx: remove unnecessary temporary variable Documentation/sphinx: use a more sensible string split in kernel-doc extension Documentation/sphinx: add support for specifying extra export files Documentation/sphinx: drop modindex, we don't have python modules Documentation: add top level 'make help' output for Sphinx Documentation/DocBook/Makefile | 4 +- Documentation/Makefile.sphinx | 8 ++++ Documentation/index.rst | 2 - Documentation/sphinx/kernel-doc.py | 18 +++++--- Makefile | 2 + scripts/kernel-doc | 88 +++++++++++++++++++++++++++----------- 6 files changed, 87 insertions(+), 35 deletions(-) -- 2.1.4