Skip to content

Commit 4b5351a

Browse files
Fix docs (#23)
* fix docs * update * update
1 parent 7b733e5 commit 4b5351a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1.9'
21+
- '1.10'
2222
os:
2323
- ubuntu-latest
2424
arch:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Learning to optimize (LearningToOptimize) package that provides basic functional
1515

1616
# Flowchart Summary
1717

18-
![flowchart](docs/L2O.png)
18+
![flowchart](docs/src/assets/L2O.png)
1919

2020
## Generate Dataset
2121
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.

docs/src/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Api
22
## LearningToOptimize
33

4-
<!-- ```@index
5-
``` -->
4+
```@index
5+
```
66

77
```@autodocs
88
Modules = [LearningToOptimize]
File renamed without changes.

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Learning to optimize (LearningToOptimize) package that provides basic functional
2626

2727
# Flowchart Summary
2828

29-
![flowchart](docs/L2O.png)
29+
![flowchart](assets/L2O.png)
3030

3131
## Generate Dataset
3232
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.

0 commit comments

Comments
 (0)