File tree Expand file tree Collapse file tree 1 file changed +1
-36
lines changed Expand file tree Collapse file tree 1 file changed +1
-36
lines changed Original file line number Diff line number Diff line change @@ -174,39 +174,4 @@ versioninfo() # hide
174
174
```
175
175
``` @raw html
176
176
</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
+ ```
You can’t perform that action at this time.
0 commit comments