This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #189 from invenia/ox/chainrules
Use ChainRules
- Loading branch information
Showing
42 changed files
with
671 additions
and
1,446 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
*.DS_Store | ||
*.jl.cov | ||
*.jl.*.cov | ||
*.jl.mem | ||
*.DS_Store | ||
Manifest.toml | ||
docs/build/ | ||
docs/build | ||
docs/site | ||
docs/src/assets/chainrules.css | ||
docs/src/assets/indigo.css | ||
.vscode/settings.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
[deps] | ||
DocThemeIndigo = "8bac0ac5-51bf-41f9-885e-2bf1ac2bec5f" | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
Nabla = "49c96f43-aa6d-5a04-a506-44c7070ebe78" | ||
|
||
[compat] | ||
Documenter = "~0.19" | ||
Documenter = "0.27" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,26 @@ | ||
using Documenter, Nabla | ||
using Documenter | ||
using DocThemeIndigo | ||
using Nabla | ||
|
||
const indigo = DocThemeIndigo.install(Nabla) | ||
makedocs( | ||
modules=[Nabla], | ||
format=:html, | ||
format=Documenter.HTML( | ||
prettyurls=false, | ||
assets=[indigo], | ||
), | ||
sitename="Nabla.jl", | ||
authors="Invenia Labs", | ||
pages=[ | ||
"Home" => "index.md", | ||
"API" => "pages/api.md", | ||
"Custom Sensitivities" => "pages/custom.md", | ||
"Details" => "pages/autodiff.md", | ||
], | ||
sitename="Nabla.jl", | ||
authors="Invenia Labs", | ||
assets=[ | ||
"assets/invenia.css", | ||
], | ||
) | ||
|
||
|
||
deploydocs( | ||
repo = "github.com/invenia/Nabla.jl.git", | ||
julia = "1.0", | ||
target = "build", | ||
deps = nothing, | ||
make = nothing, | ||
) | ||
push_preview=true, | ||
) |
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
8d3dc2b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
8d3dc2b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/40306
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: