docs/daemon: re-arrange some sections in the toctree to make more sense
This commit is contained in:
@@ -20,13 +20,11 @@ the various options available.
|
||||
|
||||
configuration/conf_file.rst
|
||||
configuration/components_and_profiles.rst
|
||||
configuration/features.rst
|
||||
configuration/configuration_option_types.rst
|
||||
configuration/settings.rst
|
||||
configuration/modifying_configuration.rst
|
||||
configuration/migration.rst
|
||||
configuration/features.rst
|
||||
configuration/settings.rst
|
||||
configuration/alsa.rst
|
||||
configuration/bluetooth.rst
|
||||
configuration/access.rst
|
||||
configuration/locations.rst
|
||||
configuration/multi_instance.rst
|
||||
|
@@ -10,6 +10,4 @@ sphinx_files += files(
|
||||
'alsa.rst',
|
||||
'bluetooth.rst',
|
||||
'access.rst',
|
||||
'locations.rst',
|
||||
'multi_instance.rst',
|
||||
)
|
||||
|
@@ -302,4 +302,4 @@ and also make sure to require it in the profile:
|
||||
the XDG base directory specification for data files is honored, so the new
|
||||
location for custom scripts is ``~/.local/share/wireplumber/scripts/`` and
|
||||
anything else specified in ``$XDG_DATA_HOME`` and ``$XDG_DATA_DIRS``. See
|
||||
:ref:`config_locations` for more information.
|
||||
:ref:`daemon_file_locations` for more information.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
.. _config_settings:
|
||||
|
||||
Well-known Settings
|
||||
Well-known settings
|
||||
===================
|
||||
|
||||
This section describes the settings that can be configured on WirePlumber.
|
||||
|
@@ -1,7 +1,9 @@
|
||||
.. _config_locations:
|
||||
.. _daemon_file_locations:
|
||||
|
||||
Locations of files
|
||||
==================
|
||||
Locations of WirePlumber's files
|
||||
================================
|
||||
|
||||
.. _config_locations:
|
||||
|
||||
Location of configuration files
|
||||
-------------------------------
|
@@ -3,7 +3,9 @@ sphinx_files += files(
|
||||
'installing.rst',
|
||||
'running.rst',
|
||||
'configuration.rst',
|
||||
'locations.rst',
|
||||
'logging.rst',
|
||||
'multi_instance.rst',
|
||||
)
|
||||
|
||||
subdir('configuration')
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.. _config_multi_instance:
|
||||
.. _daemon_multi_instance:
|
||||
|
||||
Running multiple instances
|
||||
==========================
|
@@ -10,7 +10,9 @@ Table of Contents
|
||||
daemon/installing.rst
|
||||
daemon/running.rst
|
||||
daemon/configuration.rst
|
||||
daemon/locations.rst
|
||||
daemon/logging.rst
|
||||
daemon/multi_instance.rst
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
Reference in New Issue
Block a user