File tree Expand file tree Collapse file tree 4 files changed +27
-0
lines changed
Expand file tree Collapse file tree 4 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ build /
2+ site /
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+ using SymbolicNumericIntegration
3+
4+ makedocs (
5+ sitename= " SymbolicNumericIntegration" ,
6+ format= Documenter. HTML (),
7+ modules= [SymbolicNumericIntegration]
8+ )
9+
10+ # Documenter can also automatically deploy documentation to gh-pages.
11+ # See "Hosting Documentation" and deploydocs() in the Documenter manual
12+ # for more information.
13+ deploydocs (
14+ repo= " https://github.com/SciML/SymbolicNumericIntegration.jl" ;
15+ push_preview= true
16+ )
Original file line number Diff line number Diff line change 1+ # SymbolicNumericIntegration.jl
2+
3+ Documentation for SymbolicNumericIntegration.jl
4+
5+ ``` @autodocs
6+ Modules = [SymbolicNumericIntegration]
7+ ```
You can’t perform that action at this time.
0 commit comments