Skip to content

Commit 4143fc7

Browse files
author
Documenter.jl
committed
build based on c13b97e
1 parent bfb9a93 commit 4143fc7

60 files changed

Lines changed: 6873 additions & 3 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

stable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.4.0
1+
v2.5.0

v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.4.0
1+
v2.5.0

v2.5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v2.5.0

v2.5.0/.documenter-siteinfo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"documenter":{"documenter_version":"1.17.0","generation_timestamp":"2026-07-08T17:20:37","julia_version":"1.12.6"}}

v2.5.0/NEWS/index.html

Lines changed: 2 additions & 0 deletions
Large diffs are not rendered by default.
16.6 KB
Loading
53.5 KB
Loading

v2.5.0/assets/apple-touch-icon.png

15.3 KB
Loading

v2.5.0/assets/citations.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/* Taken from https://juliadocs.org/DocumenterCitations.jl/v1.2/styling/ */
2+
3+
.citation dl {
4+
display: grid;
5+
grid-template-columns: max-content auto; }
6+
.citation dt {
7+
grid-column-start: 1; }
8+
.citation dd {
9+
grid-column-start: 2;
10+
margin-bottom: 0.75em; }
11+
.citation ul {
12+
padding: 0 0 2.25em 0;
13+
margin: 0;
14+
list-style: none;}
15+
.citation ul li {
16+
text-indent: -2.25em;
17+
margin: 0.33em 0.5em 0.5em 2.25em;}
18+
.citation ol li {
19+
padding-left:0.75em;}

0 commit comments

Comments
 (0)