Skip to content

Commit 6136925

Browse files
committed
up
1 parent b20b1ee commit 6136925

File tree

1 file changed

+1
-36
lines changed

1 file changed

+1
-36
lines changed

docs/src/home.md

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -174,39 +174,4 @@ versioninfo() # hide
174174
```
175175
```@raw html
176176
</details>
177-
```
178-
```@raw html
179-
<details><summary>A more complete overview of all dependencies and their versions is also provided.</summary>
180-
```
181-
```@example
182-
using Pkg # hide
183-
Pkg.status(; mode = PKGMODE_MANIFEST) # hide
184-
```
185-
```@raw html
186-
</details>
187-
```
188-
```@raw html
189-
You can also download the
190-
<a href="
191-
```
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"
198-
```
199-
```@raw html
200-
">manifest</a> file and the
201-
<a href="
202-
```
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"
209-
```
210-
```@raw html
211-
">project</a> file.
212-
```
177+
```

0 commit comments

Comments
 (0)