diff --git a/.travis.yml b/.travis.yml index 6ed515d..386ff89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ after_success: - julia --project=test/coverage test/coverage/coverage.jl jobs: include: - - stage: deploy + - stage: Documentation julia: 1.0 os: linux script: diff --git a/README.md b/README.md index 0aec609..51ed33f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ | **Documentation** | **Build Status** | |:--------------------------------------- |:----------------------------------------------------------------------------------------------- | -| [![][docs-latest-img]][docs-latest-url] | [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![][codecov-img]][codecov-url] | +| [![][docs-stable-img]][docs-stable-url] | [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![][codecov-img]][codecov-url] | Literate is a package for [Literate Programming](https://en.wikipedia.org/wiki/Literate_programming). The main purpose is to facilitate writing Julia examples/tutorials that can be included in @@ -24,8 +24,8 @@ using Literate Literate.markdown("examples/README.jl", "."; documenter=false) ``` -[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg -[docs-latest-url]: https://fredrikekre.github.io/Literate.jl/stable/ +[docs-stable-img]: https://img.shields.io/badge/docs-stable%20release-blue.svg +[docs-stable-url]: https://fredrikekre.github.io/Literate.jl/stable/ [travis-img]: https://travis-ci.org/fredrikekre/Literate.jl.svg?branch=master [travis-url]: https://travis-ci.org/fredrikekre/Literate.jl diff --git a/docs/Manifest.toml b/docs/Manifest.toml index 3ea627c..825e7df 100644 --- a/docs/Manifest.toml +++ b/docs/Manifest.toml @@ -9,15 +9,15 @@ version = "0.7.4" [[Colors]] deps = ["ColorTypes", "FixedPointNumbers", "InteractiveUtils", "Pkg", "Printf", "Reexport", "Test"] -git-tree-sha1 = "26f24e97782dd19d52cf97073c316897ac4d0e30" +git-tree-sha1 = "8c89e0a9a583954eae3efcf6a531e51c02b38cee" uuid = "5ae59095-9a9b-59fe-a467-6f913c188581" -version = "0.9.3" +version = "0.9.4" [[Compat]] deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"] -git-tree-sha1 = "277d3807440d9793421354b6680911fc95d91a84" +git-tree-sha1 = "ae262fa91da6a74e8937add6b613f58cd56cdad4" uuid = "34da2185-b29b-5c13-b0c7-acf172513d20" -version = "1.0.1" +version = "1.1.0" [[Contour]] deps = ["LinearAlgebra", "StaticArrays", "Test"] @@ -27,9 +27,9 @@ version = "0.5.1" [[DataStructures]] deps = ["InteractiveUtils", "REPL", "Random", "Serialization", "Test"] -git-tree-sha1 = "6e72a9098f5774601c8c8d6a4511a68270594910" +git-tree-sha1 = "2afbbd0294306b0b74a753c196be50b35edb625c" uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" -version = "0.11.0" +version = "0.11.1" [[Dates]] deps = ["Printf"] @@ -44,16 +44,18 @@ deps = ["LinearAlgebra", "Random", "Serialization", "Sockets"] uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b" [[DocStringExtensions]] -deps = ["Compat"] -git-tree-sha1 = "a2ab006ff561a57eb858cee5314445b16c2fd2dd" +deps = ["LibGit2", "Markdown", "Pkg", "Test"] +git-tree-sha1 = "a016e0bfe98a748c4488e2248c2ef4c67d6fdd35" uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" -version = "0.4.6" +version = "0.5.0" [[Documenter]] -deps = ["Compat", "DocStringExtensions", "Logging", "REPL"] -git-tree-sha1 = "7534ff3c50333a69ae0778d4d869e6f5c9ec022a" +deps = ["Base64", "DocStringExtensions", "InteractiveUtils", "LibGit2", "Logging", "Markdown", "Pkg", "REPL", "Random", "Test", "Unicode"] +git-tree-sha1 = "4763285555f9bfbdade0e2ae9c46f02c75d6caa9" +repo-rev = "master" +repo-url = "https://github.com/JuliaDocs/Documenter.jl.git" uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4" -version = "0.19.6" +version = "0.19.6+" [[FixedPointNumbers]] deps = ["Pkg", "Test"] @@ -133,15 +135,15 @@ version = "0.3.0" [[PlotUtils]] deps = ["Colors", "Dates", "Printf", "Random", "Reexport", "Test"] -git-tree-sha1 = "6fd6fafca71798236eccdf5fb1f7e997884e1ad2" +git-tree-sha1 = "78553a920c4869d20742ba66193e3692369086ec" uuid = "995b91a9-d308-5afd-9ec6-746e21dbc043" -version = "0.5.3" +version = "0.5.4" [[Plots]] -deps = ["Base64", "Contour", "Dates", "FixedPointNumbers", "GR", "JSON", "LinearAlgebra", "Measures", "NaNMath", "Pkg", "PlotThemes", "PlotUtils", "Printf", "REPL", "RecipesBase", "Reexport", "Requires", "Showoff", "SparseArrays", "StaticArrays", "Statistics", "StatsBase", "Test", "UUIDs"] -git-tree-sha1 = "935241178e80158451cc33f4af7c57f671b881b8" +deps = ["Base64", "Contour", "Dates", "FixedPointNumbers", "GR", "InteractiveUtils", "JSON", "LinearAlgebra", "Measures", "NaNMath", "Pkg", "PlotThemes", "PlotUtils", "Printf", "Random", "RecipesBase", "Reexport", "Requires", "Showoff", "SparseArrays", "StaticArrays", "Statistics", "StatsBase", "Test", "UUIDs"] +git-tree-sha1 = "98624a32a8635ffa77f4f3e9982436e449c5e5c3" uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" -version = "0.19.3" +version = "0.20.1" [[Printf]] deps = ["Unicode"] @@ -157,9 +159,9 @@ uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [[RecipesBase]] deps = ["Pkg", "Random", "Test"] -git-tree-sha1 = "b18c3d875ad6805e3db59c4e81f206f04df71d66" +git-tree-sha1 = "0b3cb370ee4dc00f47f1193101600949f3dcf884" uuid = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" -version = "0.5.0" +version = "0.6.0" [[Reexport]] deps = ["Pkg"] diff --git a/docs/make.jl b/docs/make.jl index 9d8924c..32ec9c2 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -54,8 +54,6 @@ makedocs( deploydocs( repo = "github.com/fredrikekre/Literate.jl.git", target = "build", - osname = "linux", - julia = "1.0", deps = nothing, - make = nothing + make = nothing, ) diff --git a/examples/README.jl b/examples/README.jl index 4c6d62c..9bdd21d 100644 --- a/examples/README.jl +++ b/examples/README.jl @@ -2,7 +2,7 @@ # # | **Documentation** | **Build Status** | # |:--------------------------------------- |:----------------------------------------------------------------------------------------------- | -# | [![][docs-latest-img]][docs-latest-url] | [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![][codecov-img]][codecov-url] | +# | [![][docs-stable-img]][docs-stable-url] | [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![][codecov-img]][codecov-url] | # # Literate is a package for [Literate Programming](https://en.wikipedia.org/wiki/Literate_programming). # The main purpose is to facilitate writing Julia examples/tutorials that can be included in @@ -22,8 +22,8 @@ using Literate Literate.markdown("examples/README.jl", "."; documenter=false) -# [docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg -# [docs-latest-url]: https://fredrikekre.github.io/Literate.jl/stable/ +# [docs-stable-img]: https://img.shields.io/badge/docs-stable%20release-blue.svg +# [docs-stable-url]: https://fredrikekre.github.io/Literate.jl/stable/ # # [travis-img]: https://travis-ci.org/fredrikekre/Literate.jl.svg?branch=master # [travis-url]: https://travis-ci.org/fredrikekre/Literate.jl