From 002e879772d6236f09724785d84828f2dc9a4385 Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Mon, 9 Dec 2024 22:50:15 +0000 Subject: [PATCH] build based on a45c617 --- 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 48cd219..a940f71 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2024-12-08T21:58:36","documenter_version":"1.8.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2024-12-09T22:50:10","documenter_version":"1.8.0"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index da5fb81..90c8113 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/reference/index.html b/dev/reference/index.html index 4320141..0ec97f5 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