docs: add documentation on device, default-nodes and linking scripts
This commit is contained in:
3
docs/rst/scripts/default_nodes.rst
Normal file
3
docs/rst/scripts/default_nodes.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
.. _default_nodes_scripts:
|
||||
|
||||
.. include:: ../../../src/scripts/default-nodes/README.rst
|
3
docs/rst/scripts/device.rst
Normal file
3
docs/rst/scripts/device.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
.. _device_scripts:
|
||||
|
||||
.. include:: ../../../src/scripts/device/README.rst
|
15
docs/rst/scripts/existing_scripts.rst
Normal file
15
docs/rst/scripts/existing_scripts.rst
Normal file
@@ -0,0 +1,15 @@
|
||||
.. _existing_scripts:
|
||||
|
||||
Existing Scripts
|
||||
================
|
||||
|
||||
This section documents all the existing lua scripts that are shipped with
|
||||
WirePlumber, including information on the hooks that they provide and
|
||||
information on how to extend the logic with additional custom scripts & hooks.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
default_nodes.rst
|
||||
device.rst
|
||||
linking.rst
|
3
docs/rst/scripts/linking.rst
Normal file
3
docs/rst/scripts/linking.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
.. _linking_scripts:
|
||||
|
||||
.. include:: ../../../src/scripts/linking/README.rst
|
10
docs/rst/scripts/meson.build
Normal file
10
docs/rst/scripts/meson.build
Normal file
@@ -0,0 +1,10 @@
|
||||
# you need to add here any files you add to the toc directory as well
|
||||
sphinx_files += files(
|
||||
'existing_scripts.rst',
|
||||
'default_nodes.rst',
|
||||
meson.current_source_dir()/'..'/'..'/'..'/'src'/'scripts'/'default-nodes'/'README.rst',
|
||||
'device.rst',
|
||||
meson.current_source_dir()/'..'/'..'/'..'/'src'/'scripts'/'device'/'README.rst',
|
||||
'linking.rst',
|
||||
meson.current_source_dir()/'..'/'..'/'..'/'src'/'scripts'/'linking'/'README.rst',
|
||||
)
|
Reference in New Issue
Block a user