From 41f21a9c29338e7e520b36be2038d196366fb0f8 Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Mon, 9 Dec 2024 20:47:12 +0000 Subject: [PATCH] build based on 8e662d9 --- previews/PR41/.documenter-siteinfo.json | 2 +- previews/PR41/index.html | 2 +- previews/PR41/reference/index.html | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/previews/PR41/.documenter-siteinfo.json b/previews/PR41/.documenter-siteinfo.json index 157d0b3..12ca440 100644 --- a/previews/PR41/.documenter-siteinfo.json +++ b/previews/PR41/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2024-12-09T20:28:11","documenter_version":"1.8.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2024-12-09T20:47:05","documenter_version":"1.8.0"}} \ No newline at end of file diff --git a/previews/PR41/index.html b/previews/PR41/index.html index 8bb25dd..ef7cecc 100644 --- a/previews/PR41/index.html +++ b/previews/PR41/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/previews/PR41/reference/index.html b/previews/PR41/reference/index.html index 032a11d..8234d44 100644 --- a/previews/PR41/reference/index.html +++ b/previews/PR41/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