File tree Expand file tree Collapse file tree 3 files changed +9
-30
lines changed Expand file tree Collapse file tree 3 files changed +9
-30
lines changed Original file line number Diff line number Diff line change 1
1
name = " PredefinedDynamicalSystems"
2
2
uuid = " 31e2f376-db9e-427a-b76e-a14f56347a14"
3
3
repo = " https://github.com/JuliaDynamics/PredefinedDynamicalSystems.jl.git"
4
- version = " 1.0.1 "
4
+ version = " 1.0.2 "
5
5
6
6
[deps ]
7
7
DynamicalSystemsBase = " 6e36e845-645a-534a-86f2-f5d4aa5a06b4"
Original file line number Diff line number Diff line change 1
1
# PredefinedDynamicalSystems.jl
2
2
3
- [ ![ ] ( https://img.shields.io/badge/docs-dev -blue.svg )] ( https://JuliaDynamics.github.io/PredefinedDynamicalSystems.jl/dev )
3
+ [ ![ ] ( https://img.shields.io/badge/docs-online -blue.svg )] ( https://JuliaDynamics.github.io/PredefinedDynamicalSystems.jl/dev )
4
4
[ ![ CI] ( https://github.com/JuliaDynamics/PredefinedDynamicalSystems.jl/workflows/CI/badge.svg )] ( https://github.com/JuliaDynamics/PredefinedDynamicalSystems.jl/actions?query=workflow%3ACI )
5
5
[ ![ Package Downloads] ( https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/PredefinedDynamicalSystems )] ( https://pkgs.genieframework.com?packages=PredefinedDynamicalSystems )
6
6
Original file line number Diff line number Diff line change 1
1
cd (@__DIR__ )
2
+ using PredefinedDynamicalSystems
3
+
4
+ pages = [" index.md" ]
2
5
3
6
import Downloads
4
7
Downloads. download (
5
- " https://raw.githubusercontent.com/JuliaDynamics/doctheme/master/apply_style.jl" ,
6
- joinpath (@__DIR__ , " apply_style.jl" )
7
- )
8
- include (" apply_style.jl" )
9
-
10
- using PredefinedDynamicalSystems
11
-
12
- makedocs (
13
- modules = [PredefinedDynamicalSystems],
14
- format = Documenter. HTML (
15
- prettyurls = CI,
16
- assets = [
17
- asset (" https://fonts.googleapis.com/css?family=Montserrat|Source+Code+Pro&display=swap" , class= :css ),
18
- ],
19
- collapselevel = 3 ,
20
- ),
21
- sitename = " PredefinedDynamicalSystems.jl" ,
22
- authors = " George Datseris" ,
23
- pages = [" index.md" ],
24
- doctest = false ,
25
- draft = false ,
8
+ " https://raw.githubusercontent.com/JuliaDynamics/doctheme/master/build_docs_with_style.jl" ,
9
+ joinpath (@__DIR__ , " build_docs_with_style.jl" )
26
10
)
11
+ include (" build_docs_with_style.jl" )
27
12
28
- if CI
29
- deploydocs (
30
- repo = " github.com/JuliaDynamics/PredefinedDynamicalSystems.jl.git" ,
31
- target = " build" ,
32
- push_preview = true
33
- )
34
- end
13
+ build_docs_with_style (pages, PredefinedDynamicalSystems)
You can’t perform that action at this time.
0 commit comments