@@ -190,22 +190,22 @@ You can also download the
190
190
<a href="
191
191
```
192
192
``` @eval
193
- using TOML
194
- projtoml = joinpath("..", "..", "Project.toml")
195
- version = TOML.parse(read(projtoml, String))["version"]
196
- name = TOML.parse(read(projtoml, String))["name"]
197
- link = "https://github.com/SciML/" * name * ".jl/tree/gh-pages/v" * version * "/assets/Manifest.toml"
193
+ # using TOML
194
+ # projtoml = joinpath("..", "..", "Project.toml")
195
+ # version = TOML.parse(read(projtoml, String))["version"]
196
+ # name = TOML.parse(read(projtoml, String))["name"]
197
+ # link = "https://github.com/SciML/" * name * ".jl/tree/gh-pages/v" * version * "/assets/Manifest.toml"
198
198
```
199
199
``` @raw html
200
200
">manifest</a> file and the
201
201
<a href="
202
202
```
203
203
``` @eval
204
- using TOML
205
- projtoml = joinpath("..", "..", "Project.toml")
206
- version = TOML.parse(read(projtoml, String))["version"]
207
- name = TOML.parse(read(projtoml, String))["name"]
208
- link = "https://github.com/SciML/" * name * ".jl/tree/gh-pages/v" * version * "/assets/Project.toml"
204
+ # using TOML
205
+ # projtoml = joinpath("..", "..", "Project.toml")
206
+ # version = TOML.parse(read(projtoml, String))["version"]
207
+ # name = TOML.parse(read(projtoml, String))["name"]
208
+ # link = "https://github.com/SciML/" * name * ".jl/tree/gh-pages/v" * version * "/assets/Project.toml"
209
209
```
210
210
``` @raw html
211
211
">project</a> file.
0 commit comments