Skip to content

Commit

Permalink
Add sciml tutorials to conf.py file.
Browse files Browse the repository at this point in the history
Somehow they were removed during merge of devel and sciml branches. But I cannot easily revert back and apply changes again.
  • Loading branch information
jdjakem committed May 23, 2024
1 parent 5da77ff commit b4dfaf8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,17 @@
'plot_multiindex_collocation.py',
'plot_multifidelity_gp.py',
'plot_gaussian_mfnets.py',
# SciML
'plot_derive_certann.py',
'plot_fourier_transform.py',
'plot_derive_dct.py',
'plot_dct_properties.py',
'plot_neural_operator_cases.py',
'plot_greens_functions.py',
'plot_kernels.py',
'plot_learning_greens_functions.py',
'plot_wave_equation.py',
'plot_neural_network_backprop.py',
]

example_dirs = ['../../tutorials', '../../examples']
Expand Down

0 comments on commit b4dfaf8

Please sign in to comment.