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
Add an examples/README.jl in the Literate.jl format and a workflow in docs/make.jl that calls Literate.markdown on examples/README.jl to generate docs/src/index.md. Then, define README.md as a link to docs/src/index.md, and call examples/README.jl from the tests.
In that way, examples/README.jl acts as both an example, documentation, a README, and a set of tests. We should set this up both in templates/default and in the package itself.
Add an
examples/README.jl
in theLiterate.jl
format and a workflow indocs/make.jl
that callsLiterate.markdown
onexamples/README.jl
to generatedocs/src/index.md
. Then, defineREADME.md
as a link todocs/src/index.md
, and callexamples/README.jl
from the tests.In that way,
examples/README.jl
acts as both an example, documentation, a README, and a set of tests. We should set this up both intemplates/default
and in the package itself.See ITensor/BroadcastMapConversion.jl#1 as a reference.
The text was updated successfully, but these errors were encountered: