docs: add policies section

This commit is contained in:
George Kiagiadakis
2024-01-30 12:07:25 +02:00
parent 9cdb8f3110
commit 052ca9b4a7
5 changed files with 23 additions and 0 deletions

View File

@@ -20,6 +20,13 @@ Table of Contents
design/understanding_wireplumber.rst
design/events_and_hooks.rst
.. toctree::
:maxdepth: 2
:caption: WirePlumber's Policies
policies/linking.rst
policies/smart_filters.rst
.. toctree::
:maxdepth: 2
:caption: The WirePlumber Library

View File

@@ -5,6 +5,7 @@ sphinx_files += files(
subdir('daemon')
subdir('design')
subdir('policies')
subdir('library')
subdir('scripting')
subdir('resources')

View File

@@ -0,0 +1,5 @@
.. _policies_linking:
Linking Policy
--------------

View File

@@ -0,0 +1,5 @@
# you need to add here any files you add to the toc directory as well
sphinx_files += files(
'linking.rst',
'smart_filters.rst',
)

View File

@@ -0,0 +1,5 @@
.. _policies_smart_filters:
Smart Filters
-------------