diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index b98bc78..ecafbad 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-11-22T22:11:18","documenter_version":"1.8.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-11-23T13:29:20","documenter_version":"1.8.0"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index 8eed21a..ad2b11f 100644 --- a/dev/index.html +++ b/dev/index.html @@ -3,7 +3,7 @@ julia> Pkg.add("https://github.com/ITensor/ITensorPkgSkeleton.jl")
using ITensorPkgSkeleton: ITensorPkgSkeleton
This step might be required to circumvent issues with the version of git installed by Git.jl
.
ITensorPkgSkeleton.use_system_git!()
If path
isn't specified, it defaults to ~/.julia/dev
.
ITensorPkgSkeleton.generate("NewPkg"; path=mktempdir())
getting template replacement values
reading template /home/runner/work/ITensorPkgSkeleton.jl/ITensorPkgSkeleton.jl/templates/default from /home/runner/work/ITensorPkgSkeleton.jl/ITensorPkgSkeleton.jl/templates/default
-target /tmp/jl_ozRmjv/NewPkg does not exist, creating with a git repository
+target /tmp/jl_YtpkHy/NewPkg does not exist, creating with a git repository
applying template /home/runner/work/ITensorPkgSkeleton.jl/ITensorPkgSkeleton.jl/templates/default
(OVER)WRITING the following files (missing or committed in the repository):
.JuliaFormatter.toml
@@ -25,20 +25,14 @@
benchmark/benchmarks.jl
docs/Project.toml
docs/make.jl
- docs/src/index.md
+ docs/make_index.jl
examples/Project.toml
examples/README.jl
+ make_readme.jl
src/NewPkg.jl
test/Project.toml
test/runtests.jl
test/test_aqua.jl
test/test_basics.jl
test/test_examples.jl
-successfully generated NewPkg
You can generate this README with:
using Literate: Literate
-using ITensorPkgSkeleton: ITensorPkgSkeleton
-Literate.markdown(
- joinpath(pkgdir(ITensorPkgSkeleton), "examples", "README.jl"),
- joinpath(pkgdir(ITensorPkgSkeleton), "docs", "src");
- flavor=Literate.DocumenterFlavor(),
- name="index",
-)
This page was generated using Literate.jl.
Settings
This document was generated with Documenter.jl version 1.8.0 on Friday 22 November 2024. Using Julia version 1.11.1.