From 965c71383e820c5e3687c6a1a0d10a5ff595d892 Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Tue, 26 Nov 2024 01:44:33 +0000 Subject: [PATCH] build based on 80fca09 --- dev/.documenter-siteinfo.json | 2 +- dev/index.html | 2 +- dev/reference/index.html | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 3d9f3b1..5cc2fcf 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-11-26T01:38:39","documenter_version":"1.8.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-11-26T01:44:29","documenter_version":"1.8.0"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index 7fac575..1baa747 100644 --- a/dev/index.html +++ b/dev/index.html @@ -1,4 +1,4 @@ Home · ITensorPkgSkeleton.jl

ITensorPkgSkeleton.jl

Stable Dev Build Status Coverage Code Style: Blue Aqua

Installation instructions

julia> using Pkg: Pkg
 
-julia> Pkg.add("https://github.com/ITensor/ITensorPkgSkeleton.jl")

Examples

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())

This page was generated using Literate.jl.

+julia> Pkg.add("https://github.com/ITensor/ITensorPkgSkeleton.jl")

Examples

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())

This page was generated using Literate.jl.

diff --git a/dev/reference/index.html b/dev/reference/index.html index 9ff69a1..2bb4315 100644 --- a/dev/reference/index.html +++ b/dev/reference/index.html @@ -24,6 +24,6 @@ julia> ITensorPkgSkeleton.generate("NewPkg"; path=mktempdir(), downstreampkgs=["ITensors", "ITensorMPS"]); -julia> ITensorPkgSkeleton.generate("NewPkg"; path=mktempdir(), downstreampkgs=[(user="ITensor", repo="ITensors")]);

Arguments

Keywords

source
ITensorPkgSkeleton.default_templatesFunction
default_templates()
-

Default templates when constructing a package. Includes the following templates: ["benchmark", "docs", "downstreampkgs", "examples", "formatter", "github", "gitignore", "license", "precommit", "project", "readme", "src", "test"]

source
ITensorPkgSkeleton.all_templatesFunction
all_templates()
-

All available templates when constructing a package. Includes the following templates: ["benchmark", "docs", "downstreampkgs", "examples", "formatter", "github", "gitignore", "license", "precommit", "project", "readme", "src", "test"]

source
+julia> ITensorPkgSkeleton.generate("NewPkg"; path=mktempdir(), downstreampkgs=[(user="ITensor", repo="ITensors")]);

Arguments

Keywords

source
ITensorPkgSkeleton.default_templatesFunction
default_templates()
+

Default templates when constructing a package. Includes the following templates: ["benchmark", "docs", "downstreampkgs", "examples", "formatter", "github", "gitignore", "license", "precommit", "project", "readme", "src", "test"]

source
ITensorPkgSkeleton.all_templatesFunction
all_templates()
+

All available templates when constructing a package. Includes the following templates: ["benchmark", "docs", "downstreampkgs", "examples", "formatter", "github", "gitignore", "license", "precommit", "project", "readme", "src", "test"]

source