From f2890cfcf28b09f620a7f950f6f26a349c8a2cf8 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 23 Nov 2024 20:42:55 -0500 Subject: [PATCH 1/3] fix docs --- .github/workflows/CI.yml | 2 +- docs/src/api.md | 4 ++-- docs/src/index.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e090358..a122b86 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: version: - - '1.9' + - '1.10' os: - ubuntu-latest arch: diff --git a/docs/src/api.md b/docs/src/api.md index 90f7c24..e586b09 100644 --- a/docs/src/api.md +++ b/docs/src/api.md @@ -1,8 +1,8 @@ # Api ## LearningToOptimize - +```@index +``` ```@autodocs Modules = [LearningToOptimize] diff --git a/docs/src/index.md b/docs/src/index.md index 2a60e6b..517bdc3 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -26,7 +26,7 @@ Learning to optimize (LearningToOptimize) package that provides basic functional # Flowchart Summary -![flowchart](docs/L2O.png) +![flowchart](../L2O.png) ## Generate Dataset This package provides a basic way of generating a dataset of the solutions of an optimization problem by varying the values of the parameters in the problem and recording it. From c62e96aa07917b52ca9411c7060b06381f99adee Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 23 Nov 2024 20:57:49 -0500 Subject: [PATCH 2/3] update --- .gitignore | 2 +- README.md | 2 +- docs/{ => src/assets}/L2O.png | Bin docs/src/index.md | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename docs/{ => src/assets}/L2O.png (100%) diff --git a/.gitignore b/.gitignore index 38b3609..7c65aa6 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ examples/unitcommitment/app/* */app/* *.edu *.yaml -*.png +# *.png *.jls *.jlso *.jld2 diff --git a/README.md b/README.md index 222ea9e..912bf81 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Learning to optimize (LearningToOptimize) package that provides basic functional # Flowchart Summary -![flowchart](docs/L2O.png) +![flowchart](docs/src/assets/L2O.png) ## Generate Dataset This package provides a basic way of generating a dataset of the solutions of an optimization problem by varying the values of the parameters in the problem and recording it. diff --git a/docs/L2O.png b/docs/src/assets/L2O.png similarity index 100% rename from docs/L2O.png rename to docs/src/assets/L2O.png diff --git a/docs/src/index.md b/docs/src/index.md index 517bdc3..47c5070 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -26,7 +26,7 @@ Learning to optimize (LearningToOptimize) package that provides basic functional # Flowchart Summary -![flowchart](../L2O.png) +![flowchart](assets/L2O.png) ## Generate Dataset This package provides a basic way of generating a dataset of the solutions of an optimization problem by varying the values of the parameters in the problem and recording it. From 4ce90b0a277e5787b2a7f86036ab0de43cda7e38 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 23 Nov 2024 20:58:00 -0500 Subject: [PATCH 3/3] update --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7c65aa6..38b3609 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ examples/unitcommitment/app/* */app/* *.edu *.yaml -# *.png +*.png *.jls *.jlso *.jld2