All of lore.kernel.org
 help / color / mirror / Atom feed
From: Petr Vorel <pvorel@suse.cz>
To: ltp@lists.linux.it
Subject: Re: [LTP] [PATCH 1/1] metaparse: Add "api" to JSON
Date: Wed, 12 Feb 2025 16:43:13 +0100	[thread overview]
Message-ID: <20250212154313.GB2128113@pevik> (raw)
In-Reply-To: <20250212153730.2127667-1-pvorel@suse.cz>

Hi Cyril, Andrea,

> metaparse.c prints api: "c"
> metaparse-sh.c prints api: "shell"

> This is important for the sphinx (readthedoc) test catalog, which will
> generate links to C API and shell API (links will be different).

Ah, "api" needs to be filtered out in doc/conf.py. It will be used in the code,
not presented.

Kind regards,
Petr

diff --git doc/conf.py doc/conf.py
index 0bebd0e242..22f272ad59 100644
--- doc/conf.py
+++ doc/conf.py
@@ -361,6 +361,7 @@ def _generate_setup_table(keys):
         'fname',
         'doc',
         # following keys don't need to be shown
+        'api',
         'child_needs_reinit',
         'needs_checkpoints',
         'forks_child',

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

  reply	other threads:[~2025-02-12 15:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-12 15:37 [LTP] [PATCH 1/1] metaparse: Add "api" to JSON Petr Vorel
2025-02-12 15:43 ` Petr Vorel [this message]
2025-02-12 15:46 ` Cyril Hrubis
2025-02-12 16:25   ` Petr Vorel

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=20250212154313.GB2128113@pevik \
    --to=pvorel@suse.cz \
    --cc=ltp@lists.linux.it \
    /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.