[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/6] documentation updates
|
From: |
Thomas Huth |
|
Subject: |
[PULL 0/6] documentation updates |
|
Date: |
Wed, 25 Aug 2021 13:00:12 +0200 |
Hi Peter!
The following changes since commit f9baca549e44791be0dd98de15add3d8452a8af0:
Update version for v6.1.0 release (2021-08-24 17:59:52 +0100)
are available in the Git repository at:
https://gitlab.com/thuth/qemu.git tags/pull-request-2021-08-25
for you to fetch changes up to 2e8801988282bf3a45b495efa8438509ff68056d:
docs: make sphinx-build be quiet by default (2021-08-25 12:19:18 +0200)
----------------------------------------------------------------
* Various updates for the documentation
----------------------------------------------------------------
Daniel P. Berrangé (2):
docs: split the CI docs into two files
docs: make sphinx-build be quiet by default
Thomas Huth (1):
docs/about/removed-features: Move some CLI options to the right location
Yanan Wang (3):
docs/about: Remove the duplicated doc
docs/about: Unify the subject format
docs/about: Add the missing release record in the subject
docs/about/deprecated.rst | 56 +++++++-------
docs/about/removed-features.rst | 157 ++++++++++++++++++---------------------
docs/devel/ci-jobs.rst | 40 ++++++++++
docs/devel/ci-runners.rst | 117 +++++++++++++++++++++++++++++
docs/devel/ci.rst | 159 +---------------------------------------
docs/meson.build | 2 +-
6 files changed, 259 insertions(+), 272 deletions(-)
create mode 100644 docs/devel/ci-jobs.rst
create mode 100644 docs/devel/ci-runners.rst
- [PULL 0/6] documentation updates,
Thomas Huth <=
- [PULL 1/6] docs/about: Remove the duplicated doc, Thomas Huth, 2021/08/25
- [PULL 2/6] docs/about: Unify the subject format, Thomas Huth, 2021/08/25
- [PULL 4/6] docs/about/removed-features: Move some CLI options to the right location, Thomas Huth, 2021/08/25
- [PULL 3/6] docs/about: Add the missing release record in the subject, Thomas Huth, 2021/08/25
- [PULL 6/6] docs: make sphinx-build be quiet by default, Thomas Huth, 2021/08/25
- [PULL 5/6] docs: split the CI docs into two files, Thomas Huth, 2021/08/25