From 296706733080e696e9188b80722e45efe0344fb5 Mon Sep 17 00:00:00 2001 From: Boris Kaus <61824822+boriskaus@users.noreply.github.com> Date: Wed, 12 Jul 2023 14:36:46 +0200 Subject: [PATCH 1/3] Update Project.toml --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 05d6c21..e6dda70 100644 --- a/Project.toml +++ b/Project.toml @@ -21,6 +21,7 @@ julia = "1.6" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a" [targets] test = ["Test"] From 68052f6b6812d960ee659919b63635cdb3ec5a73 Mon Sep 17 00:00:00 2001 From: Boris Kaus <61824822+boriskaus@users.noreply.github.com> Date: Wed, 12 Jul 2023 14:38:03 +0200 Subject: [PATCH 2/3] Update blank.yml --- .github/workflows/blank.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 918b875..81a24ad 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -15,6 +15,7 @@ jobs: matrix: version: - '1.8' + - '1.9' - 'nightly' os: - ubuntu-latest From 9a978ec2a7262fec5ed8c459588d7b9b585c377b Mon Sep 17 00:00:00 2001 From: Boris Kaus <61824822+boriskaus@users.noreply.github.com> Date: Wed, 12 Jul 2023 15:32:26 +0200 Subject: [PATCH 3/3] Update listfunctions.md --- docs/src/man/listfunctions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/man/listfunctions.md b/docs/src/man/listfunctions.md index 8e0b638..6e3af1d 100644 --- a/docs/src/man/listfunctions.md +++ b/docs/src/man/listfunctions.md @@ -9,5 +9,5 @@ Modules = [LaMEM.Run] ``` ## Reading LaMEM output back into julia ```@autodocs -Modules = [LaMEM.IO] -``` +Modules = [LaMEM.IO_functions] +```