Skip to content

Commit

Permalink
adding documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelJuillard committed Oct 9, 2024
1 parent 68dbbf7 commit 6362955
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Tasmanian = "1e81e918-d094-11e8-0e93-1dd8855012cf"

[compat]
Documenter = "1.7"
Tasmanian = "0"
7 changes: 7 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
using Documenter, Tasmanian

makedocs(sitename="Tasmanian")

deploydocs(
repo = "github.com/DynareJulia/Tasmanian.jl.git",
)
7 changes: 7 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# API

```@autodocs
Modules = [Tasmanian]
Order = [:function, :type]
```

0 comments on commit 6362955

Please sign in to comment.