Skip to content

Commit

Permalink
add initial docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Sep 17, 2024
1 parent 0b0b6b2 commit 2ad9446
Show file tree
Hide file tree
Showing 4 changed files with 404 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/Manifest.toml
docs/build
17 changes: 17 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import Pkg
Pkg.add("Documenter")
using Documenter
push!(LOAD_PATH, "../src/")
makedocs(
modules = [PereiraMartinez2024],
sitename = "PereiraMartinez2024.jl",
pages = [
"Home" => "index.md",
],
)
deploydocs(
repo = "github.com/m3g/PereiraMartinez2024.jl.git",
target = "build",
branch = "gh-pages",
versions = ["stable" => "v^", "v#.#"],
)
323 changes: 323 additions & 0 deletions docs/src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2ad9446

Please sign in to comment.