-
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
Kadir Çeven
committed
May 25, 2024
1 parent
c0e4a84
commit 398d619
Showing
9 changed files
with
13 additions
and
53 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,4 +1,3 @@ | ||
[deps] | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
DocumenterVitepress = "4710194d-e776-4893-9690-8d956a29c365" | ||
NeuralQuantumStates = "0d106a18-caf6-4288-a3af-53d8e0520c36" |
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,34 +1,24 @@ | ||
using NeuralQuantumStates | ||
using Documenter | ||
using DocumenterVitepress | ||
using Documenter, DocumenterVitepress | ||
|
||
DocMeta.setdocmeta!(NeuralQuantumStates, :DocTestSetup, :(using NeuralQuantumStates); recursive=true) | ||
using NeuralQuantumStates | ||
|
||
makedocs(; | ||
modules=[NeuralQuantumStates], | ||
repo=Remotes.GitHub("cevenkadir", "NeuralQuantumStates.jl"), | ||
authors="Kadir Çeven", | ||
sitename="NeuralQuantumStates.jl", | ||
repo="https://github.com/cevenkadir/NeuralQuantumStates.jl", | ||
sitename="Chairmarks.jl", | ||
format=DocumenterVitepress.MarkdownVitepress( | ||
repo="https://github.com/cevenkadir/NeuralQuantumStates.jl", | ||
devurl="dev", | ||
deploy_url="https://cevenkadir.github.io/NeuralQuantumStates.jl", | ||
deploy_url="cevenkadir.github.io/NeuralQuantumStates.jl", | ||
), | ||
pages=[ | ||
"Home" => "index.md", | ||
"Manual" => Any[ | ||
"Lattices"=>"manual/lattices.md", | ||
], | ||
"Reference" => Any[ | ||
"Public API"=>"lib/public.md", | ||
], | ||
] | ||
], | ||
warnonly=true, | ||
) | ||
|
||
deploydocs(; | ||
repo="github.com/cevenkadir/NeuralQuantumStates.jl", | ||
target="build", # this is where Vitepress stores its output | ||
devbranch="main", | ||
branch="gh-pages", | ||
push_preview=true | ||
push_preview=true, | ||
) |
Empty file.
Empty file.
Empty file.
Empty file.
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,9 +1,7 @@ | ||
```@meta | ||
CurrentModule = NeuralQuantumStates | ||
``` | ||
|
||
# NeuralQuantumStates | ||
|
||
Documentation for [NeuralQuantumStates](https://github.com/cevenkadir/NeuralQuantumStates.jl). | ||
# NeuralQuantumStates.jl | ||
|
||
Documentation for `NeuralQuantumStates.jl`. | ||
|
||
```@autodocs | ||
Modules=[NeuralQuantumStates] | ||
``` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.