Skip to content

Commit

Permalink
Fix href URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ohno committed Nov 13, 2023
1 parent 7924fed commit 212fe34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,25 @@ julia> He.E(n=1)
```@raw html
<div class="catalog">
<div class="item">
<a target="_blank" href="./InfinitePotentialWell.html">
<a target="_blank" href="./InfinitePotentialWell">
<img src="assets/fig/InfinitePotentialWell_6_1.png" alt="InfinitePotentialWell"/>
</a>
<code>InfinitePotentialWell</code>
</div>
<div class="item">
<a target="_blank" href="./HarmonicOscillator.html">
<a target="_blank" href="./HarmonicOscillator">
<img src="assets/fig/HarmonicOscillator_6_1.png" alt="HarmonicOscillator"/>
</a>
<code>HarmonicOscillator</code>
</div>
<div class="item">
<a target="_blank" href="./MorsePotential.html">
<a target="_blank" href="./MorsePotential">
<img src="assets/fig/MorsePotential_6_1.png" alt="MorsePotential"/>
</a>
<code>MorsePotential</code>
</div>
<div class="item">
<a target="_blank" href="./HydrogenAtom.html">
<a target="_blank" href="./HydrogenAtom">
<img src="assets/fig/HydrogenAtom_5_1.png" alt="HydrogenAtom"/>
</a>
<code>HydrogenAtom</code>
Expand Down
2 changes: 1 addition & 1 deletion test/HydrogenAtom.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MP = antiq(:MorsePotential)


println(raw"""
#### Associated Legendre Polynomials $P_n^m(x)$s
#### Associated Legendre Polynomials $P_n^m(x)$
```math
\begin{aligned}
Expand Down

0 comments on commit 212fe34

Please sign in to comment.