-
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.
Merge pull request #308 from mabarnes/makie_post_processing-split-files
Split makie_post_processing.jl into smaller files
- Loading branch information
Showing
43 changed files
with
9,646 additions
and
9,558 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] | ||
``` | ||
```` |
Oops, something went wrong.