File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,17 @@ using ITensors
55# https://github.com/JuliaDocs/Documenter.jl/issues/1734
66DocMeta. setdocmeta! (ITensors, :DocTestSetup , :(using ITensors); recursive= true )
77
8+ readme_ccq_logo = """ <img src="docs/src/assets/CCQ.png" width="20%" alt="Flatiron Center for Computational Quantum Physics logo.">"""
9+ index_ccq_logo = """
10+ ```@raw html
11+ <img src="assets/CCQ.png" width="20%" alt="Flatiron Center for Computational Quantum Physics logo.">
12+ ```
13+ """
14+
815readme_str = read (joinpath (@__DIR__ , " .." , " README.md" ), String)
916write (
1017 joinpath (@__DIR__ , " src" , " index.md" ),
11- replace (readme_str, " docs/src/assets/CCQ.png " => " src/assets/CCQ.png " ),
18+ replace (readme_str, readme_ccq_logo => index_ccq_logo ),
1219)
1320
1421sitename = " ITensors.jl"
You can’t perform that action at this time.
0 commit comments