-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a010ff
commit 02d5a43
Showing
12 changed files
with
73 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[deps] | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
DocumenterInterLinks = "d12716ef-a0f6-4df4-a9f1-a5a34e75c656" | ||
RecurrentLayers = "78449bcf-6750-4b78-9e82-63d4a1ccdf8c" |
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,30 @@ | ||
using RecurrentLayers | ||
using Documenter | ||
using Documenter, DocumenterInterLinks | ||
include("pages.jl") | ||
|
||
DocMeta.setdocmeta!(RecurrentLayers, :DocTestSetup, :(using RecurrentLayers); recursive=true) | ||
mathengine = Documenter.MathJax() | ||
|
||
links = InterLinks( | ||
"Flux" => "https://fluxml.ai/Flux.jl/stable/", | ||
) | ||
|
||
makedocs(; | ||
modules=[RecurrentLayers], | ||
authors="Francesco Martinuzzi", | ||
sitename="RecurrentLayers.jl", | ||
format=Documenter.HTML(; | ||
modules = [RecurrentLayers], | ||
authors = "Francesco Martinuzzi", | ||
sitename = "RecurrentLayers.jl", | ||
format = Documenter.HTML(; | ||
mathengine, | ||
assets = ["assets/favicon.ico"], | ||
canonical="https://MartinuzziFrancesco.github.io/RecurrentLayers.jl", | ||
edit_link="main", | ||
canonical = "https://MartinuzziFrancesco.github.io/RecurrentLayers.jl", | ||
edit_link = "main", | ||
), | ||
pages=pages, | ||
pages = pages, | ||
plugins = [links], | ||
) | ||
|
||
deploydocs(; | ||
repo="github.com/MartinuzziFrancesco/RecurrentLayers.jl", | ||
devbranch="main", | ||
push_preview=true, | ||
repo = "github.com/MartinuzziFrancesco/RecurrentLayers.jl", | ||
devbranch = "main", | ||
push_preview = true, | ||
) |
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
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
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
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