Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: Remove unused weirdly-named cross-reference targets
In the doc sources, we have a few cross-reference targets with odd
names "pcsys_005fxyz".  These are the legacy of the semi-automated
conversion of the old info docs to rST (the '005f' is because ASCII
0x5f is '_' and the old info link names had underscores in them).

Remove the targets which nothing links to, and rename the two targets
which are used to something a bit more descriptive.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20230421163642.1151904-1-peter.maydell@linaro.org
Reviewed-by: Markus Armbruster <armbru@redhat.com>
  • Loading branch information
pm215 committed May 12, 2023
1 parent cd22a0f commit d6359e1
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/system/devices/igb.rst
Expand Up @@ -29,7 +29,7 @@ Using igb
=========
Using igb should be nothing different from using another network device. See
:ref:`pcsys_005fnetwork` in general.
:ref:`Network_emulation` in general.
However, you may also need to perform additional steps to activate SR-IOV
feature on your guest. For Linux, refer to [4]_.
Expand Down
2 changes: 0 additions & 2 deletions docs/system/devices/ivshmem.rst
@@ -1,5 +1,3 @@
.. _pcsys_005fivshmem:

Inter-VM Shared Memory device
-----------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/system/devices/net.rst
@@ -1,4 +1,4 @@
.. _pcsys_005fnetwork:
.. _Network_Emulation:

Network emulation
-----------------
Expand Down
2 changes: 0 additions & 2 deletions docs/system/devices/usb.rst
@@ -1,5 +1,3 @@
.. _pcsys_005fusb:

USB emulation
-------------

Expand Down
2 changes: 1 addition & 1 deletion docs/system/keys.rst
@@ -1,4 +1,4 @@
.. _pcsys_005fkeys:
.. _GUI_keys:

Keys in the graphical frontends
-------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/system/linuxboot.rst
Expand Up @@ -27,4 +27,4 @@ virtual serial port and the QEMU monitor to the console with the
-append "root=/dev/hda console=ttyS0" -nographic
Use Ctrl-a c to switch between the serial console and the monitor (see
:ref:`pcsys_005fkeys`).
:ref:`GUI_keys`).
4 changes: 0 additions & 4 deletions docs/system/target-i386.rst
Expand Up @@ -3,8 +3,6 @@
x86 System emulator
-------------------

.. _pcsys_005fdevices:

Board-specific documentation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -32,8 +30,6 @@ Architectural features
i386/sgx
i386/amd-memory-encryption
.. _pcsys_005freq:
OS requirements
~~~~~~~~~~~~~~~
Expand Down

0 comments on commit d6359e1

Please sign in to comment.