All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: Linux Doc Mailing List <linux-doc@vger.kernel.org>,
	Jonathan Corbet <corbet@lwn.net>
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
	Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
	linux-kernel@vger.kernel.org,
	"David S. Miller" <davem@davemloft.net>,
	Alex Shi <mchehab+huawei@kernel.org>,
	Andreas Noever <andreas.noever@gmail.com>,
	Avadhut Naik <avadhut.naik@amd.com>,
	Carlos Bilbao <mchehab+huawei@kernel.org>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Eric Dumazet <edumazet@google.com>,
	Hu Haowen <2023002089@link.tyut.edu.cn>,
	Jakub Kicinski <mchehab+huawei@kernel.org>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Michael Jamet <michael.jamet@intel.com>,
	Mika Westerberg <mika.westerberg@linux.intel.com>,
	Paolo Abeni <pabeni@redhat.com>, Sean Young <sean@mess.org>,
	Simon Horman <mchehab+huawei@kernel.org>,
	Will Deacon <mchehab+huawei@kernel.org>,
	William Breathitt Gray <mchehab+huawei@kernel.org>,
	Yanteng Si <si.yanteng@linux.dev>,
	Yehezkel Bernat <YehezkelShB@gmail.com>,
	linux-arm-kernel@lists.infradead.org, linux-iio@vger.kernel.org,
	linux-media@vger.kernel.org, linux-usb@vger.kernel.org,
	netdev@vger.kernel.org, workflows@vger.kernel.org
Subject: [PATCH 0/9] Extend automarkup support for ABI symbols
Date: Tue, 11 Feb 2025 07:22:54 +0100	[thread overview]
Message-ID: <cover.1739254867.git.mchehab+huawei@kernel.org> (raw)

Now that ABI creates a python dictionary, use automarkup to create cross
references for ABI symbols as well. 

Mauro Carvalho Chehab (9):
  docs: media: Allow creating cross-references for RC ABI
  docs: automarkup: drop legacy support
  docs: thunderbolt: Allow creating cross-references for ABI
  docs: arm: asymmetric-32bit: Allow creating cross-references for ABI
  docs: arm: generic-counter: Allow creating cross-references for ABI
  docs: iio: Allow creating cross-references ABI
  docs: networking: Allow creating cross-references statistics ABI
  docs: submit-checklist: Allow creating cross-references for ABI README
  docs: translations: Allow creating cross-references for ABI README

 Documentation/admin-guide/thunderbolt.rst     |  2 +-
 Documentation/arch/arm64/asymmetric-32bit.rst |  2 +-
 Documentation/driver-api/generic-counter.rst  |  4 +-
 Documentation/driver-api/iio/core.rst         |  2 +-
 Documentation/iio/iio_devbuf.rst              |  2 +-
 Documentation/networking/statistics.rst       |  2 +-
 Documentation/process/submit-checklist.rst    |  2 +-
 Documentation/sphinx/automarkup.py            | 47 ++++++++-----------
 .../it_IT/process/submit-checklist.rst        |  2 +-
 .../sp_SP/process/submit-checklist.rst        |  2 +-
 .../zh_CN/process/submit-checklist.rst        |  2 +-
 .../zh_TW/process/submit-checklist.rst        |  2 +-
 .../userspace-api/media/rc/rc-sysfs-nodes.rst |  2 +-
 13 files changed, 32 insertions(+), 41 deletions(-)

-- 
2.48.1




             reply	other threads:[~2025-02-11  6:24 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-11  6:22 Mauro Carvalho Chehab [this message]
2025-02-11  6:22 ` [PATCH 1/9] docs: media: Allow creating cross-references for RC ABI Mauro Carvalho Chehab
2025-02-11  6:22 ` [PATCH 2/9] docs: automarkup: drop legacy support Mauro Carvalho Chehab
2025-02-11  6:22 ` [PATCH 3/9] docs: thunderbolt: Allow creating cross-references for ABI Mauro Carvalho Chehab
2025-02-11  6:22 ` [PATCH 4/9] docs: arm: asymmetric-32bit: " Mauro Carvalho Chehab
2025-02-11  6:22 ` [PATCH 5/9] docs: arm: generic-counter: " Mauro Carvalho Chehab
2025-02-11  6:23 ` [PATCH 6/9] docs: iio: Allow creating cross-references ABI Mauro Carvalho Chehab
2025-02-11  6:23 ` [PATCH 7/9] docs: networking: Allow creating cross-references statistics ABI Mauro Carvalho Chehab
2025-02-13 16:07   ` Jakub Kicinski
2025-02-11  6:23 ` [PATCH 8/9] docs: submit-checklist: Allow creating cross-references for ABI README Mauro Carvalho Chehab
2025-02-11  6:23 ` [PATCH 9/9] docs: translations: " Mauro Carvalho Chehab
2025-02-12 11:25 ` [PATCH 0/9] Extend automarkup support for ABI symbols Bagas Sanjaya
2025-02-12 12:58   ` Mauro Carvalho Chehab
2025-02-13  0:39     ` Andrew Donnellan
2025-02-18 20:52     ` Jonathan Corbet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1739254867.git.mchehab+huawei@kernel.org \
    --to=mchehab+huawei@kernel.org \
    --cc=2023002089@link.tyut.edu.cn \
    --cc=YehezkelShB@gmail.com \
    --cc=andreas.noever@gmail.com \
    --cc=avadhut.naik@amd.com \
    --cc=catalin.marinas@arm.com \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=lars@metafoo.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=michael.jamet@intel.com \
    --cc=mika.westerberg@linux.intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=sean@mess.org \
    --cc=si.yanteng@linux.dev \
    --cc=workflows@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.