mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-01 18:37:59 +02:00
docs: move the software_dsp document down in the TOC
This is one of the least likely things that a user would want to discover and use, making it wierd to be the very first "policy" to present.
This commit is contained in:
parent
ab18cb1848
commit
1fddefa072
2 changed files with 2 additions and 2 deletions
|
|
@ -26,9 +26,9 @@ Table of Contents
|
|||
:maxdepth: 2
|
||||
:caption: WirePlumber's Policies
|
||||
|
||||
policies/software_dsp.rst
|
||||
policies/linking.rst
|
||||
policies/smart_filters.rst
|
||||
policies/software_dsp.rst
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# you need to add here any files you add to the toc directory as well
|
||||
sphinx_files += files(
|
||||
'software_dsp.rst',
|
||||
'linking.rst',
|
||||
'smart_filters.rst',
|
||||
'software_dsp.rst',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue