File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -945,16 +945,14 @@ To also generate the example gallery you can use:
945
945
946
946
make html
947
947
948
- This will run all the examples, which takes a while. If you only want to generate
949
- images for a few examples, you can pass their names (or parts of) to the build command.
950
- The line below will run all examples with names starting with `plot_calibration `:
948
+ This will run all the examples, which takes a while. You can also run only a few examples based on their file names.
949
+ Here is a way to run all examples with filenames containing `plot_calibration `:
951
950
952
951
.. prompt :: bash
953
952
954
953
EXAMPLES_PATTERN="plot_calibration" make html
955
954
956
- You can also pass regular expressions to gain more advanced control over examples
957
- you want run.
955
+ You can use regular expressions for more advanced use cases.
958
956
959
957
Set the environment variable `NO_MATHJAX=1 ` if you intend to view the documentation in
960
958
an offline setting. To build the PDF manual, run:
You can’t perform that action at this time.
0 commit comments