Skip to content

Commit 657839c

Browse files
committed
try skip doc problem bits
1 parent 3abba83 commit 657839c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/src/home.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -190,22 +190,22 @@ You can also download the
190190
<a href="
191191
```
192192
```@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"
198198
```
199199
```@raw html
200200
">manifest</a> file and the
201201
<a href="
202202
```
203203
```@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"
209209
```
210210
```@raw html
211211
">project</a> file.

0 commit comments

Comments
 (0)