Skip to content

Commit

Permalink
build based on 30e7764
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Nov 13, 2023
1 parent cbf28f6 commit 6f32f2d
Show file tree
Hide file tree
Showing 29 changed files with 4,581 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"documenter":{"julia_version":"1.9.3","generation_timestamp":"2023-11-13T20:01:48","documenter_version":"1.1.2"}}
439 changes: 439 additions & 0 deletions dev/HarmonicOscillator/index.html

Large diffs are not rendered by default.

1,263 changes: 1,263 additions & 0 deletions dev/HydrogenAtom/index.html

Large diffs are not rendered by default.

379 changes: 379 additions & 0 deletions dev/InfinitePotentialWell/index.html

Large diffs are not rendered by default.

730 changes: 730 additions & 0 deletions dev/MorsePotential/index.html

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions dev/assets/css/catalog.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
.catalog {
display: flex;
width: 100%;
flex-wrap: wrap;
justify-content: space-between;
}
.catalog .dammy {
width: calc(100% / 2);
}
.catalog .item {
border: 1px solid #dbdbdb!important;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 10px 10px 10px 10px;
box-sizing: border-box;
}
.catalog .item {
width: calc(100% / 2);
}
.item code {
white-space: nowrap;
font-size: 0.85em; /* 0.65em; */
margin-top: 6px;
}
@media screen and (max-width: 1055px) {
.catalog .dammy,
.catalog .item {
width: calc(100% / 2);
}
}
Loading

0 comments on commit 6f32f2d

Please sign in to comment.