docs: add policies section
This commit is contained in:
@@ -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
|
||||
-------------
|
||||
|
Reference in New Issue
Block a user