
Eyal Edri has submitted this change and it was merged. Change subject: Added docs ...................................................................... Added docs * Documenting the bash scripts with doxygen * Documenting the python ones with sphinx * Bundling it all together in html with sphinx * Formatting the comments to be properly picked up * Added automation dir and scripts to build the docs on ci Change-Id: Iafc57df0c707ee1a06a3f9707a94968a3235cf60 Signed-off-by: David Caro <dcaroest@redhat.com> --- A Makefile A automation/build-artifacts.packages A automation/build-artifacts.sh A automation/check-merged.packages A automation/check-merged.sh A automation/check-patch.packages A automation/check-patch.sh A automation/common.sh A docs/Doxyfile A docs/Doxyfile_hooks A docs/Makefile A docs/requires.txt A docs/source/Adding_hooks.rst A docs/source/Bash_hooks.rst A docs/source/Bash_libs.rst A docs/source/Configuration.rst A docs/source/Hook_dispatcher.rst A docs/source/Installation.rst A docs/source/Python_hooks.rst A docs/source/Python_libs.rst A docs/source/conf.py A docs/source/index.rst M hooks/custom_hooks/change-merged.set_MODIFIED A hooks/custom_hooks/change-merged.set_MODIFIED.sh M hooks/custom_hooks/comment-added.propagate_review_values A hooks/custom_hooks/comment_added_propagate_review_values.py M hooks/custom_hooks/patchset-created.bz.0.has_bug_url A hooks/custom_hooks/patchset-created.bz.0.has_bug_url.sh M hooks/custom_hooks/patchset-created.bz.1.is_public A hooks/custom_hooks/patchset-created.bz.1.is_public.sh M hooks/custom_hooks/patchset-created.bz.2.correct_product A hooks/custom_hooks/patchset-created.bz.2.correct_product.sh M hooks/custom_hooks/patchset-created.bz.3.correct_target_milestone A hooks/custom_hooks/patchset-created.bz.3.correct_target_milestone.sh M hooks/custom_hooks/patchset-created.bz.3.correct_target_release A hooks/custom_hooks/patchset-created.bz.3.correct_target_release.sh M hooks/custom_hooks/patchset-created.bz.98.set_POST A hooks/custom_hooks/patchset-created.bz.98.set_POST.sh M hooks/custom_hooks/patchset-created.bz.99.review_ok A hooks/custom_hooks/patchset-created.bz.99.review_ok.sh M hooks/custom_hooks/patchset-created.warn_if_not_merged_to_previous_branch A hooks/custom_hooks/patchset_created_warn_if_not_merged_to_previous_branch.py M hooks/custom_hooks/update_tracker A hooks/custom_hooks/update_tracker.py M hooks/hook-dispatcher A hooks/hook_dispatcher.py M hooks/lib/bz.sh M hooks/lib/conf.sh M hooks/lib/config.py M hooks/lib/gerrit.sh M hooks/lib/tools.sh A scripts/doxygen-bash.sed 52 files changed, 6,504 insertions(+), 631 deletions(-) Approvals: Eyal Edri: Looks good to me, approved Jenkins CI: Passed CI tests David Caro: Verified -- To view, visit https://gerrit.ovirt.org/56819 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iafc57df0c707ee1a06a3f9707a94968a3235cf60 Gerrit-PatchSet: 9 Gerrit-Project: gerrit-admin Gerrit-Branch: master Gerrit-Owner: David Caro <dcaro@redhat.com> Gerrit-Reviewer: David Caro <dcaro@redhat.com> Gerrit-Reviewer: Eyal Edri <eedri@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>