Skip to content

Commit 4555bc4

Browse files
committed
fixed: moved reproducibility text from README to index.md
1 parent 6abd002 commit 4555bc4

File tree

2 files changed

+54
-55
lines changed

2 files changed

+54
-55
lines changed

README.md

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -541,58 +541,3 @@ for sparsity patterns. In the future, those two packages should just depend on
541541
ArrayInterface.jl and remove this issue entirely from the user space.
542542

543543
Additionally, GPUs need ArrayInterfaceGPUArrays for proper determination of the indexing.
544-
545-
## Reproducibility
546-
```@raw html
547-
<details><summary>The documentation of this SciML package was built using these direct dependencies,</summary>
548-
```
549-
```@example
550-
using Pkg # hide
551-
Pkg.status() # hide
552-
```
553-
```@raw html
554-
</details>
555-
```
556-
```@raw html
557-
<details><summary>and using this machine and Julia version.</summary>
558-
```
559-
```@example
560-
using InteractiveUtils # hide
561-
versioninfo() # hide
562-
```
563-
```@raw html
564-
</details>
565-
```
566-
```@raw html
567-
<details><summary>A more complete overview of all dependencies and their versions is also provided.</summary>
568-
```
569-
```@example
570-
using Pkg # hide
571-
Pkg.status(;mode = PKGMODE_MANIFEST) # hide
572-
```
573-
```@raw html
574-
</details>
575-
```
576-
```@raw html
577-
You can also download the
578-
<a href="
579-
```
580-
```@eval
581-
using TOML
582-
version = TOML.parse(read("../../Project.toml",String))["version"]
583-
name = TOML.parse(read("../../Project.toml",String))["name"]
584-
link = "https://github.com/SciML/"*name*".jl/tree/gh-pages/v"*version*"/assets/Manifest.toml"
585-
```
586-
```@raw html
587-
">manifest</a> file and the
588-
<a href="
589-
```
590-
```@eval
591-
using TOML
592-
version = TOML.parse(read("../../Project.toml",String))["version"]
593-
name = TOML.parse(read("../../Project.toml",String))["name"]
594-
link = "https://github.com/SciML/"*name*".jl/tree/gh-pages/v"*version*"/assets/Project.toml"
595-
```
596-
```@raw html
597-
">project</a> file.
598-
```

docs/src/index.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,5 +555,59 @@ Additionally, GPUs need ArrayInterfaceGPUArrays for proper determination of the
555555
- See also [SciML Community page](https://sciml.ai/community/)
556556

557557

558+
## Reproducibility
559+
```@raw html
560+
<details><summary>The documentation of this SciML package was built using these direct dependencies,</summary>
561+
```
562+
```@example
563+
using Pkg # hide
564+
Pkg.status() # hide
565+
```
566+
```@raw html
567+
</details>
568+
```
569+
```@raw html
570+
<details><summary>and using this machine and Julia version.</summary>
571+
```
572+
```@example
573+
using InteractiveUtils # hide
574+
versioninfo() # hide
575+
```
576+
```@raw html
577+
</details>
578+
```
579+
```@raw html
580+
<details><summary>A more complete overview of all dependencies and their versions is also provided.</summary>
581+
```
582+
```@example
583+
using Pkg # hide
584+
Pkg.status(;mode = PKGMODE_MANIFEST) # hide
585+
```
586+
```@raw html
587+
</details>
588+
```
589+
```@raw html
590+
You can also download the
591+
<a href="
592+
```
593+
```@eval
594+
using TOML
595+
version = TOML.parse(read("../../Project.toml",String))["version"]
596+
name = TOML.parse(read("../../Project.toml",String))["name"]
597+
link = "https://github.com/SciML/"*name*".jl/tree/gh-pages/v"*version*"/assets/Manifest.toml"
598+
```
599+
```@raw html
600+
">manifest</a> file and the
601+
<a href="
602+
```
603+
```@eval
604+
using TOML
605+
version = TOML.parse(read("../../Project.toml",String))["version"]
606+
name = TOML.parse(read("../../Project.toml",String))["name"]
607+
link = "https://github.com/SciML/"*name*".jl/tree/gh-pages/v"*version*"/assets/Project.toml"
608+
```
609+
```@raw html
610+
">project</a> file.
611+
```
558612

559613

0 commit comments

Comments
 (0)