Skip to content

Commit

Permalink
Docstring formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Nov 26, 2024
1 parent b71c78b commit a974aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ITensorPkgSkeleton.jl
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ end
"""
$(SIGNATURES)
All available templates when constructing a package. Includes the following templates: $(all_templates())
All available templates when constructing a package. Includes the following templates: `$(all_templates())`
"""
function all_templates()
return [
Expand All @@ -161,7 +161,7 @@ end
"""
$(SIGNATURES)
Default templates when constructing a package. Includes the following templates: $(default_templates())
Default templates when constructing a package. Includes the following templates: `$(default_templates())`
"""
default_templates() = all_templates()

Expand Down

0 comments on commit a974aed

Please sign in to comment.