Skip to content

Commit 7a540c2

Browse files
committed
fixed: moved reproducibility from README to index.md
1 parent 7e2bcd7 commit 7a540c2

File tree

2 files changed

+54
-57
lines changed

2 files changed

+54
-57
lines changed

README.md

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -225,58 +225,3 @@ Load that package if ReverseDiff overloads are required.
225225
[AutoPreallocation.jl](https://github.com/oxinabox/AutoPreallocation.jl) tries
226226
to do this automatically at the compiler level. [Alloc.jl](https://github.com/FluxML/Alloc.jl)
227227
tries to do this with a bump allocator.
228-
229-
## Reproducibility
230-
```@raw html
231-
<details><summary>The documentation of this SciML package was build using these direct dependencies,</summary>
232-
```
233-
```@example
234-
using Pkg # hide
235-
Pkg.status() # hide
236-
```
237-
```@raw html
238-
</details>
239-
```
240-
```@raw html
241-
<details><summary>and using this machine and Julia version.</summary>
242-
```
243-
```@example
244-
using InteractiveUtils # hide
245-
versioninfo() # hide
246-
```
247-
```@raw html
248-
</details>
249-
```
250-
```@raw html
251-
<details><summary>A more complete overview of all dependencies and their versions is also provided.</summary>
252-
```
253-
```@example
254-
using Pkg # hide
255-
Pkg.status(;mode = PKGMODE_MANIFEST) # hide
256-
```
257-
```@raw html
258-
</details>
259-
```
260-
```@raw html
261-
You can also download the
262-
<a href="
263-
```
264-
```@eval
265-
using TOML
266-
version = TOML.parse(read("../../Project.toml",String))["version"]
267-
name = TOML.parse(read("../../Project.toml",String))["name"]
268-
link = "https://github.com/SciML/"*name*".jl/tree/gh-pages/v"*version*"/assets/Manifest.toml"
269-
```
270-
```@raw html
271-
">manifest</a> file and the
272-
<a href="
273-
```
274-
```@eval
275-
using TOML
276-
version = TOML.parse(read("../../Project.toml",String))["version"]
277-
name = TOML.parse(read("../../Project.toml",String))["name"]
278-
link = "https://github.com/SciML/"*name*".jl/tree/gh-pages/v"*version*"/assets/Project.toml"
279-
```
280-
```@raw html
281-
">project</a> file.
282-
```

docs/src/index.md

Lines changed: 54 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,5 +231,57 @@ tries to do this with a bump allocator.
231231
- See also [SciML Community page](https://sciml.ai/community/)
232232

233233

234-
235-
234+
## Reproducibility
235+
```@raw html
236+
<details><summary>The documentation of this SciML package was build using these direct dependencies,</summary>
237+
```
238+
```@example
239+
using Pkg # hide
240+
Pkg.status() # hide
241+
```
242+
```@raw html
243+
</details>
244+
```
245+
```@raw html
246+
<details><summary>and using this machine and Julia version.</summary>
247+
```
248+
```@example
249+
using InteractiveUtils # hide
250+
versioninfo() # hide
251+
```
252+
```@raw html
253+
</details>
254+
```
255+
```@raw html
256+
<details><summary>A more complete overview of all dependencies and their versions is also provided.</summary>
257+
```
258+
```@example
259+
using Pkg # hide
260+
Pkg.status(;mode = PKGMODE_MANIFEST) # hide
261+
```
262+
```@raw html
263+
</details>
264+
```
265+
```@raw html
266+
You can also download the
267+
<a href="
268+
```
269+
```@eval
270+
using TOML
271+
version = TOML.parse(read("../../Project.toml",String))["version"]
272+
name = TOML.parse(read("../../Project.toml",String))["name"]
273+
link = "https://github.com/SciML/"*name*".jl/tree/gh-pages/v"*version*"/assets/Manifest.toml"
274+
```
275+
```@raw html
276+
">manifest</a> file and the
277+
<a href="
278+
```
279+
```@eval
280+
using TOML
281+
version = TOML.parse(read("../../Project.toml",String))["version"]
282+
name = TOML.parse(read("../../Project.toml",String))["name"]
283+
link = "https://github.com/SciML/"*name*".jl/tree/gh-pages/v"*version*"/assets/Project.toml"
284+
```
285+
```@raw html
286+
">project</a> file.
287+
```

0 commit comments

Comments
 (0)