mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-06 02:28:02 +02:00
docs: add policies section
This commit is contained in:
parent
9cdb8f3110
commit
052ca9b4a7
5 changed files with 23 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ sphinx_files += files(
|
|||
|
||||
subdir('daemon')
|
||||
subdir('design')
|
||||
subdir('policies')
|
||||
subdir('library')
|
||||
subdir('scripting')
|
||||
subdir('resources')
|
||||
|
|
|
|||
5
docs/rst/policies/linking.rst
Normal file
5
docs/rst/policies/linking.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
.. _policies_linking:
|
||||
|
||||
Linking Policy
|
||||
--------------
|
||||
|
||||
5
docs/rst/policies/meson.build
Normal file
5
docs/rst/policies/meson.build
Normal 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',
|
||||
)
|
||||
5
docs/rst/policies/smart_filters.rst
Normal file
5
docs/rst/policies/smart_filters.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
.. _policies_smart_filters:
|
||||
|
||||
Smart Filters
|
||||
-------------
|
||||
|
||||
Loading…
Add table
Reference in a new issue