[PATCH v4 0/3] docs/sphinx: change default `role` to "any"

John Snow posted 3 patches 2 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211004215238.1523082-1-jsnow@redhat.com
Maintainers: Markus Armbruster <armbru@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Thomas Huth <thuth@redhat.com>, Qiuhao Li <Qiuhao.Li@outlook.com>, Eric Blake <eblake@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Alexander Bulekov <alxndr@bu.edu>, Alexandre Iooss <erdnaxe@crans.org>, Bandan Das <bsd@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Stefan Hajnoczi <stefanha@redhat.com>, Mahmoud Mandour <ma.mandourr@gmail.com>, Darren Kenny <darren.kenny@oracle.com>
There is a newer version of this series
docs/conf.py                           | 5 +++++
docs/devel/fuzzing.rst                 | 9 +++++----
docs/devel/tcg-plugins.rst             | 2 +-
docs/interop/live-block-operations.rst | 2 +-
docs/system/guest-loader.rst           | 2 +-
docs/system/i386/sgx.rst               | 6 +++---
qapi/block-core.json                   | 4 ++--
include/qemu/module.h                  | 6 +++---
qemu-options.hx                        | 4 ++--
9 files changed, 23 insertions(+), 17 deletions(-)
[PATCH v4 0/3] docs/sphinx: change default `role` to "any"
Posted by John Snow 2 years, 6 months ago
V4: Fixed more occurrences that have occurred since V3.

V3: Removed bad rebase confetti
    fixed the OSS-Fuzz link to ... actually be a link.

(Patch 2 can be squashed into patch 1 on merge, but this keeps the diff
easy to see and review.)

--js

John Snow (3):
  docs: remove non-reference uses of single backticks
  docs: (further) remove non-reference uses of single backticks
  docs/sphinx: change default role to "any"

 docs/conf.py                           | 5 +++++
 docs/devel/fuzzing.rst                 | 9 +++++----
 docs/devel/tcg-plugins.rst             | 2 +-
 docs/interop/live-block-operations.rst | 2 +-
 docs/system/guest-loader.rst           | 2 +-
 docs/system/i386/sgx.rst               | 6 +++---
 qapi/block-core.json                   | 4 ++--
 include/qemu/module.h                  | 6 +++---
 qemu-options.hx                        | 4 ++--
 9 files changed, 23 insertions(+), 17 deletions(-)

-- 
2.31.1



Re: [PATCH v4 0/3] docs/sphinx: change default `role` to "any"
Posted by Marc-André Lureau 2 years, 5 months ago
Hi

On Tue, Oct 5, 2021 at 1:53 AM John Snow <jsnow@redhat.com> wrote:

> V4: Fixed more occurrences that have occurred since V3.
>
> V3: Removed bad rebase confetti
>     fixed the OSS-Fuzz link to ... actually be a link.
>
> (Patch 2 can be squashed into patch 1 on merge, but this keeps the diff
> easy to see and review.)
>

queued with extra fixes in patch 2, thanks


> --js
>
> John Snow (3):
>   docs: remove non-reference uses of single backticks
>   docs: (further) remove non-reference uses of single backticks
>   docs/sphinx: change default role to "any"
>
>  docs/conf.py                           | 5 +++++
>  docs/devel/fuzzing.rst                 | 9 +++++----
>  docs/devel/tcg-plugins.rst             | 2 +-
>  docs/interop/live-block-operations.rst | 2 +-
>  docs/system/guest-loader.rst           | 2 +-
>  docs/system/i386/sgx.rst               | 6 +++---
>  qapi/block-core.json                   | 4 ++--
>  include/qemu/module.h                  | 6 +++---
>  qemu-options.hx                        | 4 ++--
>  9 files changed, 23 insertions(+), 17 deletions(-)
>
> --
> 2.31.1
>
>
>
>

-- 
Marc-André Lureau
Re: [PATCH v4 0/3] docs/sphinx: change default `role` to "any"
Posted by John Snow 2 years, 5 months ago
On Fri, Nov 5, 2021 at 9:22 AM Marc-André Lureau <marcandre.lureau@gmail.com>
wrote:

> Hi
>
> On Tue, Oct 5, 2021 at 1:53 AM John Snow <jsnow@redhat.com> wrote:
>
>> V4: Fixed more occurrences that have occurred since V3.
>>
>> V3: Removed bad rebase confetti
>>     fixed the OSS-Fuzz link to ... actually be a link.
>>
>> (Patch 2 can be squashed into patch 1 on merge, but this keeps the diff
>> easy to see and review.)
>>
>
> queued with extra fixes in patch 2, thanks
>
>
Thanks!