From f029a27152cf7c7a741ce03a6f91be71729093ca Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 7 Dec 2021 15:21:37 +0100 Subject: Document the scriptableapplication, samplebinding examples Add a dummy .pyproject file into the doc directory for the example gallery script to collect it. Convert the .md files to .rst files for the documentation. Pick-to: 6.2 Change-Id: I87ea5b980d3d2177a7851f71462ca0b0bd0eba7e Reviewed-by: Cristian Maureira-Fredes --- .../scriptableapplication/doc/scriptableapplication.pyproject | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/scriptableapplication/doc/scriptableapplication.pyproject (limited to 'examples/scriptableapplication/doc/scriptableapplication.pyproject') diff --git a/examples/scriptableapplication/doc/scriptableapplication.pyproject b/examples/scriptableapplication/doc/scriptableapplication.pyproject new file mode 100644 index 000000000..eee541125 --- /dev/null +++ b/examples/scriptableapplication/doc/scriptableapplication.pyproject @@ -0,0 +1,9 @@ +{ + "files": ["../main.cpp", + "../mainwindow.cpp", + "../mainwindow.h", + "../pythonutils.cpp", + "../pythonutils.h", + "../wrappedclasses.h", + "../CMakeLists.txt"] +} -- cgit v1.2.3