-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip
plots_post_processing
in docs, because Python broken on Github CI
- Loading branch information
1 parent
ced00b8
commit c51ce1f
Showing
6 changed files
with
28 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
`plot_MMS_sequence` | ||
=================== | ||
|
||
```` | ||
```@autodocs | ||
Modules = [plots_post_processing.plot_MMS_sequence] | ||
``` | ||
```` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
`plot_sequence` | ||
=============== | ||
|
||
```` | ||
```@autodocs | ||
Modules = [plots_post_processing.plot_sequence] | ||
``` | ||
```` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,15 @@ | ||
`plots_post_processing` | ||
======================= | ||
|
||
As of 20/1/2025, importing `Plots` in the Github Actions CI causes an error, so | ||
for now we skip building the documentation for `plots_post_processing` as we | ||
cannot import the module without its `Plots` dependency. When this is fixed, | ||
remove the quadruple-backticks that comment out the `@autodocs` block below, in | ||
`docs/src/zz_plot_sequence.md` and in `docs/src/zz_plot_MMS_sequence.md`, and | ||
uncomment the lines with `plots_post_processing` in `docs/make.jl`, | ||
`docs/make-pdf.jl`, and `docs/Project.toml`. | ||
```` | ||
```@autodocs | ||
Modules = [plots_post_processing, plots_post_processing.post_processing_input, plots_post_processing.shared_utils] | ||
``` | ||
```` |