You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
174
+
175
+
Then, use `LocalRegistry.jl` to register the package. First, you should add `LocalRegistry.jl` in your global environment. Then, activate the package and call:
176
+
```julia
177
+
using LocalRegistry: LocalRegistry
178
+
LocalRegistry.register()
179
+
```
180
+
"""
181
+
end
182
+
158
183
"""
159
184
$(SIGNATURES)
160
185
@@ -165,7 +190,7 @@ Generate a package template for a package, by default in the ITensor organizatio
165
190
166
191
# Examples
167
192
168
-
```jldoctest
193
+
```julia
169
194
julia> using ITensorPkgSkeleton: ITensorPkgSkeleton;
0 commit comments