From 33743aeb2be37d166bcc3291a98dd22026871cef Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Fri, 5 Feb 2021 10:07:19 +0100 Subject: examples: directory structure When generating the gallery automatically, the structure of the examples was not the same for all the modules. This reorganization was made under the following assumption: An example requires: - its own directory, - a '.pyproject' file, - one or more '.py' files, - extra files (likes images, .rc, .ui, etc) Even for cases when subdirectories are made to depict categories, like 'widgets/state-machine/...', one directory is required per example. There should not be '.pyproject' files for categories, except for the general 'examples.pyproject' to open all of them. Task-number: PYSIDE-1490 Pick-to: 6.0 Change-Id: Ie690773c816a248016dbebaad90fbb1d1c2aeea5 Reviewed-by: Cristian Maureira-Fredes --- examples/tutorial/tutorial.pyproject | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 examples/tutorial/tutorial.pyproject (limited to 'examples/tutorial/tutorial.pyproject') diff --git a/examples/tutorial/tutorial.pyproject b/examples/tutorial/tutorial.pyproject deleted file mode 100644 index 09478e108..000000000 --- a/examples/tutorial/tutorial.pyproject +++ /dev/null @@ -1,5 +0,0 @@ -{ - "files": ["t6.py", "t9.py", "t8.py", "t13.py", "t10.py", "t7.py", - "t3.py", "t4.py", "t1.py", "t12.py", "t2.py", "t5.py", - "t11.py", "t14.py"] -} -- cgit v1.2.3