Skip to content

Commit 859fc9c

Browse files
authored
feat: Update (242) and move examples to core repo (#3090)
* feat: Move examples to core repo * feat: license fix * feat: doc fix * feat: doc fix 2 * feat: update settings * feat: remove env var * disable examples * disable examples 1 * run specific examples * render fix * render fix 1
1 parent 2848e13 commit 859fc9c

20 files changed

+1740
-4
lines changed
243 KB
Loading
665 KB
Loading
95.5 KB
Loading
Loading
Loading
40.6 KB
Loading
Loading
Loading
Loading
Loading
28.8 KB
Loading
69.4 KB
Loading
Loading

doc/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ def _stop_fluent_container(gallery_conf, fname):
150150
# path where to save gallery generated examples
151151
"gallery_dirs": ["examples"],
152152
# Pattern to search for example files
153-
"filename_pattern": r"\.py",
153+
"filename_pattern": r"exhaust_system_settings_api\.py|external_compressible_flow\.py|mixing_elbow_settings_api\.py|modeling_cavitation\.py",
154+
# Disabled example scripts
155+
"ignore_pattern": r"ahmed_body_workflow\.py|brake\.py|DOE_ML\.py|radiation_headlamp\.py",
154156
# Remove the "Download all examples" button from the top level gallery
155157
"download_all_examples": False,
156158
# Sort gallery example by file name instead of number of lines (default)

0 commit comments

Comments
 (0)