File tree Expand file tree Collapse file tree 3 files changed +41
-0
lines changed Expand file tree Collapse file tree 3 files changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ [deps ]
2
+ Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
Original file line number Diff line number Diff line change
1
+ using Documenter
2
+ include (" ../src/Sarimax.jl" )
3
+
4
+ DocMeta. setdocmeta! (Sarimax, :DocTestSetup , :(using Sarimax); recursive= true )
5
+
6
+ makedocs (;
7
+ modules= [Sarimax],
8
+ doctest= true ,
9
+ clean= true ,
10
+ checkdocs= :none ,
11
+ format= Documenter. HTML (; mathengine= Documenter. MathJax2 ()),
12
+ sitename= " SARIMAX.jl" ,
13
+ authors= " Luiz Fernando Duarte" ,
14
+ pages= [
15
+ " Home" => " index.md" ,
16
+ ],
17
+ )
18
+
19
+ deploydocs (; repo= " github.com/LAMPSPUC/SARIMAX.jl.git" , push_preview= true )
Original file line number Diff line number Diff line change
1
+ ``` raw html
2
+ <!-- Ensure that raw HTML is properly formatted -->
3
+ <div style="width:100%; height:150px;border-width:4px;border-style:solid;padding-top:25px;
4
+ border-color:#000;border-radius:10px;text-align:center;background-color:#99DDFF;
5
+ color:#000">
6
+ <h3 style="color: black;">Star us on GitHub!</h3>
7
+ <a class="github-button" href="https://github.com/LAMPSPUC/SARIMAX.jl" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star LAMPSPUC/SARIMAX.jl on GitHub" style="margin:auto">Star</a>
8
+ <script async defer src="https://buttons.github.io/buttons.js"></script>
9
+ </div>
10
+ ```
11
+
12
+ # Sarimax.jl
13
+
14
+ ## Installation
15
+
16
+ This package is registered so you can simply ` add ` it using Julia's ` Pkg ` manager:
17
+ ``` julia
18
+ using Pkg
19
+ Pkg. add (" SARIMAX" )
20
+ ```
You can’t perform that action at this time.
0 commit comments