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:
George Kiagiadakis
2024-03-30 15:52:14 +02:00
parent ab18cb1848
commit 1fddefa072
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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',
)