Skip to content

Commit

Permalink
build based on d956bcd
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Sep 17, 2023
1 parent 62c2443 commit 8ef5ee1
Show file tree
Hide file tree
Showing 45 changed files with 15,769 additions and 292 deletions.
76 changes: 38 additions & 38 deletions dev/api/index.html

Large diffs are not rendered by default.

77 changes: 5 additions & 72 deletions dev/assets/documenter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions dev/assets/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7,749 changes: 7,747 additions & 2 deletions dev/assets/themes/documenter-dark.css

Large diffs are not rendered by default.

7,805 changes: 7,803 additions & 2 deletions dev/assets/themes/documenter-light.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/assets/warner.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function maybeAddWarning () {
document.body.removeChild(div);
});
const href = window.documenterBaseURL + '/../' + window.DOCUMENTER_STABLE;
div.innerHTML = 'This documentation is not for the latest stable release, but for either the development version or an older release.<br><a href="' + href + '">Click here to go to the documentation for the latest stable release.</a>';
div.innerHTML = 'This documentation is not for the latest version. <br> <a href="' + href + '">Go to the latest documentation</a>.';
div.appendChild(closer);
document.body.appendChild(div);
};
Expand Down
Loading

0 comments on commit 8ef5ee1

Please sign in to comment.