Skip to content
Snippets Groups Projects
Commit 186046df authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

add private method _run_playbook_proc to documentation

parent 4e50e94c
Branches
Tags
1 merge request!62Feature/update documentation
#!/bin/sh
set -o errexit
set -o nounset
pip install -r requirements.txt pip install -r requirements.txt
pip install -e . pip install -e .
......
...@@ -3,4 +3,5 @@ ...@@ -3,4 +3,5 @@
.. automodule:: lso.playbook .. automodule:: lso.playbook
:members: :members:
:private-members:
:show-inheritance: :show-inheritance:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment