From b25427801957225f1348e0e64b7d278aa92a25c2 Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Mon, 9 Dec 2024 23:37:05 +0000 Subject: [PATCH] build based on 88679b0 --- dev/.documenter-siteinfo.json | 2 +- dev/index.html | 2 +- dev/objects.inv | 2 +- dev/reference/index.html | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index a940f71..e128731 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2024-12-09T22:50:10","documenter_version":"1.8.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2024-12-09T23:37:00","documenter_version":"1.8.0"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index 90c8113..7323bc4 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

This package resides in the ITensor/ITensorRegistry local registry. In order to install, simply add that registry through your package manager. This step is only required once.

julia> using Pkg: Pkg
 
-julia> Pkg.Registry.add(url="https://github.com/ITensor/ITensorRegistry")

or:

julia> Pkg.Registry.add(url="git@github.com:ITensor/ITensorRegistry.git")

if you want to use SSH credentials, which can make it so you don't have to enter your Github ursername and password when registering packages.

Then, the package can be added as usual through the package manager:

julia> Pkg.add("ITensorPkgSkeleton")

Examples

using ITensorPkgSkeleton: ITensorPkgSkeleton

Examples go here.


This page was generated using Literate.jl.

+julia> Pkg.Registry.add(url="https://github.com/ITensor/ITensorRegistry")

or:

julia> Pkg.Registry.add(url="git@github.com:ITensor/ITensorRegistry.git")

if you want to use SSH credentials, which can make it so you don't have to enter your Github ursername and password when registering packages.

Then, the package can be added as usual through the package manager:

julia> Pkg.add("ITensorPkgSkeleton")

Examples

using ITensorPkgSkeleton: ITensorPkgSkeleton

Examples go here.


This page was generated using Literate.jl.

diff --git a/dev/objects.inv b/dev/objects.inv index eb6fc0b..34344a4 100644 --- a/dev/objects.inv +++ b/dev/objects.inv @@ -1,6 +1,6 @@ # Sphinx inventory version 2 # Project: ITensorPkgSkeleton.jl -# Version: 0.1.1 +# Version: 0.2.0 # The remainder of this file is compressed using zlib. xO @~Zt-{lSq6vWaDm޼7hN)LȢ䘯ᖲg{nY]ZSbV2W]>KvNҜ3{lS7Wxڽ"?-ۋGxADIM5 ձB ;b* \ No newline at end of file diff --git a/dev/reference/index.html b/dev/reference/index.html index 0ec97f5..f667aa0 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", "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", "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", "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", "src", "test"]

source